From e2ac4ced96c9069c973441529fc903178261f05d Mon Sep 17 00:00:00 2001 From: Casey Carter Date: Wed, 9 Aug 2023 12:55:14 -0700 Subject: [PATCH] Don't enumerate users of `_Least_allocation_size` Grepping is quick, and this is very likely to bitrot. --- stl/inc/xstring | 1 - 1 file changed, 1 deletion(-) diff --git a/stl/inc/xstring b/stl/inc/xstring index 74c7568203..3ba4d362d7 100644 --- a/stl/inc/xstring +++ b/stl/inc/xstring @@ -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: