aboutsummaryrefslogtreecommitdiff
path: root/libcxx
diff options
context:
space:
mode:
authorMarek Kurdej <marek.kurdej@gmail.com>2020-12-02 11:39:43 +0100
committerMarek Kurdej <marek.kurdej@gmail.com>2020-12-02 11:39:43 +0100
commit28797e99522b6c3a520c876ad463acd578bf5f33 (patch)
treeb1a8da6ee544fdf6410984a1ff44a825a8d232e7 /libcxx
parentd82fb6022bd8406a406722e01658273fdd209e5f (diff)
downloadllvm-project-28797e99522b6c3a520c876ad463acd578bf5f33.tar.gz
[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.)
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/docs/Cxx1zStatusIssuesStatus.csv2
1 files changed, 1 insertions, 1 deletions
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|"