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 2787759 commit 5a65a41Copy full SHA for 5a65a41
libcxx/include/module.modulemap.in
@@ -934,7 +934,10 @@ module std [system] {
934
module chars_format { header "__charconv/chars_format.h" }
935
module from_chars_floating_point { header "__charconv/from_chars_floating_point.h" }
936
module from_chars_integral { header "__charconv/from_chars_integral.h" }
937
- module from_chars_result { header "__charconv/from_chars_result.h" }
+ module from_chars_result {
938
+ header "__charconv/from_chars_result.h"
939
+ export std.system_error.errc
940
+ }
941
module tables { header "__charconv/tables.h" }
942
module to_chars { header "__charconv/to_chars.h" }
943
module to_chars_base_10 { header "__charconv/to_chars_base_10.h" }
0 commit comments