commit | b1e5ce36ce5992d766ee7aa297e8396ea57bc6a5 | [log] [tgz] |
---|---|---|
author | Protobuf Team Bot <protobuf-github-bot@google.com> | Mon Sep 22 09:32:28 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Sep 22 09:37:02 2025 -0700 |
tree | f4c6b7e9a1e1d884b7fdbf65d21ae5c0bf6d0e32 | |
parent | cd2a8206cbcb25ff93a82875d46053ecaba24705 [diff] |
Internal change PiperOrigin-RevId: 810045170
diff --git a/src/google/protobuf/parse_context.h b/src/google/protobuf/parse_context.h index 4956140..61112c8 100644 --- a/src/google/protobuf/parse_context.h +++ b/src/google/protobuf/parse_context.h
@@ -297,6 +297,7 @@ struct WireFormatNoOpSink { + static constexpr bool kIsLazySink = false; void Flush(const char* p) {} void Append(absl::string_view view) {} void Reset(const char* p) {}