[libcxx-commits] [libcxx] a3ac689 - [libc++] Fix a few things in RangesAlgorithms.csv

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 6 16:57:30 PDT 2022


Author: Nikolas Klauser
Date: 2022-07-07T01:57:20+02:00
New Revision: a3ac6891f8c48ac21bb154323a860475e32158f6

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

LOG: [libc++] Fix a few things in RangesAlgorithms.csv

Added: 
    

Modified: 
    libcxx/docs/Status/RangesAlgorithms.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/RangesAlgorithms.csv b/libcxx/docs/Status/RangesAlgorithms.csv
index 4eda4ee86b51e..7047a0054f04b 100644
--- a/libcxx/docs/Status/RangesAlgorithms.csv
+++ b/libcxx/docs/Status/RangesAlgorithms.csv
@@ -64,9 +64,9 @@ Merge,merge,Hui Xie,`D128611 <https://llvm.org/D128611>`_,✅
 Merge,set_
diff erence,Hui Xie,n/a,Not started
 Merge,set_intersection,Hui Xie,n/a,Not started
 Merge,set_symmetric_
diff erence,Hui Xie,n/a,Not started
-Merge,set_union,Not assigned,Hui Xie,Not started
-Permutation,remove,Nikolas Klauser,`D128618 <https://llvm.org/D128618>`,✅
-Permutation,remove_if,Nikolas Klauser,`D128618 <https://llvm.org/D128618>`,✅
+Merge,set_union,Hui Xie,n/a,Not started
+Permutation,remove,Nikolas Klauser,`D128618 <https://llvm.org/D128618>`_,✅
+Permutation,remove_if,Nikolas Klauser,`D128618 <https://llvm.org/D128618>`_,✅
 Permutation,reverse,Nikolas Klauser,`D125752 <https://llvm.org/D125752>`_,✅
 Permutation,rotate,Nikolas Klauser,`D124122 <https://llvm.org/D124122>`_,Under review
 Permutation,shuffle,Not assigned,n/a,Not started


        


More information about the libcxx-commits mailing list