You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libcxx/docs/ReleaseNotes/22.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ Implemented Papers
41
41
- P2321R2: ``zip`` (`Github <https://llvm.org/PR105169>`__) (The paper is partially implemented. ``zip_transform_view``
42
42
is implemented in this release)
43
43
- 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)
44
45
45
46
Improvements and New Features
46
47
-----------------------------
@@ -59,7 +60,6 @@ Improvements and New Features
59
60
by up to 2.5x
60
61
- The performance of ``map::insert_or_assign`` has been improved by up to 2x
61
62
- ``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)
63
63
in chunks into a buffer.
64
64
- Multiple internal types have been refactored to use ``[[no_unique_address]]``, resulting in faster compile times and
0 commit comments