Skip to content

Commit 910cf3e

Browse files
committed
Updated Release Notes
1 parent f1245fc commit 910cf3e

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

libcxx/docs/FeatureTestMacroTable.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ Status
378378
---------------------------------------------------------- -----------------
379379
``__cpp_lib_reference_from_temporary`` *unimplemented*
380380
---------------------------------------------------------- -----------------
381-
``__cpp_lib_spanstream`` *unimplemented*
381+
``__cpp_lib_spanstream`` ``202106L``
382382
---------------------------------------------------------- -----------------
383383
``__cpp_lib_stacktrace`` *unimplemented*
384384
---------------------------------------------------------- -----------------

libcxx/docs/ReleaseNotes/19.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ Implemented Papers
6565
- P2591R5 - Concatenation of strings and string views
6666
- P2968R2 - Make ``std::ignore`` a first-class object
6767
- P2997R1 - Removing the common reference requirement from the indirectly invocable concepts (as DR against C++20)
68-
- P0448R4 - A ``strstream`` replacement using ``span<charT>`` as buffer
6968
- P2302R4 - ``std::ranges::contains``
7069
- P1659R3 - ``std::ranges::starts_with`` and ``std::ranges::ends_with``
7170
- P3029R1 - Better ``mdspan``'s CTAD

libcxx/docs/ReleaseNotes/20.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ What's New in Libc++ 20.0.0?
3838
Implemented Papers
3939
------------------
4040

41-
- TODO
41+
- P0448R4 - A ``strstream`` replacement using ``span<charT>`` as buffer
4242

4343

4444
Improvements and New Features

libcxx/docs/Status/Cxx23Papers.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"`P2259R1 <https://wg21.link/P2259R1>`__","LWG","Repairing input range adaptors and counted_iterator","February 2021","","","|ranges|"
1313
"","","","","","",""
1414
"`P0401R6 <https://wg21.link/P0401R6>`__","LWG","Providing size feedback in the Allocator interface","June 2021","|Complete|","15.0"
15-
"`P0448R4 <https://wg21.link/P0448R4>`__","LWG","A ``strstream`` replacement using ``span<charT>`` as buffer","June 2021","|Partial|","19.0"
15+
"`P0448R4 <https://wg21.link/P0448R4>`__","LWG","A ``strstream`` replacement using ``span<charT>`` as buffer","June 2021","|Partial|","20.0"
1616
"`P1132R8 <https://wg21.link/P1132R8>`__","LWG","out_ptr - a scalable output pointer abstraction","June 2021","|Complete|","19.0"
1717
"`P1328R1 <https://wg21.link/P1328R1>`__","LWG","Making std::type_info::operator== constexpr","June 2021","|Complete|","17.0"
1818
"`P1425R4 <https://wg21.link/P1425R4>`__","LWG","Iterators pair constructors for stack and queue","June 2021","|Complete|","14.0","|ranges|"

0 commit comments

Comments
 (0)