[libcxx-commits] [libcxx] 7c63cc1 - [libc++][ranges][NFC] Fix a patch link in ranges status.

via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 3 20:39:38 PDT 2022


Author: varconst
Date: 2022-06-03T20:39:00-07:00
New Revision: 7c63cc198b6de1adc32e0336cde5f1fe78ddc454

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

LOG: [libc++][ranges][NFC] Fix a patch link in ranges status.

Added: 
    

Modified: 
    libcxx/docs/Status/RangesAlgorithms.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/RangesAlgorithms.csv b/libcxx/docs/Status/RangesAlgorithms.csv
index ba0f5302ac73..0e1d41076987 100644
--- a/libcxx/docs/Status/RangesAlgorithms.csv
+++ b/libcxx/docs/Status/RangesAlgorithms.csv
@@ -8,7 +8,7 @@ Search,find_if_not,Nikolas Klauser,`D121248 <https://reviews.llvm.org/D121248>`_
 Search,find_first_of,Nikolas Klauser,`D126529 <https://reviews.llvm.org/D126529>`_,Under review
 Search,adjacent_find,Nikolas Klauser,`D126610 <https://reviews.llvm.org/D126610>`_,Under review
 Search,mismatch,Nikolas Klauser,`D117817 <https://llvm.org/D117817>`_,✅
-Search,equal,Nikolas Klauser,`D123681 <https://reviews.llvm.org/D123681>`,✅
+Search,equal,Nikolas Klauser,`D123681 <https://reviews.llvm.org/D123681>`_,✅
 Search,lexicographical_compare,Not assigned,n/a,Not started
 Search,partition_point,Christopher Di Bella,`D105794 <https://llvm.org/D105794>`_,Under review
 Search,lower_bound,Nikolas Klauser,`D121964 <https://llvm.org/D121964>`_,Under review


        


More information about the libcxx-commits mailing list