[llvm-branch-commits] [libcxx] 28797e9 - [libc++] [docs] Mark LWG2296 as complete not only on clang.
Marek Kurdej via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Dec 2 02:44:32 PST 2020
Author: Marek Kurdej
Date: 2020-12-02T11:39:43+01:00
New Revision: 28797e99522b6c3a520c876ad463acd578bf5f33
URL: https://github.com/llvm/llvm-project/commit/28797e99522b6c3a520c876ad463acd578bf5f33
DIFF: https://github.com/llvm/llvm-project/commit/28797e99522b6c3a520c876ad463acd578bf5f33.diff
LOG: [libc++] [docs] Mark LWG2296 as complete not only on clang.
std::addressof was made constexpr in gcc 7.
libc++ fixed it in ac473034fc771e5f1b4ef0ac405df70ed27412a1 (Provide a constexpr addressof with GCC 7.)
Added:
Modified:
libcxx/docs/Cxx1zStatusIssuesStatus.csv
Removed:
################################################################################
diff --git a/libcxx/docs/Cxx1zStatusIssuesStatus.csv b/libcxx/docs/Cxx1zStatusIssuesStatus.csv
index d5c43103b4bd..218782b0071b 100644
--- a/libcxx/docs/Cxx1zStatusIssuesStatus.csv
+++ b/libcxx/docs/Cxx1zStatusIssuesStatus.csv
@@ -103,7 +103,7 @@
"","","",""
"`2192 <https://wg21.link/LWG2192>`__","Validity and return type of ``std::abs(0u)``\ is unclear","Jacksonville","|Complete|"
"`2276 <https://wg21.link/LWG2276>`__","Missing requirement on ``std::promise::set_exception``\ ","Jacksonville","|Complete|"
-"`2296 <https://wg21.link/LWG2296>`__","``std::addressof``\ should be ``constexpr``\ ","Jacksonville","Complete (Clang Only)"
+"`2296 <https://wg21.link/LWG2296>`__","``std::addressof``\ should be ``constexpr``\ ","Jacksonville","|Complete|"
"`2450 <https://wg21.link/LWG2450>`__","``(greater|less|greater_equal|less_equal)<void>``\ do not yield a total order for pointers","Jacksonville","|Complete|"
"`2520 <https://wg21.link/LWG2520>`__","N4089 broke initializing ``unique_ptr<T[]>``\ from a ``nullptr``\ ","Jacksonville","|Complete|"
"`2522 <https://wg21.link/LWG2522>`__","[fund.ts.v2] Contradiction in ``set_default_resource``\ specification","Jacksonville","|Complete|"
More information about the llvm-branch-commits
mailing list