Преглед изворни кода

clang-cl requires fully qualified name for friend class declarations

Mohamed Heikal пре 6 година
родитељ
комит
db5b2bd13a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/google/protobuf/map_field.h

+ 1 - 1
src/google/protobuf/map_field.h

@@ -156,7 +156,7 @@ class PROTOBUF_EXPORT MapFieldBase {
   friend class ContendedMapCleanTest;
   friend class GeneratedMessageReflection;
   friend class MapFieldAccessor;
-  friend class DynamicMessage;
+  friend class ::PROTOBUF_NAMESPACE_ID::DynamicMessage;
 
   // Virtual helper methods for MapIterator. MapIterator doesn't have the
   // type helper for key and value. Call these help methods to deal with