Skip to content

Commit

Permalink
proto2::Map improvements
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 488413737
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Nov 14, 2022
1 parent 0e7d311 commit d4adb43
Show file tree
Hide file tree
Showing 4 changed files with 189 additions and 179 deletions.
2 changes: 1 addition & 1 deletion src/google/protobuf/map.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace google {
namespace protobuf {
namespace internal {

void* const kGlobalEmptyTable[kGlobalEmptyTableSize] = {nullptr};
const TableEntryPtr kGlobalEmptyTable[kGlobalEmptyTableSize] = {};

} // namespace internal
} // namespace protobuf
Expand Down
Loading

0 comments on commit d4adb43

Please sign in to comment.