Skip to content

Commit abc8468

Browse files
committed
Updated status pages and release notes
1 parent 51e3bb6 commit abc8468

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

libcxx/docs/ReleaseNotes/19.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Implemented Papers
4343
- P2819R2 - Add ``tuple`` protocol to ``complex``
4444
- P2495R3 - Interfacing ``stringstream``\s with ``string_view``
4545
- P2867R2 - Remove Deprecated ``strstream``\s From C++26
46-
- P2872R2 - Remove ``wstring_convert`` From C++26
46+
- P2872R3 - Remove ``wstring_convert`` From C++26
4747
- P2302R4 - ``std::ranges::contains``
4848
- P1659R3 - ``std::ranges::starts_with`` and ``std::ranges::ends_with``
4949

libcxx/docs/Status/Cxx2cPapers.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"`P2875R4 <https://wg21.link/P2875R4>`__","LWG","Undeprecate ``polymorphic_allocator::destroy`` for C++26","Tokyo March 2024","|Complete|","15.0",""
5050
"`P2867R2 <https://wg21.link/P2867R2>`__","LWG","Remove Deprecated ``strstreams`` From C++26","Tokyo March 2024","|Complete|","19.0",""
5151
"`P2869R4 <https://wg21.link/P2869R4>`__","LWG","Remove Deprecated ``shared_ptr`` Atomic Access APIs from C++26","Tokyo March 2024","","",""
52-
"`P2872R3 <https://wg21.link/P2872R3>`__","LWG","Remove ``wstring_convert`` From C++26","Tokyo March 2024","","",""
52+
"`P2872R3 <https://wg21.link/P2872R3>`__","LWG","Remove ``wstring_convert`` From C++26","Tokyo March 2024","|Complete|","19.0",""
5353
"`P3107R5 <https://wg21.link/P3107R5>`__","LWG","Permit an efficient implementation of ``std::print``","Tokyo March 2024","","","|format| |DR|"
5454
"`P3142R0 <https://wg21.link/P3142R0>`__","LWG","Printing Blank Lines with ``println``","Tokyo March 2024","","","|format|"
5555
"`P2845R8 <https://wg21.link/P2845R8>`__","LWG","Formatting of ``std::filesystem::path``","Tokyo March 2024","","","|format|"

libcxx/docs/UsingLibcxx.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ C++17 Specific Configuration Macros
234234

235235
C++20 Specific Configuration Macros
236236
-----------------------------------
237-
**_LIBCPP_ENABLE_CXX20_REMOVED_SHARED_PTR_UNIQUE**
237+
**_LIBCPP_ENABLE_CXX20_REMOVED_SHARED_PTR_UNIQUE**:
238238
This macro is used to re-enable the function
239239
``std::shared_ptr<...>::unique()``.
240240

@@ -267,7 +267,7 @@ C++26 Specific Configuration Macros
267267
**_LIBCPP_ENABLE_CXX26_REMOVED_CODECVT**:
268268
This macro is used to re-enable all named declarations in ``<codecvt>``.
269269

270-
**_LIBCPP_ENABLE_CXX26_REMOVED_STRING_RESERVE**
270+
**_LIBCPP_ENABLE_CXX26_REMOVED_STRING_RESERVE**:
271271
This macro is used to re-enable the function
272272
``std::basic_string<...>::reserve()``.
273273

@@ -277,6 +277,10 @@ C++26 Specific Configuration Macros
277277
**_LIBCPP_ENABLE_CXX26_REMOVED_STRSTREAM**:
278278
This macro is used to re-enable all named declarations in ``<strstream>``.
279279

280+
**_LIBCPP_ENABLE_CXX26_REMOVED_WSTRING_CONVERT**:
281+
This macro is used to re-enable the ``wstring_convert`` and ``wbuffer_convert``
282+
in ``<locale>``.
283+
280284
Libc++ Extensions
281285
=================
282286

0 commit comments

Comments
 (0)