From 0e2936e20da881a40065097d6cb28829c7fa6600 Mon Sep 17 00:00:00 2001 From: Zach Laine Date: Sat, 2 Mar 2024 19:26:08 -0600 Subject: [PATCH] Fix broken constraint on 2-param utf_iterator ctor in C++17 mode. --- include/boost/parser/detail/text/transcode_iterator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/parser/detail/text/transcode_iterator.hpp b/include/boost/parser/detail/text/transcode_iterator.hpp index 16309008..aaad5a81 100644 --- a/include/boost/parser/detail/text/transcode_iterator.hpp +++ b/include/boost/parser/detail/text/transcode_iterator.hpp @@ -2677,7 +2677,7 @@ namespace boost::parser::detail { namespace text { #if !BOOST_PARSER_DETAIL_TEXT_USE_CONCEPTS template< typename J = I, - typename Enable = std::enable_if_t>> + typename Enable = std::enable_if_t>> #endif constexpr utf_iterator(I it, S last) #if BOOST_PARSER_DETAIL_TEXT_USE_CONCEPTS