[libcxx-commits] [libcxx] 7d7765c - [libcxx][docs] Mark LWG3348 as complete

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 30 10:04:01 PDT 2021


Author: Joe Loser
Date: 2021-08-30T13:03:57-04:00
New Revision: 7d7765cef50252e760fc9bbc657f7c29934c30e8

URL: https://github.com/llvm/llvm-project/commit/7d7765cef50252e760fc9bbc657f7c29934c30e8
DIFF: https://github.com/llvm/llvm-project/commit/7d7765cef50252e760fc9bbc657f7c29934c30e8.diff

LOG: [libcxx][docs] Mark LWG3348 as complete

Mark LWG3348 as complete. The `__cpp_lib_unwrap_ref` feature test macro
was placed in `<functional>` in 466df1718e41fe2fca6ce6bd98c01b18f42c05e4

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

Added: 
    

Modified: 
    libcxx/docs/Status/Cxx20Issues.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/Cxx20Issues.csv b/libcxx/docs/Status/Cxx20Issues.csv
index 2437cc247072a..8128fe06caa1f 100644
--- a/libcxx/docs/Status/Cxx20Issues.csv
+++ b/libcxx/docs/Status/Cxx20Issues.csv
@@ -259,7 +259,7 @@
 "`3340 <https://wg21.link/LWG3340>`__","Formatting functions should throw on argument/format string mismatch in |sect|\ [format.functions]","Prague","",""
 "`3346 <https://wg21.link/LWG3346>`__","``pair``\  and ``tuple``\  copy and move constructor have backwards specification","Prague","",""
 "`3347 <https://wg21.link/LWG3347>`__","``std::pair<T, U>``\  now requires ``T``\  and ``U``\  to be less-than-comparable","Prague","",""
-"`3348 <https://wg21.link/LWG3348>`__","``__cpp_lib_unwrap_ref``\  in wrong header","Prague","",""
+"`3348 <https://wg21.link/LWG3348>`__","``__cpp_lib_unwrap_ref``\  in wrong header","Prague","Complete","12.0"
 "`3349 <https://wg21.link/LWG3349>`__","Missing ``__cpp_lib_constexpr_complex``\  for P0415R1","Prague","",""
 "`3350 <https://wg21.link/LWG3350>`__","Simplify return type of ``lexicographical_compare_three_way``\ ","Prague","",""
 "`3351 <https://wg21.link/LWG3351>`__","``ranges::enable_safe_range``\  should not be constrained","Prague","",""


        


More information about the libcxx-commits mailing list