Skip to content

Commit 1949ba8

Browse files
committed
fixup! WIP: [libc++][ranges] Implement ranges::stride_view.
Add stride view into the module map. Signed-off-by: Will Hawkins <[email protected]>
1 parent 5131b09 commit 1949ba8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libcxx/include/module.modulemap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1764,6 +1764,10 @@ module std [system] {
17641764
module subrange_fwd {
17651765
header "__fwd/subrange.h"
17661766
}
1767+
module stride_view {
1768+
header "__ranges/stride_view.h"
1769+
export std.functional.bind_back
1770+
}
17671771
module take_view {
17681772
header "__ranges/take_view.h"
17691773
export std.functional.bind_back

0 commit comments

Comments
 (0)