diff options
| author | Peter Collingbourne <peter@pcc.me.uk> | 2025-07-18 13:26:00 -0700 |
|---|---|---|
| committer | Peter Collingbourne <peter@pcc.me.uk> | 2025-07-18 13:26:00 -0700 |
| commit | 9bf3524731070cadc6175707314f3b6ca37190d5 (patch) | |
| tree | 86dcab7604336b01ae938fe81062c29ff69efba8 /libcxx/include/module.modulemap.in | |
| parent | 3a84c15cc13b6daf8e812592898ab6c7f19091a9 (diff) | |
| parent | 4f43f0606c3d7e1ce6d069583b5e59f036e112ce (diff) | |
Created using spr 1.3.6-beta.1
Diffstat (limited to 'libcxx/include/module.modulemap.in')
| -rw-r--r-- | libcxx/include/module.modulemap.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libcxx/include/module.modulemap.in b/libcxx/include/module.modulemap.in index 45b9c72a05b8..78607f2c1301 100644 --- a/libcxx/include/module.modulemap.in +++ b/libcxx/include/module.modulemap.in @@ -1369,6 +1369,7 @@ module std [system] { module indic_conjunct_break_table { header "__format/indic_conjunct_break_table.h" } module parser_std_format_spec { header "__format/parser_std_format_spec.h" } module range_default_formatter { header "__format/range_default_formatter.h" } + module range_format { header "__format/range_format.h" } module range_formatter { header "__format/range_formatter.h" } module unicode { header "__format/unicode.h" } module width_estimation_table { header "__format/width_estimation_table.h" } @@ -1590,7 +1591,6 @@ module std [system] { } module locale_base_api { - textual header "__locale_dir/locale_base_api/android.h" textual header "__locale_dir/locale_base_api/bsd_locale_fallbacks.h" textual header "__locale_dir/locale_base_api/ibm.h" textual header "__locale_dir/locale_base_api/musl.h" @@ -2356,6 +2356,9 @@ module std [system] { module verbose_abort { header "__verbose_abort" } + module verbose_trap { + header "__verbose_trap" + } module internal_assert { header "__assert" export * |
