[libcxx-commits] [libcxx] d8a1d50 - [libc++][ranges] Remove a leftover include version control markers in Cxx20Papers.csv

Haojian Wu via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 18 03:07:41 PST 2023


Author: Haojian Wu
Date: 2023-01-18T12:05:54+01:00
New Revision: d8a1d5024fe88ea61ce57f624bade4d313acd1b2

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

LOG: [libc++][ranges] Remove a leftover include version control markers in Cxx20Papers.csv

Added: 
    

Modified: 
    libcxx/docs/Status/Cxx20Papers.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/Cxx20Papers.csv b/libcxx/docs/Status/Cxx20Papers.csv
index 2c08fe87ed37..f5bb03e553f3 100644
--- a/libcxx/docs/Status/Cxx20Papers.csv
+++ b/libcxx/docs/Status/Cxx20Papers.csv
@@ -131,13 +131,8 @@
 "`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|",""
-<<<<<<< HEAD
-"`P1754R1 <https://wg21.link/P1754R1>`__","LWG","Rename concepts to standard_case for C++20, while we still can","Cologne","|In Progress|","","|ranges|"
-"","","","","","",""
-=======
 "`P1754R1 <https://wg21.link/P1754R1>`__","LWG","Rename concepts to standard_case for C++20, while we still can","Cologne","|Complete|","15.0","|ranges|"
 "","","","","",""
->>>>>>> da0daa714aa9 ([libc++][ranges] Mark completed Ranges papers and issues as done, bump version macro)
 "`P0883R2 <https://wg21.link/P0883R2>`__","LWG","Fixing Atomic Initialization","Belfast","|Complete| [#note-P0883.1]_ [#note-P0883.2]_","14.0"
 "`P1391R4 <https://wg21.link/P1391R4>`__","LWG","Range constructor for std::string_view","Belfast","|Complete|","14.0","|ranges|"
 "`P1394R4 <https://wg21.link/P1394R4>`__","LWG","Range constructor for std::span","Belfast","|Complete|","14.0","|ranges|"


        


More information about the libcxx-commits mailing list