[libc++][NFC] Reindent release notes bullet points

This commit is contained in:
Louis Dionne 2022-03-16 17:26:26 -04:00
parent 2371c5a0e0
commit 197737b539
1 changed files with 5 additions and 5 deletions

View File

@ -38,13 +38,13 @@ What's New in Libc++ 15.0.0?
New Features
------------
- Implemented P0627R6 (Function to mark unreachable code)
- Implemented P0627R6 (Function to mark unreachable code)
- Implemented P1165R1 (Make stateful allocator propagation more consistent for ``operator+(basic_string)``)
- Implemented P1165R1 (Make stateful allocator propagation more consistent for ``operator+(basic_string)``)
- `pop_heap` now uses an algorithm known as "bottom-up heapsort" or
"heapsort with bounce" to reduce the number of comparisons, and rearranges
elements using move-assignment instead of `swap`.
- `pop_heap` now uses an algorithm known as "bottom-up heapsort" or
"heapsort with bounce" to reduce the number of comparisons, and rearranges
elements using move-assignment instead of `swap`.
API Changes
-----------