Skip to content

Commit 85293ea

Browse files
committed
Add TODO
1 parent 3ca2bc7 commit 85293ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/benchmarks/algorithms/nonmodifying/fold.bench.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ int main(int argc, char** argv) {
6464
bm.operator()<std::deque<int>>("rng::fold_left(deque<int>)", std::ranges::fold_left);
6565
bm.operator()<std::list<int>>("rng::fold_left(list<int>)", std::ranges::fold_left);
6666

67-
// fold_right not implemented yet
67+
// TODO: fold_right not implemented yet
6868
// bm.operator()<std::vector<int>>("rng::fold_right(vector<int>)", std::ranges::fold_right);
6969
// bm.operator()<std::deque<int>>("rng::fold_right(deque<int>)", std::ranges::fold_right);
7070
// bm.operator()<std::list<int>>("rng::fold_right(list<int>)", std::ranges::fold_right);

0 commit comments

Comments
 (0)