Skip to content

Commit 15b686b

Browse files
committed
adds missing export
1 parent e776610 commit 15b686b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/modules/std/algorithm.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export namespace std {
5252
namespace ranges {
5353
using std::ranges::fold_left;
5454
using std::ranges::fold_left_with_iter;
55+
using std::ranges::fold_left_with_iter_result;
5556
} // namespace ranges
5657

5758
// [alg.foreach], for each

0 commit comments

Comments
 (0)