[libc++][NFC] Add release note for constexpr std::string

This commit is contained in:
Louis Dionne 2022-05-06 11:18:01 -04:00
parent 82190f917a
commit ec3d22cd3a
1 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,9 @@ New Features
- Implemented P1165R1 (Make stateful allocator propagation more consistent for ``operator+(basic_string)``)
- Implemented P0674R1 (Support arrays in make_shared and allocate_shared)
- Implemented P0674R1 (Support arrays in ``make_shared`` and ``allocate_shared``)
- Implemented P0980R1 (Making ``std::string`` constexpr)
- `pop_heap` now uses an algorithm known as "bottom-up heapsort" or
"heapsort with bounce" to reduce the number of comparisons, and rearranges