forked from boostorg/config
Fix BOOST_NO_CXX20_HDR_RANGES
This commit is contained in:
@ -1170,7 +1170,7 @@ namespace std{ using ::type_info; }
|
|||||||
#if !__has_include(<concepts>)
|
#if !__has_include(<concepts>)
|
||||||
# define BOOST_NO_CXX20_HDR_CONCEPTS
|
# define BOOST_NO_CXX20_HDR_CONCEPTS
|
||||||
#endif
|
#endif
|
||||||
#if !__has_include(<range>)
|
#if !__has_include(<ranges>)
|
||||||
# define BOOST_NO_CXX20_HDR_RANGES
|
# define BOOST_NO_CXX20_HDR_RANGES
|
||||||
#endif
|
#endif
|
||||||
#if !__has_include(<syncstream>)
|
#if !__has_include(<syncstream>)
|
||||||
|
Reference in New Issue
Block a user