Skip to content

Commit f060361

Browse files
Fix utility_core
1 parent b51bcad commit f060361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/include/module.modulemap.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,8 +468,10 @@ module std_core [system] {
468468
module utility_core {
469469
module declval { header "__utility/declval.h" }
470470
module empty { header "__utility/empty.h" }
471+
module exchange { header "__utility/exchange.h" }
471472
module forward { header "__utility/forward.h" }
472473
module integer_sequence { header "__utility/integer_sequence.h" }
474+
module move { header "__utility/move.h" }
473475
}
474476
} // module std_core
475477

@@ -2185,15 +2187,13 @@ module std [system] {
21852187
module convert_to_integral { header "__utility/convert_to_integral.h" }
21862188
module element_count { header "__utility/element_count.h" }
21872189
module exception_guard { header "__utility/exception_guard.h" }
2188-
module exchange { header "__utility/exchange.h" }
21892190
module forward_like { header "__utility/forward_like.h" }
21902191
module in_place {
21912192
header "__utility/in_place.h"
21922193
export std_core.type_traits.integral_constant
21932194
}
21942195
module is_pointer_in_range { header "__utility/is_pointer_in_range.h" }
21952196
module is_valid_range { header "__utility/is_valid_range.h" }
2196-
module move { header "__utility/move.h" }
21972197
module no_destroy { header "__utility/no_destroy.h" }
21982198
module pair { header "__utility/pair.h" }
21992199
module piecewise_construct { header "__utility/piecewise_construct.h" }

0 commit comments

Comments
 (0)