From: Ulya Trofimovich Date: Tue, 26 Mar 2019 18:22:42 +0000 (+0000) Subject: Fixed compilation error caused by extra namespace qualification (second attempt). X-Git-Tag: 1.2~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d135ee84397e8a42fbe2bde4e120151cdbb65dea;p=re2c Fixed compilation error caused by extra namespace qualification (second attempt). --- diff --git a/lib/regexec_nfa_posix_kuklewicz.cc b/lib/regexec_nfa_posix_kuklewicz.cc index d9942ec3..5e82ea7f 100644 --- a/lib/regexec_nfa_posix_kuklewicz.cc +++ b/lib/regexec_nfa_posix_kuklewicz.cc @@ -364,7 +364,7 @@ size_t boundary_tag(size_t tag) } // namespace libre2c -template<> void re2c::init_gor1(libre2c::ksimctx_t &ctx) +template<> void init_gor1(libre2c::ksimctx_t &ctx) { ctx.state.clear(); libre2c::ksimctx_t::cconfiter_t c = ctx.reach.begin(), e = ctx.reach.end();