[libcxx-commits] [libcxx] d417710 - [libc++][ranges][NFC] Fix a format error on the ranges status page.

Konstantin Varlamov via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jun 18 02:23:17 PDT 2022


Author: Konstantin Varlamov
Date: 2022-06-18T02:22:26-07:00
New Revision: d417710c3af2ceb249ea3110567205e379392c9c

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

LOG: [libc++][ranges][NFC] Fix a format error on the ranges status page.

Added: 
    

Modified: 
    libcxx/docs/Status/RangesAlgorithms.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/RangesAlgorithms.csv b/libcxx/docs/Status/RangesAlgorithms.csv
index 11f14177a7736..96e4b03379025 100644
--- a/libcxx/docs/Status/RangesAlgorithms.csv
+++ b/libcxx/docs/Status/RangesAlgorithms.csv
@@ -73,7 +73,7 @@ Permutation,shuffle,Not assigned,n/a,Not started
 Permutation,unique,Not assigned,n/a,Not started
 Permutation,partition,Not assigned,n/a,Not started
 Permutation,stable_partition,Not assigned,n/a,Not started
-Permutation,sort,`D127557 <https://llvm.org/D127557>`_,Konstantin Varlamov,✅
+Permutation,sort,Konstantin Varlamov,`D127557 <https://llvm.org/D127557>`_,✅
 Permutation,stable_sort,Konstantin Varlamov,n/a,In progress
 Permutation,partial_sort,Konstantin Varlamov,n/a,In progress
 Permutation,nth_element,Not assigned,n/a,Not started


        


More information about the libcxx-commits mailing list