From e846189f6793193b04d1295d9c13a1f6bc0785d3 Mon Sep 17 00:00:00 2001 From: Matt Borland Date: Tue, 16 Mar 2021 21:02:02 +0300 Subject: [PATCH] Fix BOOST_NO_CXX20_HDR_RANGES --- 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 c8a7aa3f..1bd57c13 100644 --- a/include/boost/config/detail/suffix.hpp +++ b/include/boost/config/detail/suffix.hpp @@ -1170,7 +1170,7 @@ namespace std{ using ::type_info; } #if !__has_include() # define BOOST_NO_CXX20_HDR_CONCEPTS #endif -#if !__has_include() +#if !__has_include() # define BOOST_NO_CXX20_HDR_RANGES #endif #if !__has_include()