From c1d10062b5d2b6ef6b8dc225f356659e905bebdf Mon Sep 17 00:00:00 2001 From: ganchuantao Date: Tue, 11 Mar 2025 03:00:58 +0000 Subject: [PATCH] =?UTF-8?q?re2=E5=A2=9E=E5=8A=A0=E5=AF=B9=E5=BA=94?= =?UTF-8?q?=E7=9A=84=E7=AC=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ganchuantao --- libre2.map | 1 + 1 file changed, 1 insertion(+) diff --git a/libre2.map b/libre2.map index 7386881..8e075ab 100644 --- a/libre2.map +++ b/libre2.map @@ -13,6 +13,7 @@ "re2::RE2::RE2(std::__h::basic_string_view>, re2::RE2::Options const&)"; "re2::RE2::FullMatchN(re2::StringPiece const&, re2::RE2 const&, re2::RE2::Arg const* const*, int)"; "re2::RE2::FullMatchN(std::__h::basic_string_view>, re2::RE2 const&, re2::RE2::Arg const* const*, int)"; + "re2::RE2::FindAndConsumeN(std::__h::basic_string_view>*, re2::RE2 const&, re2::RE2::Arg const*, int)"; }; local: *; -- Gitee