Commit b45f7e09 by Copybara-Service

Merge pull request #1287 from GOGOYAO:patch-1

PiperOrigin-RevId: 485886212
Change-Id: Ic7a710913f8376d07b9bdeb987d007ec04e48465
parents 34172a0e 75173d85
......@@ -125,8 +125,8 @@ struct DestroyAdapter<A, /* IsTriviallyDestructible */ true> {
template <typename A>
struct Allocation {
Pointer<A> data;
SizeType<A> capacity;
Pointer<A> data = nullptr;
SizeType<A> capacity = 0;
};
template <typename A,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment