forked from boostorg/config
Define BOOST_NO_CXX17_HDR_CHARCONV pre-gcc-10.
This commit is contained in:
@@ -323,6 +323,13 @@ extern "C" char *gets (char *__s);
|
|||||||
# define BOOST_NO_CXX14_HDR_SHARED_MUTEX
|
# define BOOST_NO_CXX14_HDR_SHARED_MUTEX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if BOOST_LIBSTDCXX_VERSION < 100100
|
||||||
|
//
|
||||||
|
// The header may be present but is incomplete:
|
||||||
|
//
|
||||||
|
# define BOOST_NO_CXX17_HDR_CHARCONV
|
||||||
|
#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