[libcxx-commits] [libcxx] ec3d22c - [libc++][NFC] Add release note for constexpr std::string
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 6 08:18:11 PDT 2022
Author: Louis Dionne
Date: 2022-05-06T11:18:07-04:00
New Revision: ec3d22cd3a5fc6dfc8182611737fae9f18d527bf
URL: https://github.com/llvm/llvm-project/commit/ec3d22cd3a5fc6dfc8182611737fae9f18d527bf
DIFF: https://github.com/llvm/llvm-project/commit/ec3d22cd3a5fc6dfc8182611737fae9f18d527bf.diff
LOG: [libc++][NFC] Add release note for constexpr std::string
Added:
Modified:
libcxx/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst
index 79ec4f5f65f3d..91a735c268391 100644
--- a/libcxx/docs/ReleaseNotes.rst
+++ b/libcxx/docs/ReleaseNotes.rst
@@ -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
More information about the libcxx-commits
mailing list