aboutsummaryrefslogtreecommitdiff
path: root/libcxx/docs
diff options
context:
space:
mode:
authorHui Xie <hui.xie1990@gmail.com>2022-07-14 20:35:15 +0100
committerHui Xie <hui.xie1990@gmail.com>2022-07-22 10:24:08 +0100
commit0f6364b8a1007e9cfbde331321115f9385bd6b17 (patch)
tree950463b1773987e977e3c7ede9e210b0c7296258 /libcxx/docs
parent5c39c31a99525630dfe684fed48292a50fd0c3c9 (diff)
downloadllvm-0f6364b8a1007e9cfbde331321115f9385bd6b17.zip
llvm-0f6364b8a1007e9cfbde331321115f9385bd6b17.tar.gz
llvm-0f6364b8a1007e9cfbde331321115f9385bd6b17.tar.bz2
[libc++][ranges] implement `std::ranges::equal_range`
implement `std::ranges::equal_range` which delegates to `std::equal_range` Differential Revision: https://reviews.llvm.org/D129796
Diffstat (limited to 'libcxx/docs')
-rw-r--r--libcxx/docs/Status/RangesAlgorithms.csv2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/docs/Status/RangesAlgorithms.csv b/libcxx/docs/Status/RangesAlgorithms.csv
index 849a9a2..e433266 100644
--- a/libcxx/docs/Status/RangesAlgorithms.csv
+++ b/libcxx/docs/Status/RangesAlgorithms.csv
@@ -13,7 +13,7 @@ Search,lexicographical_compare,Nikolas Klauser,`D127130 <https://llvm.org/D12713
Search,partition_point,Konstantin Varlamov,`D130070 <https://llvm.org/D130070>`_,✅
Search,lower_bound,Nikolas Klauser,`D121964 <https://llvm.org/D121964>`_,✅
Search,upper_bound,Nikolas Klauser,`D121964 <https://llvm.org/D121964>`_,✅
-Search,equal_range,Christopher Di Bella,n/a,Not started
+Search,equal_range,Hui Xie,`D129796 <https://llvm.org/D129796>`,✅
Search,binary_search,Nikolas Klauser,`D121964 <https://llvm.org/D121964>`_,✅
Search,min,Nikolas Klauser,`D119589 <https://llvm.org/D119589>`_,✅
Search,max,Nikolas Klauser,`D122002 <https://llvm.org/D122002>`_,✅