mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Remove extraneous 'template' keyword in Protobuf
Has to be removed, as older (but still capable!) MSVC compilers throw the error 'C2903' (symbol is neither a class template nor a function template). Generated code remained identical after this change.
This commit is contained in:
parent
3da7f10430
commit
8d895bab14
2
r5dev/thirdparty/protobuf/map_entry_lite.h
vendored
2
r5dev/thirdparty/protobuf/map_entry_lite.h
vendored
@ -445,7 +445,7 @@ class MapEntryLite : public MapEntryImpl<T, MessageLite, Key, Value,
|
||||
constexpr MapEntryLite() {}
|
||||
explicit MapEntryLite(Arena* arena) : SuperType(arena) {}
|
||||
~MapEntryLite() override {
|
||||
MessageLite::_internal_metadata_.template Delete<std::string>();
|
||||
MessageLite::_internal_metadata_.Delete<std::string>();
|
||||
}
|
||||
void MergeFrom(const MapEntryLite& other) { MergeFromInternal(other); }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user