Correct spelling of <source_location>

Fixes https://github.com/boostorg/config/issues/416.
This commit is contained in:
jzmaddock
2022-02-03 12:54:25 +00:00
parent faa3bda19b
commit 51b257645d

View File

@@ -1159,7 +1159,7 @@ namespace std{ using ::type_info; }
#if !__has_include(<format>) #if !__has_include(<format>)
# define BOOST_NO_CXX20_HDR_FORMAT # define BOOST_NO_CXX20_HDR_FORMAT
#endif #endif
#if !__has_include(<source_Location>) #if !__has_include(<source_location>)
# define BOOST_NO_CXX20_HDR_SOURCE_LOCATION # define BOOST_NO_CXX20_HDR_SOURCE_LOCATION
#endif #endif
#if !__has_include(<bit>) #if !__has_include(<bit>)