File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed
Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -462,9 +462,7 @@ class ABSL_ATTRIBUTE_OWNER flat_hash_map
462462 //
463463 // Sets the number of slots in the `flat_hash_map` to the number needed to
464464 // accommodate at least `count` total elements without exceeding the current
465- // maximum load factor, and may rehash the container if needed. After this
466- // returns, it is guaranteed that `count - size()` elements can be inserted
467- // into the `flat_hash_map` without another rehash.
465+ // maximum load factor, and may rehash the container if needed.
468466 using Base::reserve;
469467
470468 // flat_hash_map::at()
Original file line number Diff line number Diff line change @@ -396,9 +396,7 @@ class ABSL_ATTRIBUTE_OWNER flat_hash_set
396396 //
397397 // Sets the number of slots in the `flat_hash_set` to the number needed to
398398 // accommodate at least `count` total elements without exceeding the current
399- // maximum load factor, and may rehash the container if needed. After this
400- // returns, it is guaranteed that `count - size()` elements can be inserted
401- // into the `flat_hash_set` without another rehash.
399+ // maximum load factor, and may rehash the container if needed.
402400 using Base::reserve;
403401
404402 // flat_hash_set::contains()
Original file line number Diff line number Diff line change @@ -455,9 +455,7 @@ class ABSL_ATTRIBUTE_OWNER node_hash_map
455455 //
456456 // Sets the number of slots in the `node_hash_map` to the number needed to
457457 // accommodate at least `count` total elements without exceeding the current
458- // maximum load factor, and may rehash the container if needed. After this
459- // returns, it is guaranteed that `count - size()` elements can be inserted
460- // into the `node_hash_map` without another rehash.
458+ // maximum load factor, and may rehash the container if needed.
461459 using Base::reserve;
462460
463461 // node_hash_map::at()
Original file line number Diff line number Diff line change @@ -390,9 +390,7 @@ class ABSL_ATTRIBUTE_OWNER node_hash_set
390390 //
391391 // Sets the number of slots in the `node_hash_set` to the number needed to
392392 // accommodate at least `count` total elements without exceeding the current
393- // maximum load factor, and may rehash the container if needed. After this
394- // returns, it is guaranteed that `count - size()` elements can be inserted
395- // into the `node_hash_set` without another rehash.
393+ // maximum load factor, and may rehash the container if needed.
396394 using Base::reserve;
397395
398396 // node_hash_set::contains()
You can’t perform that action at this time.
0 commit comments