Commit db5b2bd1 authored by Mohamed Heikal's avatar Mohamed Heikal Committed by Adam Cozzette

clang-cl requires fully qualified name for friend class declarations

parent 402b5772
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment