[libcxx-commits] [libcxx] [libc++] mark P0645 as complete (PR #101852)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Aug 4 02:49:41 PDT 2024
https://github.com/h-vetinari updated https://github.com/llvm/llvm-project/pull/101852
>From 5a9a2b1f3404ea818d6ee44eb520d16634a9554d Mon Sep 17 00:00:00 2001
From: "H. Vetinari" <h.vetinari at gmx.com>
Date: Sun, 4 Aug 2024 08:52:35 +1100
Subject: [PATCH] [libc++] update footnote for P0645
---
libcxx/docs/Status/Cxx20.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libcxx/docs/Status/Cxx20.rst b/libcxx/docs/Status/Cxx20.rst
index b76e30fbb3712..5331af92dea59 100644
--- a/libcxx/docs/Status/Cxx20.rst
+++ b/libcxx/docs/Status/Cxx20.rst
@@ -41,8 +41,8 @@ Paper Status
.. note::
.. [#note-P0591] P0591: The changes in [mem.poly.allocator.mem] are missing.
- .. [#note-P0645] P0645: The paper is implemented but still marked as an incomplete feature
- (the feature-test macro is not set).
+ .. [#note-P0645] P0645: The implementation was complete since Clang 14,
+ except the feature-test macro was not set until Clang 19.
.. [#note-P0966] P0966: It was previously erroneously marked as complete in version 8.0. See `bug 45368 <https://llvm.org/PR45368>`__.
.. [#note-P0619] P0619: Only sections D.8, D.9, D.10 and D.13 are implemented. Sections D.4, D.7, D.11, and D.12 remain undone.
.. [#note-P0883.1] P0883: shared_ptr and floating-point changes weren't applied as they themselves aren't implemented yet.
More information about the libcxx-commits
mailing list