2
0
mirror of https://github.com/boostorg/parser.git synced 2026-01-22 05:22:32 +00:00

Fix transform_replace* in C++20 mode on GCC < 12.

This commit is contained in:
Zach Laine
2024-02-11 18:56:59 -06:00
parent 875eb9e4aa
commit 4287c9b7b3
5 changed files with 25 additions and 15 deletions

View File

@@ -14,8 +14,7 @@
#include <list>
#if (!defined(_MSC_VER) || BOOST_PARSER_USE_CONCEPTS) && \
(!defined(__GNUC__) || 12 <= __GNUC__ || !BOOST_PARSER_USE_CONCEPTS)
#if (!defined(_MSC_VER) || BOOST_PARSER_USE_CONCEPTS)
namespace bp = boost::parser;