Internal change.

PiperOrigin-RevId: 625705200
pull/16533/head
Protobuf Team Bot 10 months ago committed by Copybara-Service
parent c755d9ac1a
commit 58fb524b07
  1. 5
      src/google/protobuf/arena.cc

@ -484,10 +484,7 @@ class ThreadSafeArena::SerialArenaChunk {
}
constexpr static layout_type Layout(size_t n) {
return layout_type(
/*header*/ 1,
/*ids*/ n,
/*arenas*/ n);
return layout_type(/*header*/ 1, /*ids*/ n, /*arenas*/ n);
}
};

Loading…
Cancel
Save