Skip to content

Commit

Permalink
Don't enumerate users of _Least_allocation_size
Browse files Browse the repository at this point in the history
Grepping is quick, and this is very likely to bitrot.
  • Loading branch information
CaseyCarter committed Aug 9, 2023
1 parent fb6a87c commit 231682b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stl/inc/xstring
Original file line number Diff line number Diff line change
Expand Up @@ -2369,7 +2369,6 @@ private:
static constexpr size_type _Small_string_capacity = _Scary_val::_Small_string_capacity;

// least real allocation size, including space reserved for terminating null
// used exclusively by _Move_assign_from_buffer and _Release_to_buffer
static constexpr size_type _Least_allocation_size = _Small_string_capacity + 1 + 1;

// When doing _String_val operations by memcpy, we are touching:
Expand Down

0 comments on commit 231682b

Please sign in to comment.