From 1679db47df9c804701482e25ceb29e05eca12478 Mon Sep 17 00:00:00 2001 From: wenlong_12 Date: Mon, 10 Apr 2023 03:10:36 +0000 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E9=BB=84=E8=93=9DSTD?= =?UTF-8?q?=E5=BA=93=E4=B8=8D=E4=B8=80=E6=A0=B7=E5=AF=BC=E8=87=B4=E9=BB=84?= =?UTF-8?q?=E5=8C=BAsetLogHangler=20=E9=93=BE=E6=8E=A5=E6=97=B6=E6=89=BE?= =?UTF-8?q?=E4=B8=8D=E5=88=B0=E7=AC=A6=E5=8F=B7=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wenlong_12 --- libprotobuf_lite.map | 1 + 1 file changed, 1 insertion(+) diff --git a/libprotobuf_lite.map b/libprotobuf_lite.map index a2cf34d..4f64da8 100644 --- a/libprotobuf_lite.map +++ b/libprotobuf_lite.map @@ -429,6 +429,7 @@ "google::protobuf::RepeatedField::Add(int const&)"; "google::protobuf::RepeatedField::Add(unsigned int const&)"; "google::protobuf::SetLogHandler(void (*)(google::protobuf::LogLevel, char const*, int, std::__h::basic_string, std::__h::allocator > const&))"; + "google::protobuf::SetLogHandler(void (*)(google::protobuf::LogLevel, char const*, int, std::__1::basic_string, std::__1::allocator > const&))"; "google::protobuf::RepeatedPtrField, std::__1::allocator > >::~RepeatedPtrField()"; "google::protobuf::internal::InlineGreedyStringParser(std::__1::basic_string, std::__1::allocator >*, char const*, google::protobuf::internal::ParseContext*)"; "google::protobuf::internal::UnknownFieldParse(unsigned int, std::__1::basic_string, std::__1::allocator >*, char const*,"; -- Gitee