etl icon indicating copy to clipboard operation
etl copied to clipboard

CAPACITY in `basic_string` could be constexpr on the platforms that are supported

Open brawner opened this issue 4 months ago • 1 comments

Currently CAPACITY in the basic_string class is listed as const size_type CAPACITY. For platforms that support constexpr, it wouldn't need to be part of its memory footprint if it were constexpr.

brawner avatar Oct 11 '24 19:10 brawner