We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82fcda commit 9200adeCopy full SHA for 9200ade
libcxx/include/module.modulemap
@@ -73,9 +73,9 @@ module std_core [system] {
73
module common_reference { header "__type_traits/common_reference.h" }
74
module common_type {
75
header "__type_traits/common_type.h"
76
- // We need to export everything from this module because common_type inherits from __builtin_common_type,
77
- // which needs to be re-exported.
78
- export *
+ // We need to export those because common_type inherits from either of those based on __builtin_common_type.
+ export std_core.type_traits.type_identity
+ export std_core.utility_core.empty
79
}
80
module conditional { header "__type_traits/conditional.h" }
81
module conjunction { header "__type_traits/conjunction.h" }
0 commit comments