forked from OSchip/llvm-project
[libc++][NFC] Reindent release notes bullet points
This commit is contained in:
parent
2371c5a0e0
commit
197737b539
|
@ -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
|
||||
-----------
|
||||
|
|
Loading…
Reference in New Issue