Please use GitHub pull requests for new patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
libcxx/include/module.modulemap.in
Show First 20 Lines • Show All 823 Lines • ▼ Show 20 Lines | module std [system] { | ||||
module deque { | module deque { | ||||
header "deque" | header "deque" | ||||
export initializer_list | export initializer_list | ||||
export * | export * | ||||
} | } | ||||
module exception { | module exception { | ||||
header "exception" | header "exception" | ||||
export * | export * | ||||
module __exception { | |||||
module exception { private header "__exception/exception.h" } | |||||
module exception_ptr { private header "__exception/exception_ptr.h" } | |||||
module nested_exception { private header "__exception/nested_exception.h" } | |||||
module operations { private header "__exception/operations.h" } | |||||
module terminate { private header "__exception/terminate.h" } | |||||
} | |||||
} | } | ||||
module execution { | module execution { | ||||
header "execution" | header "execution" | ||||
export * | export * | ||||
} | } | ||||
module expected { | module expected { | ||||
header "expected" | header "expected" | ||||
export * | export * | ||||
▲ Show 20 Lines • Show All 778 Lines • ▼ Show 20 Lines | |||||
} | } | ||||
module utility { | module utility { | ||||
header "utility" | header "utility" | ||||
export initializer_list | export initializer_list | ||||
export * | export * | ||||
module __utility { | module __utility { | ||||
module as_const { private header "__utility/as_const.h" } | module as_const { private header "__utility/as_const.h" } | ||||
module auto_cast { private header "__utility/auto_cast.h" } | module auto_cast { | ||||
private header "__utility/auto_cast.h" | |||||
export type_traits.decay | |||||
} | |||||
module cmp { private header "__utility/cmp.h" } | module cmp { private header "__utility/cmp.h" } | ||||
module convert_to_integral { private header "__utility/convert_to_integral.h" } | module convert_to_integral { private header "__utility/convert_to_integral.h" } | ||||
module declval { private header "__utility/declval.h" } | module declval { private header "__utility/declval.h" } | ||||
module exception_guard { private header "__utility/exception_guard.h" } | module exception_guard { private header "__utility/exception_guard.h" } | ||||
module exchange { private header "__utility/exchange.h" } | module exchange { private header "__utility/exchange.h" } | ||||
module forward { private header "__utility/forward.h" } | module forward { private header "__utility/forward.h" } | ||||
module forward_like { private header "__utility/forward_like.h" } | module forward_like { private header "__utility/forward_like.h" } | ||||
module in_place { private header "__utility/in_place.h" } | module in_place { private header "__utility/in_place.h" } | ||||
▲ Show 20 Lines • Show All 138 Lines • Show Last 20 Lines |