libstdc++3 Disable more things that rely on concepts, if concepts aren't supported.

ie older clang on newer std lib.
This commit is contained in:
jzmaddock
2021-03-05 12:13:49 +00:00
parent 5f9b983798
commit b5b3482a58

View File

@ -372,6 +372,12 @@ extern "C" char *gets (char *__s);
#if !defined(BOOST_NO_CXX20_HDR_CONCEPTS)
# define BOOST_NO_CXX20_HDR_CONCEPTS
#endif
#if !defined(BOOST_NO_CXX20_HDR_SPAN)
# define BOOST_NO_CXX20_HDR_SPAN
#endif
#if !defined(BOOST_NO_CXX20_HDR_RANGES)
# define BOOST_NO_CXX20_HDR_RANGES
#endif
#endif
//