File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,12 @@ module std_core [system] {
71
71
module alignment_of { header "__type_traits/alignment_of.h" }
72
72
module can_extract_key { header "__type_traits/can_extract_key.h" }
73
73
module common_reference { header "__type_traits/common_reference.h" }
74
- module common_type { header "__type_traits/common_type.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 *
79
+ }
75
80
module conditional { header "__type_traits/conditional.h" }
76
81
module conjunction { header "__type_traits/conjunction.h" }
77
82
module copy_cv { header "__type_traits/copy_cv.h" }
You can’t perform that action at this time.
0 commit comments