mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Correct spelling of <source_location>
Fixes https://github.com/boostorg/config/issues/416.
This commit is contained in:
@ -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>)
|
||||
|
Reference in New Issue
Block a user