From 5c7b90790426dadfe97a560c5bb9a45cbf223634 Mon Sep 17 00:00:00 2001 From: Zach Laine Date: Sun, 11 Feb 2024 18:14:40 -0600 Subject: [PATCH] Cruft removal. --- include/boost/parser/detail/text/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/parser/detail/text/config.hpp b/include/boost/parser/detail/text/config.hpp index 527746ba..cb5043fc 100644 --- a/include/boost/parser/detail/text/config.hpp +++ b/include/boost/parser/detail/text/config.hpp @@ -12,7 +12,7 @@ #include -#if !BOOST_PARSER_USE_CONCEPTS// || defined(_MSC_VER) +#if !BOOST_PARSER_USE_CONCEPTS # define BOOST_PARSER_DETAIL_TEXT_USE_CONCEPTS 0 #else # define BOOST_PARSER_DETAIL_TEXT_USE_CONCEPTS 1