[libcxx-commits] [libcxx] 77bd454 - [libc++] [docs] [C++2b] Update status page with papers adopted in February 2021 virtual meeting.
    Marek Kurdej via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Wed Feb 24 00:40:55 PST 2021
    
    
  
Author: Marek Kurdej
Date: 2021-02-24T09:40:33+01:00
New Revision: 77bd454da34e9cfba6cb007bdf25fc422b947641
URL: https://github.com/llvm/llvm-project/commit/77bd454da34e9cfba6cb007bdf25fc422b947641
DIFF: https://github.com/llvm/llvm-project/commit/77bd454da34e9cfba6cb007bdf25fc422b947641.diff
LOG: [libc++] [docs] [C++2b] Update status page with papers adopted in February 2021 virtual meeting.
Added: 
    
Modified: 
    libcxx/docs/Cxx2bStatusPaperStatus.csv
Removed: 
    
################################################################################
diff  --git a/libcxx/docs/Cxx2bStatusPaperStatus.csv b/libcxx/docs/Cxx2bStatusPaperStatus.csv
index c191633bd750..1a041d87f862 100644
--- a/libcxx/docs/Cxx2bStatusPaperStatus.csv
+++ b/libcxx/docs/Cxx2bStatusPaperStatus.csv
@@ -4,3 +4,8 @@
 "`P1048R1 <https://wg21.link/P1048R1>`__","LWG","A proposal for a type trait to detect scoped enumerations","Autumn 2020","|Complete|","12.0"
 "`P1679R3 <https://wg21.link/P1679R3>`__","LWG","string contains function","Autumn 2020","|Complete|","12.0"
 "","","","","",""
+"`P1682R3 <https://wg21.link/P1682R3>`__","LWG","std::to_underlying for enumerations","February 2021","",""
+"`P2162R2 <https://wg21.link/P2162R2>`__","LWG","Inheriting from std::variant","February 2021","",""
+"`P2212R2 <https://wg21.link/P2212R2>`__","LWG","Relax Requirements for time_point::clock","February 2021","",""
+"`P2259R1 <https://wg21.link/P2259R1>`__","LWG","Repairing input range adaptors and counted_iterator","February 2021","",""
+"","","","","",""
        
    
    
More information about the libcxx-commits
mailing list