Fix detection of libstdc++ 4.7.x.

This commit is contained in:
jzmaddock
2015-07-07 19:22:38 +01:00
parent 5ccb1b6c5f
commit 15d56c9cff

View File

@ -128,7 +128,7 @@
# define BOOST_LIBSTDCXX_VERSION 40900
#elif __has_include(<ext/cmath>)
# define BOOST_LIBSTDCXX_VERSION 40800
#elif __has_include(<chrono>)
#elif __has_include(<scoped_allocator>)
# define BOOST_LIBSTDCXX_VERSION 40700
#elif __has_include(<typeindex>)
# define BOOST_LIBSTDCXX_VERSION 40600