Skip to content

Commit

Permalink
Workaround false positive warning in MSVC.
Browse files Browse the repository at this point in the history
Fixes #14602

PiperOrigin-RevId: 578835900
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Nov 2, 2023
1 parent 7daa169 commit bb4718c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/google/protobuf/map_field.h
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ class MapField final : public TypeDefinedMapFieldBase<Key, T> {
template <typename Derived, typename Key, typename T,
WireFormatLite::FieldType kKeyFieldType_,
WireFormatLite::FieldType kValueFieldType_>
constexpr MapFieldBase::VTable
PROTOBUF_CONSTINIT const MapFieldBase::VTable
MapField<Derived, Key, T, kKeyFieldType_, kValueFieldType_>::kVTable =
MapField::template MakeVTable<MapField>();

Expand Down

0 comments on commit bb4718c

Please sign in to comment.