Allow support for older boost and adjust docs

This commit is contained in:
Nikola Matic
2023-01-18 10:51:14 +01:00
parent 96ddc54fa2
commit c2e2adb953
4 changed files with 9 additions and 10 deletions
-3
View File
@@ -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>
-3
View File
@@ -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)