mirror of
https://github.com/boostorg/config.git
synced 2025-07-31 12:57:16 +02:00
Merge pull request #415 from Lastique/feature/detect_libstdcxx_11
Add detection of libstdc++ from gcc 11
This commit is contained in:
@@ -139,7 +139,9 @@
|
|||||||
//
|
//
|
||||||
#ifdef __clang__
|
#ifdef __clang__
|
||||||
|
|
||||||
#if __has_include(<compare>)
|
#if __has_include(<source_location>)
|
||||||
|
# define BOOST_LIBSTDCXX_VERSION 110100
|
||||||
|
#elif __has_include(<compare>)
|
||||||
# define BOOST_LIBSTDCXX_VERSION 100100
|
# define BOOST_LIBSTDCXX_VERSION 100100
|
||||||
#elif __has_include(<memory_resource>)
|
#elif __has_include(<memory_resource>)
|
||||||
# define BOOST_LIBSTDCXX_VERSION 90100
|
# define BOOST_LIBSTDCXX_VERSION 90100
|
||||||
|
Reference in New Issue
Block a user