Please use GitHub pull requests for new patches. Avoid migrating existing patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
libcxx/include/module.modulemap.in
Show First 20 Lines • Show All 356 Lines • ▼ Show 20 Lines | module __algorithm { | ||||
} | } | ||||
module ranges_fill { private header "__algorithm/ranges_fill.h" } | module ranges_fill { private header "__algorithm/ranges_fill.h" } | ||||
module ranges_fill_n { private header "__algorithm/ranges_fill_n.h" } | module ranges_fill_n { private header "__algorithm/ranges_fill_n.h" } | ||||
module ranges_find { private header "__algorithm/ranges_find.h" } | module ranges_find { private header "__algorithm/ranges_find.h" } | ||||
module ranges_find_end { private header "__algorithm/ranges_find_end.h" } | module ranges_find_end { private header "__algorithm/ranges_find_end.h" } | ||||
module ranges_find_first_of { private header "__algorithm/ranges_find_first_of.h" } | module ranges_find_first_of { private header "__algorithm/ranges_find_first_of.h" } | ||||
module ranges_find_if { private header "__algorithm/ranges_find_if.h" } | module ranges_find_if { private header "__algorithm/ranges_find_if.h" } | ||||
module ranges_find_if_not { private header "__algorithm/ranges_find_if_not.h" } | module ranges_find_if_not { private header "__algorithm/ranges_find_if_not.h" } | ||||
module ranges_find_last { private header "__algorithm/ranges_find_last.h" } | |||||
Mordante: Please fix the alignment of the `{`. | |||||
module ranges_find_last_if { private header "__algorithm/ranges_find_last_if.h" } | |||||
module ranges_find_last_if_not { private header "__algorithm/ranges_find_last_if_not.h" } | |||||
module ranges_for_each { | module ranges_for_each { | ||||
private header "__algorithm/ranges_for_each.h" | private header "__algorithm/ranges_for_each.h" | ||||
export algorithm.__algorithm.in_fun_result | export algorithm.__algorithm.in_fun_result | ||||
} | } | ||||
module ranges_for_each_n { | module ranges_for_each_n { | ||||
private header "__algorithm/ranges_for_each_n.h" | private header "__algorithm/ranges_for_each_n.h" | ||||
export algorithm.__algorithm.in_fun_result | export algorithm.__algorithm.in_fun_result | ||||
} | } | ||||
▲ Show 20 Lines • Show All 1,439 Lines • Show Last 20 Lines |
Please fix the alignment of the {.