@@ -1075,18 +1075,19 @@ module std_private_bit_invert_if [system] { header "__bit/invert_if.h" }
1075
1075
module std_private_bit_popcount [system] { header "__bit/popcount.h" }
1076
1076
module std_private_bit_rotate [system] { header "__bit/rotate.h" }
1077
1077
1078
- module std_private_charconv_chars_format [system] { header "__charconv/chars_format.h" }
1079
- module std_private_charconv_from_chars_integral [system] { header "__charconv/from_chars_integral.h" }
1080
- module std_private_charconv_from_chars_result [system] { header "__charconv/from_chars_result.h" }
1081
- module std_private_charconv_tables [system] { header "__charconv/tables.h" }
1082
- module std_private_charconv_to_chars [system] { header "__charconv/to_chars.h" }
1083
- module std_private_charconv_to_chars_base_10 [system] { header "__charconv/to_chars_base_10.h" }
1084
- module std_private_charconv_to_chars_floating_point [system] { header "__charconv/to_chars_floating_point.h" }
1085
- module std_private_charconv_to_chars_integral [system] {
1078
+ module std_private_charconv_chars_format [system] { header "__charconv/chars_format.h" }
1079
+ module std_private_charconv_from_chars_integral [system] { header "__charconv/from_chars_integral.h" }
1080
+ module std_private_charconv_from_chars_result [system] { header "__charconv/from_chars_result.h" }
1081
+ module std_private_charconv_tables [system] { header "__charconv/tables.h" }
1082
+ module std_private_charconv_to_chars [system] { header "__charconv/to_chars.h" }
1083
+ module std_private_charconv_to_chars_base_10 [system] { header "__charconv/to_chars_base_10.h" }
1084
+ module std_private_charconv_to_chars_floating_point [system] { header "__charconv/to_chars_floating_point.h" }
1085
+ module std_private_charconv_from_chars_floating_point [system] { header "__charconv/from_chars_floating_point.h" }
1086
+ module std_private_charconv_to_chars_integral [system] {
1086
1087
header "__charconv/to_chars_integral.h"
1087
1088
export std_private_charconv_traits
1088
1089
}
1089
- module std_private_charconv_to_chars_result [system] {
1090
+ module std_private_charconv_to_chars_result [system] {
1090
1091
header "__charconv/to_chars_result.h"
1091
1092
export *
1092
1093
}
0 commit comments