[libcxx-commits] [PATCH] D145087: [libcxx][NFC] Added a note about the P2520R0

Shivam Rajput via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 1 10:44:49 PST 2023


phyBrackets created this revision.
phyBrackets added a project: libc++.
Herald added a project: All.
phyBrackets requested review of this revision.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D145087

Files:
  libcxx/docs/Status/Cxx2b.rst


Index: libcxx/docs/Status/Cxx2b.rst
===================================================================
--- libcxx/docs/Status/Cxx2b.rst
+++ libcxx/docs/Status/Cxx2b.rst
@@ -42,6 +42,7 @@
    .. [#note-P0533R9] P0533R9: ``isfinite``, ``isinf``, ``isnan`` and ``isnormal`` are implemented.
    .. [#note-P1413R3] P1413R3: ``std::aligned_storage_t`` and ``std::aligned_union_t`` are marked deprecated, but
       clang doesn't issue a diagnostic for deprecated using template declarations.
+   .. [#note-P2520R0] P2520R0: We implemented this paper as a DR in C++20 as well.
 
 .. _issues-status-cxx2b:
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145087.501577.patch
Type: text/x-patch
Size: 602 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230301/b80f3114/attachment.bin>


More information about the libcxx-commits mailing list