Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci
  • Loading branch information
huixie90 committed Jul 19, 2025
commit 1ef40038a571a9cbc2aad71b96aa4abcd0ab246e
3 changes: 3 additions & 0 deletions libcxx/include/module.modulemap.in
Original file line number Diff line number Diff line change
Expand Up @@ -1943,6 +1943,9 @@ module std [system] {
header "__ranges/zip_view.h"
export std.utility.pair
}
module zip_transform_view {
header "__ranges/zip_transform_view.h"
}

header "ranges"
export *
Expand Down