mirror of
https://github.com/boostorg/config.git
synced 2025-08-02 13:54:27 +02:00
Fix up libstdc++3 for older clang with a newer std lib.
This commit is contained in:
@@ -362,6 +362,18 @@ extern "C" char *gets (char *__s);
|
|||||||
# define BOOST_NO_CXX20_HDR_COROUTINE
|
# define BOOST_NO_CXX20_HDR_COROUTINE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// These next defines are mostly for older clang versions with a newer libstdc++ :
|
||||||
|
//
|
||||||
|
#if !defined(__cpp_lib_concepts)
|
||||||
|
#if !defined(BOOST_NO_CXX20_HDR_COMPARE)
|
||||||
|
# define BOOST_NO_CXX20_HDR_COMPARE
|
||||||
|
#endif
|
||||||
|
#if !defined(BOOST_NO_CXX20_HDR_CONCEPTS)
|
||||||
|
# define BOOST_NO_CXX20_HDR_CONCEPTS
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Headers not present on Solaris with the Oracle compiler:
|
// Headers not present on Solaris with the Oracle compiler:
|
||||||
#if defined(__SUNPRO_CC) && (__SUNPRO_CC < 0x5140)
|
#if defined(__SUNPRO_CC) && (__SUNPRO_CC < 0x5140)
|
||||||
|
Reference in New Issue
Block a user