We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca2bc7 commit 85293eaCopy full SHA for 85293ea
libcxx/test/benchmarks/algorithms/nonmodifying/fold.bench.cpp
@@ -64,7 +64,7 @@ int main(int argc, char** argv) {
64
bm.operator()<std::deque<int>>("rng::fold_left(deque<int>)", std::ranges::fold_left);
65
bm.operator()<std::list<int>>("rng::fold_left(list<int>)", std::ranges::fold_left);
66
67
- // fold_right not implemented yet
+ // TODO: fold_right not implemented yet
68
// bm.operator()<std::vector<int>>("rng::fold_right(vector<int>)", std::ranges::fold_right);
69
// bm.operator()<std::deque<int>>("rng::fold_right(deque<int>)", std::ranges::fold_right);
70
// bm.operator()<std::list<int>>("rng::fold_right(list<int>)", std::ranges::fold_right);
0 commit comments