etl
etl copied to clipboard
CAPACITY in `basic_string` could be constexpr on the platforms that are supported
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.