Add support for detecting libstdc++ 12

This commit is contained in:
Andrey Semashev
2022-08-31 10:13:16 +03:00
committed by GitHub
parent 8e94132dad
commit ebb95cbf86

View File

@ -139,7 +139,9 @@
//
#ifdef __clang__
#if __has_include(<source_location>)
#if __has_include(<expected>)
# define BOOST_LIBSTDCXX_VERSION 120100
#elif __has_include(<source_location>)
# define BOOST_LIBSTDCXX_VERSION 110100
#elif __has_include(<compare>)
# define BOOST_LIBSTDCXX_VERSION 100100