Tweak brace initialization in descriptor.cc

pull/8858/head
Adam Cozzette 3 years ago
parent 6cee7c604e
commit 1a024e8e36
  1. 2
      src/google/protobuf/descriptor.cc

@ -1010,7 +1010,7 @@ class TableArena {
} }
Block* current_ = nullptr; Block* current_ = nullptr;
std::array<Block*, kSmallSizes.size()> small_size_blocks_{}; std::array<Block*, kSmallSizes.size()> small_size_blocks_ = {};
Block* full_blocks_ = nullptr; Block* full_blocks_ = nullptr;
size_t num_allocations_ = 0; size_t num_allocations_ = 0;

Loading…
Cancel
Save