From 51b257645d08452041425a8740c7e86f9b32e8af Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Thu, 3 Feb 2022 12:54:25 +0000 Subject: [PATCH] Correct spelling of Fixes https://github.com/boostorg/config/issues/416. --- include/boost/config/detail/suffix.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/detail/suffix.hpp b/include/boost/config/detail/suffix.hpp index 4533f321..2d69a3ec 100644 --- a/include/boost/config/detail/suffix.hpp +++ b/include/boost/config/detail/suffix.hpp @@ -1159,7 +1159,7 @@ namespace std{ using ::type_info; } #if !__has_include() # define BOOST_NO_CXX20_HDR_FORMAT #endif -#if !__has_include() +#if !__has_include() # define BOOST_NO_CXX20_HDR_SOURCE_LOCATION #endif #if !__has_include()