mirror of
https://github.com/boostorg/config.git
synced 2025-09-27 00:01:04 +02:00
Fix BOOST_NO_CXX20_HDR_RANGES
This commit is contained in:
@@ -1170,7 +1170,7 @@ namespace std{ using ::type_info; }
|
||||
#if !__has_include(<concepts>)
|
||||
# define BOOST_NO_CXX20_HDR_CONCEPTS
|
||||
#endif
|
||||
#if !__has_include(<range>)
|
||||
#if !__has_include(<ranges>)
|
||||
# define BOOST_NO_CXX20_HDR_RANGES
|
||||
#endif
|
||||
#if !__has_include(<syncstream>)
|
||||
|
Reference in New Issue
Block a user