diff --git a/src/google/protobuf/descriptor.cc b/src/google/protobuf/descriptor.cc index 31335290db..b3c854b5ac 100644 --- a/src/google/protobuf/descriptor.cc +++ b/src/google/protobuf/descriptor.cc @@ -1010,7 +1010,7 @@ class TableArena { } Block* current_ = nullptr; - std::array small_size_blocks_{}; + std::array small_size_blocks_ = {}; Block* full_blocks_ = nullptr; size_t num_allocations_ = 0;