[libcxx-commits] [libcxx] 773c6e4 - [libc++][doc] Clarify wording on the status page.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Sun May 29 06:33:30 PDT 2022


Author: Mark de Wever
Date: 2022-05-29T15:33:26+02:00
New Revision: 773c6e4358da80573b86234c0a2e1096aed78d1c

URL: https://github.com/llvm/llvm-project/commit/773c6e4358da80573b86234c0a2e1096aed78d1c
DIFF: https://github.com/llvm/llvm-project/commit/773c6e4358da80573b86234c0a2e1096aed78d1c.diff

LOG: [libc++][doc] Clarify wording on the status page.

Reviewed By: philnik, #libc

Differential Revision: https://reviews.llvm.org/D125630

Added: 
    

Modified: 
    libcxx/docs/Status/Cxx20.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/Cxx20.rst b/libcxx/docs/Status/Cxx20.rst
index 43744077638ff..3872308e85773 100644
--- a/libcxx/docs/Status/Cxx20.rst
+++ b/libcxx/docs/Status/Cxx20.rst
@@ -41,7 +41,9 @@ Paper Status
 .. note::
 
    .. [#note-P0600] P0600: The missing bits in P0600 are in |sect|\ [mem.res.class] and |sect|\ [mem.poly.allocator.class].
-   .. [#note-P0645] P0645: The paper is implemented but still marked as an incomplete feature. Not yet implemented LWG-issues will cause API and ABI breakage.
+   .. [#note-P0645] P0645: The paper is implemented but still marked as an incomplete feature
+      (the feature-test macro is not set and the libary is only available when built with ``LIBCXX_ENABLE_INCOMPLETE_FEATURES``).
+      Not yet implemented LWG-issues will cause API and ABI breakage.
    .. [#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, D.12, and D.14 remain undone.
    .. [#note-P0883] 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