Skip to content

Commit b083bea

Browse files
Move ReleaseNotes to Implemented papers
1 parent a209fb5 commit b083bea

File tree

1 file changed

+1
-1
lines changed
  • libcxx/docs/ReleaseNotes

1 file changed

+1
-1
lines changed

libcxx/docs/ReleaseNotes/22.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Implemented Papers
4141
- P2321R2: ``zip`` (`Github <https://llvm.org/PR105169>`__) (The paper is partially implemented. ``zip_transform_view``
4242
is implemented in this release)
4343
- P3168R2: Give ``std::optional`` Range Support (`Github <https://llvm.org/PR105430>`__)
44+
- P3372R3: ``constexpr map``(`Github <https://llvm.org/PR134330>`__) (The paper is partially implemented. ``constexpr map`` is implemented in this release)
4445

4546
Improvements and New Features
4647
-----------------------------
@@ -59,7 +60,6 @@ Improvements and New Features
5960
by up to 2.5x
6061
- The performance of ``map::insert_or_assign`` has been improved by up to 2x
6162
- ``ofstream::write`` has been optimized to pass through large strings to system calls directly instead of copying them
62-
- P3372R3: ``constexpr map``(`Github <https://github.com/llvm/llvm-project/issues/128660>`__) (The paper is partially implemented. ``constexpr map`` is implemented in this release)
6363
in chunks into a buffer.
6464
- Multiple internal types have been refactored to use ``[[no_unique_address]]``, resulting in faster compile times and
6565
reduced debug information.

0 commit comments

Comments
 (0)