diff --git a/src/google/protobuf/map.h b/src/google/protobuf/map.h index 543b45d793..58a1817a5d 100644 --- a/src/google/protobuf/map.h +++ b/src/google/protobuf/map.h @@ -167,7 +167,7 @@ class Map { } } -#if __cplusplus >= 201103L +#if __cplusplus >= 201103L && !defined(GOOGLE_PROTOBUF_OS_APPLE) template void construct(NodeType* p, Args&&... args) { new (p) NodeType(std::forward(args)...);