[libcxx-commits] [libcxx] 8c489bd - [libc++][doc] Fixes status pages.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 19 10:27:42 PDT 2022


Author: Mark de Wever
Date: 2022-10-19T19:26:37+02:00
New Revision: 8c489bd1f16867bf99533d3e8e67f85895053640

URL: https://github.com/llvm/llvm-project/commit/8c489bd1f16867bf99533d3e8e67f85895053640
DIFF: https://github.com/llvm/llvm-project/commit/8c489bd1f16867bf99533d3e8e67f85895053640.diff

LOG: [libc++][doc] Fixes status pages.

Addresses post-commit review comment in D134742.

Added: 
    

Modified: 
    libcxx/docs/Status/Cxx20Papers.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/Cxx20Papers.csv b/libcxx/docs/Status/Cxx20Papers.csv
index 7c26646df3086..afd5a275778eb 100644
--- a/libcxx/docs/Status/Cxx20Papers.csv
+++ b/libcxx/docs/Status/Cxx20Papers.csv
@@ -127,7 +127,7 @@
 "`P1638R1 <https://wg21.link/P1638R1>`__","LWG","basic_istream_view::iterator should not be copyable","Cologne","|Complete|","16.0"
 "`P1643R1 <https://wg21.link/P1643R1>`__","LWG","Add wait/notify to atomic_ref","Cologne","",""
 "`P1644R0 <https://wg21.link/P1644R0>`__","LWG","Add wait/notify to atomic<shared_ptr>","Cologne","",""
-"`P1650R0 <https://wg21.link/P1650R0>`__","LWG","Output std::chrono::days with 'd' suffix","Cologne","","|Complete|","16.0"
+"`P1650R0 <https://wg21.link/P1650R0>`__","LWG","Output std::chrono::days with 'd' suffix","Cologne","|Complete|","16.0"
 "`P1651R0 <https://wg21.link/P1651R0>`__","LWG","bind_front should not unwrap reference_wrapper","Cologne","|Complete|","13.0"
 "`P1652R1 <https://wg21.link/P1652R1>`__","LWG","Printf corner cases in std::format","Cologne","|Complete|","14.0"
 "`P1661R1 <https://wg21.link/P1661R1>`__","LWG","Remove dedicated precalculated hash lookup interface","Cologne","|Nothing To Do|",""


        


More information about the libcxx-commits mailing list