From 8d895bab14cfc5cafded05573f08e16a4963605f Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Mon, 20 Mar 2023 13:54:26 +0100 Subject: [PATCH] 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. --- r5dev/thirdparty/protobuf/map_entry_lite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/thirdparty/protobuf/map_entry_lite.h b/r5dev/thirdparty/protobuf/map_entry_lite.h index 02f8904e..460599e2 100644 --- a/r5dev/thirdparty/protobuf/map_entry_lite.h +++ b/r5dev/thirdparty/protobuf/map_entry_lite.h @@ -445,7 +445,7 @@ class MapEntryLite : public MapEntryImpl(); + MessageLite::_internal_metadata_.Delete(); } void MergeFrom(const MapEntryLite& other) { MergeFromInternal(other); }