mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Allow support for older boost and adjust docs
This commit is contained in:
@@ -41,9 +41,6 @@
|
||||
#include <libsolutil/vector_ref.h>
|
||||
|
||||
#include <boost/version.hpp>
|
||||
#if (BOOST_VERSION < 106500)
|
||||
#error "Unsupported Boost version. At least 1.65 required."
|
||||
#endif
|
||||
|
||||
#include <map>
|
||||
#include <utility>
|
||||
|
||||
@@ -25,9 +25,6 @@
|
||||
#include <libsolutil/CommonData.h>
|
||||
|
||||
#include <boost/version.hpp>
|
||||
#if (BOOST_VERSION < 106500)
|
||||
#error "Unsupported Boost version. At least 1.65 required."
|
||||
#endif
|
||||
|
||||
// TODO: do this only conditionally as soon as a boost version with gcc 12 support is released.
|
||||
#if defined(__GNUC__) && !defined(__clang__) && (__GNUC__ >= 12)
|
||||
|
||||
Reference in New Issue
Block a user