diff --git a/src/regex_impl.hh b/src/regex_impl.hh index 1e8296b53..43db9a024 100644 --- a/src/regex_impl.hh +++ b/src/regex_impl.hh @@ -618,6 +618,7 @@ private: is_word(utf8::codepoint(pos, config.subject_end)); } + [[gnu::flatten]] static Codepoint codepoint(Iterator& it, const ExecConfig& config) { if constexpr (forward)