Fix BOOST_NO_CXX20_HDR_RANGES

This commit is contained in:
Matt Borland
2021-03-16 21:02:02 +03:00
parent e512f20971
commit e846189f67

View File

@ -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>)