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>)
# define BOOST_NO_CXX20_HDR_FORMAT
#endif
#if !__has_include(<source_Location>)
#if !__has_include(<source_location>)
# define BOOST_NO_CXX20_HDR_SOURCE_LOCATION
#endif
#if !__has_include(<bit>)