1
0
Fork 0
forked from lthn/blockchain

Merge pull request #9 from anonimal/eos-update

contrib: EOS portable archive; be kind to older Boost versions
This commit is contained in:
cryptozoidberg 2019-02-19 15:10:40 +01:00 committed by GitHub
commit 23832cda55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -119,6 +119,7 @@
// Boost 1.69 (Spirit.X2/X3) has dropped their own FP routines in favor of boost::math
#elif BOOST_VERSION < 106900
#include <boost/spirit/home/support/detail/math/fpclassify.hpp>
#include <boost/spirit/home/support/detail/endian/endian.hpp>
#else
#include <boost/spirit/home/support/detail/endian/endian.hpp>
#endif

View file

@ -122,6 +122,7 @@
// Boost 1.69 (Spirit.X2/X3) has dropped their own FP routines in favor of boost::math
#elif BOOST_VERSION < 106900
#include <boost/spirit/home/support/detail/math/fpclassify.hpp>
#include <boost/spirit/home/support/detail/endian/endian.hpp>
#else
#include <boost/spirit/home/support/detail/endian/endian.hpp>
#endif