Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/c++/v1/__cxx03/module.modulemap is written in an unsupported language. File is not indexed.

0001 // Main C++ standard library interfaces
0002 module cxx03_std_algorithm [system] {
0003   header "algorithm"
0004   export *
0005 }
0006 module cxx03_std_any [system] {
0007   header "any"
0008   export *
0009 }
0010 module cxx03_std_array [system] {
0011   header "array"
0012   export *
0013 }
0014 module cxx03_std_atomic [system] {
0015   header "atomic"
0016   export *
0017 }
0018 module cxx03_std_barrier [system] {
0019   header "barrier"
0020   export *
0021 }
0022 module cxx03_std_bit [system] {
0023   header "bit"
0024   export *
0025 }
0026 module cxx03_std_bitset [system] {
0027   header "bitset"
0028   export *
0029 }
0030 module cxx03_std_charconv [system] {
0031   header "charconv"
0032   export *
0033 }
0034 module cxx03_std_chrono [system] {
0035   header "chrono"
0036   export *
0037 }
0038 module cxx03_std_codecvt [system] {
0039   header "codecvt"
0040   export *
0041 }
0042 module cxx03_std_compare [system] {
0043   header "compare"
0044   export *
0045 }
0046 module cxx03_std_complex [system] {
0047   header "complex"
0048   export *
0049 }
0050 module cxx03_std_concepts [system] {
0051   header "concepts"
0052   export *
0053 }
0054 module cxx03_std_condition_variable [system] {
0055   header "condition_variable"
0056   export *
0057 }
0058 module cxx03_std_coroutine [system] {
0059   header "coroutine"
0060   export *
0061 }
0062 module cxx03_std_deque [system] {
0063   header "deque"
0064   export *
0065 }
0066 module cxx03_std_exception [system] {
0067   header "exception"
0068   export *
0069 }
0070 module cxx03_std_execution [system] {
0071   header "execution"
0072   export *
0073 }
0074 module cxx03_std_expected [system] {
0075   header "expected"
0076   export *
0077 }
0078 module cxx03_std_filesystem [system] {
0079   header "filesystem"
0080   export *
0081 }
0082 module cxx03_std_format [system] {
0083   header "format"
0084   export *
0085 }
0086 module cxx03_std_forward_list [system] {
0087   header "forward_list"
0088   export *
0089 }
0090 module cxx03_std_fstream [system] {
0091   header "fstream"
0092   export *
0093 }
0094 module cxx03_std_functional [system] {
0095   header "functional"
0096   export *
0097 }
0098 module cxx03_std_future [system] {
0099   header "future"
0100   export *
0101 }
0102 module cxx03_std_initializer_list [system] {
0103   header "initializer_list"
0104   export *
0105 }
0106 module cxx03_std_iomanip [system] {
0107   header "iomanip"
0108   export *
0109 }
0110 module cxx03_std_ios [system] {
0111   header "ios"
0112   export *
0113 }
0114 module cxx03_std_iosfwd [system] {
0115   header "iosfwd"
0116   export *
0117 }
0118 module cxx03_std_iostream [system] {
0119   header "iostream"
0120   export *
0121 }
0122 module cxx03_std_istream [system] {
0123   header "istream"
0124   export *
0125 }
0126 module cxx03_std_iterator [system] {
0127   header "iterator"
0128   export *
0129 }
0130 module cxx03_std_latch [system] {
0131   header "latch"
0132   export *
0133 }
0134 module cxx03_std_limits [system] {
0135   header "limits"
0136   export *
0137 }
0138 module cxx03_std_list [system] {
0139   header "list"
0140   export *
0141 }
0142 module cxx03_std_locale [system] {
0143   header "locale"
0144   export *
0145 }
0146 module cxx03_std_map [system] {
0147   header "map"
0148   export *
0149 }
0150 module cxx03_std_mdspan [system] {
0151   header "mdspan"
0152   export *
0153 }
0154 module cxx03_std_memory [system] {
0155   header "memory"
0156   export *
0157 }
0158 module cxx03_std_memory_resource [system] {
0159   header "memory_resource"
0160   export *
0161 }
0162 module cxx03_std_mutex [system] {
0163   header "mutex"
0164   export *
0165 }
0166 module cxx03_std_new [system] {
0167   header "new"
0168   export *
0169 }
0170 module cxx03_std_numbers [system] {
0171   header "numbers"
0172   export *
0173 }
0174 module cxx03_std_numeric [system] {
0175   header "numeric"
0176   export *
0177 }
0178 module cxx03_std_optional [system] {
0179   header "optional"
0180   export *
0181 }
0182 module cxx03_std_ostream [system] {
0183   header "ostream"
0184   export *
0185 }
0186 module cxx03_std_print [system] {
0187   header "print"
0188   export *
0189 }
0190 module cxx03_std_queue [system] {
0191   header "queue"
0192   export *
0193 }
0194 module cxx03_std_random [system] {
0195   header "random"
0196   export *
0197 }
0198 module cxx03_std_ranges [system] {
0199   header "ranges"
0200   export *
0201 }
0202 module cxx03_std_ratio [system] {
0203   header "ratio"
0204   export *
0205 }
0206 module cxx03_std_regex [system] {
0207   header "regex"
0208   export *
0209 }
0210 module cxx03_std_scoped_allocator [system] {
0211   header "scoped_allocator"
0212   export *
0213 }
0214 module cxx03_std_semaphore [system] {
0215   header "semaphore"
0216   export *
0217 }
0218 module cxx03_std_set [system] {
0219   header "set"
0220   export *
0221 }
0222 module cxx03_std_shared_mutex [system] {
0223   header "shared_mutex"
0224   export std_version
0225 }
0226 module cxx03_std_source_location [system] {
0227   header "source_location"
0228   export *
0229 }
0230 module cxx03_std_span [system] {
0231   header "span"
0232   export std_private_ranges_enable_borrowed_range
0233   export std_version
0234   export std_private_span_span_fwd
0235 }
0236 module cxx03_std_sstream [system] {
0237   header "sstream"
0238   export *
0239 }
0240 module cxx03_std_stack [system] {
0241   header "stack"
0242   export *
0243 }
0244 module cxx03_std_stdexcept [system] {
0245   header "stdexcept"
0246   export *
0247 }
0248 module cxx03_std_stop_token {
0249   header "stop_token"
0250   export *
0251 }
0252 module cxx03_std_streambuf [system] {
0253   header "streambuf"
0254   export *
0255 }
0256 module cxx03_std_string [system] {
0257   header "string"
0258   export *
0259 }
0260 module cxx03_std_string_view [system] {
0261   header "string_view"
0262   export *
0263 }
0264 module cxx03_std_strstream [system] {
0265   header "strstream"
0266   export *
0267 }
0268 module cxx03_std_syncstream [system] {
0269   header "syncstream"
0270   export *
0271 }
0272 module cxx03_std_system_error [system] {
0273   header "system_error"
0274   export *
0275 }
0276 module cxx03_std_thread [system] {
0277   header "thread"
0278   export *
0279 }
0280 module cxx03_std_tuple [system] {
0281   header "tuple"
0282   export *
0283 }
0284 module cxx03_std_type_traits [system] {
0285   header "type_traits"
0286   export *
0287 }
0288 module cxx03_std_typeindex [system] {
0289   header "typeindex"
0290   export *
0291 }
0292 module cxx03_std_typeinfo [system] {
0293   header "typeinfo"
0294   export *
0295 }
0296 module cxx03_std_unordered_map [system] {
0297   header "unordered_map"
0298   export *
0299 }
0300 module cxx03_std_unordered_set [system] {
0301   header "unordered_set"
0302   export *
0303 }
0304 module cxx03_std_utility [system] {
0305   header "utility"
0306   export *
0307 }
0308 module cxx03_std_valarray [system] {
0309   header "valarray"
0310   export *
0311 }
0312 module cxx03_std_variant [system] {
0313   header "variant"
0314   export *
0315 }
0316 module cxx03_std_vector [system] {
0317   header "vector"
0318   export *
0319 }
0320 module cxx03_std_version [system] {
0321   header "version"
0322   export *
0323 }
0324 
0325 // C standard library interface wrappers
0326 module cxx03_std_cassert [system] {
0327   // <cassert>'s use of NDEBUG requires textual inclusion.
0328   textual header "cassert"
0329 }
0330 module cxx03_std_ccomplex [system] {
0331   header "ccomplex"
0332   export *
0333 }
0334 module cxx03_std_cctype [system] {
0335   header "cctype"
0336   export *
0337 }
0338 module cxx03_std_cerrno [system] {
0339   header "cerrno"
0340   export *
0341 }
0342 module cxx03_std_cfenv [system] {
0343   header "cfenv"
0344   export *
0345 }
0346 module cxx03_std_cfloat [system] {
0347   header "cfloat"
0348   export *
0349 }
0350 module cxx03_std_cinttypes [system] {
0351   header "cinttypes"
0352   export *
0353 }
0354 module cxx03_std_ciso646 [system] {
0355   header "ciso646"
0356   export *
0357 }
0358 module cxx03_std_climits [system] {
0359   header "climits"
0360   export *
0361 }
0362 module cxx03_std_clocale [system] {
0363   header "clocale"
0364   export *
0365 }
0366 module cxx03_std_cmath [system] {
0367   header "cmath"
0368   export *
0369 }
0370 module cxx03_std_csetjmp [system] {
0371   header "csetjmp"
0372   export *
0373 }
0374 module cxx03_std_csignal [system] {
0375   header "csignal"
0376   export *
0377 }
0378 // FIXME: <cstdalign> is missing.
0379 module cxx03_std_cstdarg [system] {
0380   header "cstdarg"
0381   export *
0382 }
0383 module cxx03_std_cstdbool [system] {
0384   header "cstdbool"
0385   export *
0386 }
0387 module cxx03_std_cstddef [system] {
0388   header "cstddef"
0389   export *
0390 }
0391 module cxx03_std_cstdint [system] {
0392   header "cstdint"
0393   export *
0394 }
0395 module cxx03_std_cstdio [system] {
0396   header "cstdio"
0397   export *
0398 }
0399 module cxx03_std_cstdlib [system] {
0400   header "cstdlib"
0401   export *
0402 }
0403 module cxx03_std_cstring [system] {
0404   header "cstring"
0405   export *
0406 }
0407 module cxx03_std_ctgmath [system] {
0408   header "ctgmath"
0409   export *
0410 }
0411 module cxx03_std_ctime [system] {
0412   header "ctime"
0413   export *
0414 }
0415 module cxx03_std_cuchar [system] {
0416   header "cuchar"
0417   export *
0418 }
0419 module cxx03_std_cwchar [system] {
0420   header "cwchar"
0421   export *
0422 }
0423 module cxx03_std_cwctype [system] {
0424   header "cwctype"
0425   export *
0426 }
0427 
0428 // C standard library interfaces augmented/replaced in C++
0429 // <assert.h> provided by C library.
0430 module cxx03_std_complex_h [system] {
0431   header "complex.h"
0432   export *
0433 }
0434 module cxx03_std_ctype_h [system] {
0435   header "ctype.h"
0436   export *
0437 }
0438 module cxx03_std_errno_h [system] {
0439   header "errno.h"
0440   export *
0441 }
0442 module cxx03_std_fenv_h [system] {
0443   header "fenv.h"
0444   export *
0445 }
0446 module cxx03_std_float_h [system] {
0447   header "float.h"
0448   export *
0449 }
0450 module cxx03_std_inttypes_h [system] {
0451   header "inttypes.h"
0452   export *
0453 }
0454 // <iso646.h> provided by compiler.
0455 module cxx03_std_locale_h [system] {
0456   header "locale.h"
0457   export *
0458 }
0459 module cxx03_std_math_h [system] {
0460   header "math.h"
0461   export *
0462 }
0463 // <setjmp.h> provided by C library.
0464 // <signal.h> provided by C library.
0465 // FIXME: <stdalign.h> is missing.
0466 // <stdarg.h> provided by compiler.
0467 module cxx03_std_stdatomic_h [system] {
0468   header "stdatomic.h"
0469   export *
0470 }
0471 module cxx03_std_stdbool_h [system] {
0472   // <stdbool.h>'s __bool_true_false_are_defined macro requires textual inclusion.
0473   textual header "stdbool.h"
0474   export *
0475 }
0476 module cxx03_std_stddef_h [system] {
0477   // <stddef.h>'s __need_* macros require textual inclusion.
0478   textual header "stddef.h"
0479   export *
0480 }
0481 module cxx03_std_stdint_h [system] {
0482   header "stdint.h"
0483   export *
0484 }
0485 module cxx03_std_stdio_h [system] {
0486   // <stdio.h>'s __need_* macros require textual inclusion.
0487   textual header "stdio.h"
0488   export *
0489 }
0490 module cxx03_std_stdlib_h [system] {
0491   // <stdlib.h>'s __need_* macros require textual inclusion.
0492   textual header "stdlib.h"
0493   export *
0494 }
0495 module cxx03_std_string_h [system] {
0496   header "string.h"
0497   export *
0498 }
0499 module cxx03_std_tgmath_h [system] {
0500   header "tgmath.h"
0501   export *
0502 }
0503 module cxx03_std_uchar_h [system] {
0504   header "uchar.h"
0505   export *
0506 }
0507 // <time.h> provided by C library.
0508 module cxx03_std_wchar_h [system] {
0509   // <wchar.h>'s __need_* macros require textual inclusion.
0510   textual header "wchar.h"
0511   export *
0512 }
0513 module cxx03_std_wctype_h [system] {
0514   header "wctype.h"
0515   export *
0516 }
0517 
0518 // Experimental C++ standard library interfaces
0519 module cxx03_std_experimental [system] {
0520   module iterator {
0521     header "experimental/iterator"
0522     export *
0523   }
0524   module memory {
0525     header "experimental/memory"
0526     export *
0527   }
0528   module propagate_const {
0529     header "experimental/propagate_const"
0530     export *
0531   }
0532   module simd {
0533     module aligned_tag          { private header "experimental/__simd/aligned_tag.h" }
0534     module declaration          { private header "experimental/__simd/declaration.h" }
0535     module reference            { private header "experimental/__simd/reference.h" }
0536     module scalar               { private header "experimental/__simd/scalar.h" }
0537     module simd                 { private header "experimental/__simd/simd.h" }
0538     module simd_mask            { private header "experimental/__simd/simd_mask.h" }
0539     module traits               { private header "experimental/__simd/traits.h" }
0540     module utility              { private header "experimental/__simd/utility.h" }
0541     module vec_ext              { private header "experimental/__simd/vec_ext.h" }
0542 
0543     header "experimental/simd"
0544     export *
0545   }
0546   module type_traits {
0547     header "experimental/type_traits"
0548     export *
0549   }
0550   module utility {
0551     header "experimental/utility"
0552     export *
0553   }
0554   module __config {
0555     textual header "experimental/__config"
0556     export *
0557   }
0558 }
0559 
0560 // Convenience method to get all of the above modules in a single import statement.
0561 // Importing only the needed modules is likely to be more performant.
0562 module cxx03_std [system] {
0563   header "__std_clang_module"
0564   export *
0565 }
0566 
0567 // Implementation detail headers that are private to libc++. These modules
0568 // must not be directly imported.
0569 module cxx03_std_private_assert            [system] {
0570   header "__assert"
0571   export *
0572 }
0573 module cxx03_std_private_bit_reference     [system] {
0574   header "__bit_reference"
0575   export *
0576 }
0577 module cxx03_std_private_fwd_bit_reference [system] {
0578   header "__fwd/bit_reference.h"
0579 }
0580 module cxx03_std_private_config            [system] {
0581   textual header "__config"
0582   textual header "__configuration/abi.h"
0583   textual header "__configuration/availability.h"
0584   textual header "__configuration/compiler.h"
0585   textual header "__configuration/language.h"
0586   textual header "__configuration/platform.h"
0587   export *
0588 }
0589 module cxx03_std_private_hash_table        [system] {
0590   header "__hash_table"
0591   export *
0592 }
0593 module cxx03_std_private_locale            [system] {
0594   header "__locale"
0595   export *
0596 }
0597 module cxx03_std_private_mbstate_t         [system] {
0598   header "__mbstate_t.h"
0599   export *
0600 }
0601 module cxx03_std_private_node_handle       [system] {
0602   header "__node_handle"
0603   export *
0604 }
0605 module cxx03_std_private_split_buffer      [system] {
0606   header "__split_buffer"
0607   export *
0608 }
0609 module cxx03_std_private_std_mbstate_t     [system] {
0610   header "__std_mbstate_t.h"
0611   export *
0612 }
0613 module cxx03_std_private_tree              [system] {
0614   header "__tree"
0615   export *
0616 }
0617 module cxx03_std_private_undef_macros      [system] {
0618   textual header "__undef_macros"
0619   export *
0620 }
0621 module cxx03_std_private_verbose_abort     [system] {
0622   header "__verbose_abort"
0623   export *
0624 }
0625 
0626 module cxx03_std_private_algorithm_adjacent_find                               [system] { header "__algorithm/adjacent_find.h" }
0627 module cxx03_std_private_algorithm_all_of                                      [system] { header "__algorithm/all_of.h" }
0628 module cxx03_std_private_algorithm_any_of                                      [system] { header "__algorithm/any_of.h" }
0629 module cxx03_std_private_algorithm_binary_search                               [system] { header "__algorithm/binary_search.h" }
0630 module cxx03_std_private_algorithm_clamp                                       [system] { header "__algorithm/clamp.h" }
0631 module cxx03_std_private_algorithm_comp                                        [system] { header "__algorithm/comp.h" }
0632 module cxx03_std_private_algorithm_comp_ref_type                               [system] { header "__algorithm/comp_ref_type.h" }
0633 module cxx03_std_private_algorithm_copy                                        [system] {
0634   header "__algorithm/copy.h"
0635   export std_private_algorithm_copy_move_common
0636 }
0637 module cxx03_std_private_algorithm_copy_backward                               [system] { header "__algorithm/copy_backward.h" }
0638 module cxx03_std_private_algorithm_copy_if                                     [system] { header "__algorithm/copy_if.h" }
0639 module cxx03_std_private_algorithm_copy_move_common                            [system] {
0640   header "__algorithm/copy_move_common.h"
0641   export std_private_type_traits_is_trivially_copyable
0642 }
0643 module cxx03_std_private_algorithm_copy_n                                      [system] { header "__algorithm/copy_n.h" }
0644 module cxx03_std_private_algorithm_count                                       [system] { header "__algorithm/count.h" }
0645 module cxx03_std_private_algorithm_count_if                                    [system] { header "__algorithm/count_if.h" }
0646 module cxx03_std_private_algorithm_equal                                       [system] { header "__algorithm/equal.h" }
0647 module cxx03_std_private_algorithm_equal_range                                 [system] { header "__algorithm/equal_range.h" }
0648 module cxx03_std_private_algorithm_fill                                        [system] { header "__algorithm/fill.h" }
0649 module cxx03_std_private_algorithm_fill_n                                      [system] { header "__algorithm/fill_n.h" }
0650 module cxx03_std_private_algorithm_find                                        [system] {
0651   header "__algorithm/find.h"
0652   export std_private_algorithm_unwrap_iter
0653 }
0654 module cxx03_std_private_algorithm_find_end                                    [system] { header "__algorithm/find_end.h" }
0655 module cxx03_std_private_algorithm_find_first_of                               [system] { header "__algorithm/find_first_of.h" }
0656 module cxx03_std_private_algorithm_find_if                                     [system] { header "__algorithm/find_if.h" }
0657 module cxx03_std_private_algorithm_find_if_not                                 [system] { header "__algorithm/find_if_not.h" }
0658 module cxx03_std_private_algorithm_find_segment_if                             [system] { header "__algorithm/find_segment_if.h" }
0659 module cxx03_std_private_algorithm_fold                                        [system] { header "__algorithm/fold.h" }
0660 module cxx03_std_private_algorithm_for_each                                    [system] { header "__algorithm/for_each.h" }
0661 module cxx03_std_private_algorithm_for_each_n                                  [system] { header "__algorithm/for_each_n.h" }
0662 module cxx03_std_private_algorithm_for_each_segment                            [system] { header "__algorithm/for_each_segment.h" }
0663 module cxx03_std_private_algorithm_generate                                    [system] { header "__algorithm/generate.h" }
0664 module cxx03_std_private_algorithm_generate_n                                  [system] { header "__algorithm/generate_n.h" }
0665 module cxx03_std_private_algorithm_half_positive                               [system] { header "__algorithm/half_positive.h" }
0666 module cxx03_std_private_algorithm_in_found_result                             [system] { header "__algorithm/in_found_result.h" }
0667 module cxx03_std_private_algorithm_in_fun_result                               [system] { header "__algorithm/in_fun_result.h" }
0668 module cxx03_std_private_algorithm_in_in_out_result                            [system] { header "__algorithm/in_in_out_result.h" }
0669 module cxx03_std_private_algorithm_in_in_result                                [system] { header "__algorithm/in_in_result.h" }
0670 module cxx03_std_private_algorithm_in_out_out_result                           [system] { header "__algorithm/in_out_out_result.h" }
0671 module cxx03_std_private_algorithm_in_out_result                               [system] { header "__algorithm/in_out_result.h" }
0672 module cxx03_std_private_algorithm_includes                                    [system] { header "__algorithm/includes.h" }
0673 module cxx03_std_private_algorithm_inplace_merge                               [system] { header "__algorithm/inplace_merge.h" }
0674 module cxx03_std_private_algorithm_is_heap                                     [system] { header "__algorithm/is_heap.h" }
0675 module cxx03_std_private_algorithm_is_heap_until                               [system] { header "__algorithm/is_heap_until.h" }
0676 module cxx03_std_private_algorithm_is_partitioned                              [system] { header "__algorithm/is_partitioned.h" }
0677 module cxx03_std_private_algorithm_is_permutation                              [system] { header "__algorithm/is_permutation.h" }
0678 module cxx03_std_private_algorithm_is_sorted                                   [system] { header "__algorithm/is_sorted.h" }
0679 module cxx03_std_private_algorithm_is_sorted_until                             [system] { header "__algorithm/is_sorted_until.h" }
0680 module cxx03_std_private_algorithm_iter_swap                                   [system] { header "__algorithm/iter_swap.h" }
0681 module cxx03_std_private_algorithm_iterator_operations                         [system] {
0682   header "__algorithm/iterator_operations.h"
0683   export *
0684 }
0685 module cxx03_std_private_algorithm_lexicographical_compare                     [system] { header "__algorithm/lexicographical_compare.h" }
0686 module cxx03_std_private_algorithm_lexicographical_compare_three_way           [system] { header "__algorithm/lexicographical_compare_three_way.h" }
0687 module cxx03_std_private_algorithm_lower_bound                                 [system] { header "__algorithm/lower_bound.h" }
0688 module cxx03_std_private_algorithm_make_heap                                   [system] { header "__algorithm/make_heap.h" }
0689 module cxx03_std_private_algorithm_make_projected                              [system] { header "__algorithm/make_projected.h" }
0690 module cxx03_std_private_algorithm_max                                         [system] { header "__algorithm/max.h" }
0691 module cxx03_std_private_algorithm_max_element                                 [system] { header "__algorithm/max_element.h" }
0692 module cxx03_std_private_algorithm_merge                                       [system] { header "__algorithm/merge.h" }
0693 module cxx03_std_private_algorithm_min                                         [system] { header "__algorithm/min.h" }
0694 module cxx03_std_private_algorithm_min_element                                 [system] { header "__algorithm/min_element.h" }
0695 module cxx03_std_private_algorithm_min_max_result                              [system] { header "__algorithm/min_max_result.h" }
0696 module cxx03_std_private_algorithm_minmax                                      [system] {
0697   header "__algorithm/minmax.h"
0698   export *
0699 }
0700 module cxx03_std_private_algorithm_minmax_element                              [system] { header "__algorithm/minmax_element.h" }
0701 module cxx03_std_private_algorithm_mismatch                                    [system] {
0702   header "__algorithm/mismatch.h"
0703   export std_private_algorithm_simd_utils
0704   export std_private_iterator_aliasing_iterator
0705 }
0706 module cxx03_std_private_algorithm_move                                        [system] { header "__algorithm/move.h" }
0707 module cxx03_std_private_algorithm_move_backward                               [system] { header "__algorithm/move_backward.h" }
0708 module cxx03_std_private_algorithm_next_permutation                            [system] { header "__algorithm/next_permutation.h" }
0709 module cxx03_std_private_algorithm_none_of                                     [system] { header "__algorithm/none_of.h" }
0710 module cxx03_std_private_algorithm_nth_element                                 [system] { header "__algorithm/nth_element.h" }
0711 module cxx03_std_private_algorithm_partial_sort                                [system] { header "__algorithm/partial_sort.h" }
0712 module cxx03_std_private_algorithm_partial_sort_copy                           [system] { header "__algorithm/partial_sort_copy.h" }
0713 module cxx03_std_private_algorithm_partition                                   [system] { header "__algorithm/partition.h" }
0714 module cxx03_std_private_algorithm_partition_copy                              [system] { header "__algorithm/partition_copy.h" }
0715 module cxx03_std_private_algorithm_partition_point                             [system] { header "__algorithm/partition_point.h" }
0716 module cxx03_std_private_algorithm_pop_heap                                    [system] { header "__algorithm/pop_heap.h" }
0717 module cxx03_std_private_algorithm_prev_permutation                            [system] { header "__algorithm/prev_permutation.h" }
0718 module cxx03_std_private_algorithm_pstl                                        [system] {
0719   header "__algorithm/pstl.h"
0720   export *
0721 }
0722 module cxx03_std_private_algorithm_push_heap                                   [system] { header "__algorithm/push_heap.h" }
0723 module cxx03_std_private_algorithm_ranges_adjacent_find                        [system] { header "__algorithm/ranges_adjacent_find.h" }
0724 module cxx03_std_private_algorithm_ranges_all_of                               [system] { header "__algorithm/ranges_all_of.h" }
0725 module cxx03_std_private_algorithm_ranges_any_of                               [system] { header "__algorithm/ranges_any_of.h" }
0726 module cxx03_std_private_algorithm_ranges_binary_search                        [system] {
0727   header "__algorithm/ranges_binary_search.h"
0728   export std_private_functional_ranges_operations
0729 }
0730 module cxx03_std_private_algorithm_ranges_clamp                                [system] {
0731   header "__algorithm/ranges_clamp.h"
0732   export std_private_functional_ranges_operations
0733 }
0734 module cxx03_std_private_algorithm_ranges_contains                             [system] { header "__algorithm/ranges_contains.h" }
0735 module cxx03_std_private_algorithm_ranges_contains_subrange                    [system] { header "__algorithm/ranges_contains_subrange.h" }
0736 module cxx03_std_private_algorithm_ranges_copy                                 [system] {
0737   header "__algorithm/ranges_copy.h"
0738   export std_private_algorithm_in_out_result
0739 }
0740 module cxx03_std_private_algorithm_ranges_copy_backward                        [system] {
0741   header "__algorithm/ranges_copy_backward.h"
0742   export std_private_algorithm_in_out_result
0743 }
0744 module cxx03_std_private_algorithm_ranges_copy_if                              [system] {
0745   header "__algorithm/ranges_copy_if.h"
0746   export std_private_algorithm_in_out_result
0747 }
0748 module cxx03_std_private_algorithm_ranges_copy_n                               [system] {
0749   header "__algorithm/ranges_copy_n.h"
0750   export std_private_algorithm_in_out_result
0751 }
0752 module cxx03_std_private_algorithm_ranges_count                                [system] { header "__algorithm/ranges_count.h" }
0753 module cxx03_std_private_algorithm_ranges_count_if                             [system] { header "__algorithm/ranges_count_if.h" }
0754 module cxx03_std_private_algorithm_ranges_ends_with                            [system] { header "__algorithm/ranges_ends_with.h" }
0755 module cxx03_std_private_algorithm_ranges_equal                                [system] { header "__algorithm/ranges_equal.h" }
0756 module cxx03_std_private_algorithm_ranges_equal_range                          [system] {
0757   header "__algorithm/ranges_equal_range.h"
0758   export std_private_functional_ranges_operations
0759 }
0760 module cxx03_std_private_algorithm_ranges_fill                                 [system] { header "__algorithm/ranges_fill.h" }
0761 module cxx03_std_private_algorithm_ranges_fill_n                               [system] { header "__algorithm/ranges_fill_n.h" }
0762 module cxx03_std_private_algorithm_ranges_find                                 [system] { header "__algorithm/ranges_find.h" }
0763 module cxx03_std_private_algorithm_ranges_find_end                             [system] { header "__algorithm/ranges_find_end.h" }
0764 module cxx03_std_private_algorithm_ranges_find_first_of                        [system] { header "__algorithm/ranges_find_first_of.h" }
0765 module cxx03_std_private_algorithm_ranges_find_if                              [system] { header "__algorithm/ranges_find_if.h" }
0766 module cxx03_std_private_algorithm_ranges_find_if_not                          [system] { header "__algorithm/ranges_find_if_not.h" }
0767 module cxx03_std_private_algorithm_ranges_find_last                            [system] { header "__algorithm/ranges_find_last.h" }
0768 module cxx03_std_private_algorithm_ranges_for_each                             [system] {
0769   header "__algorithm/ranges_for_each.h"
0770   export std_private_algorithm_in_fun_result
0771 }
0772 module cxx03_std_private_algorithm_ranges_for_each_n                           [system] {
0773   header "__algorithm/ranges_for_each_n.h"
0774   export std_private_algorithm_in_fun_result
0775 }
0776 module cxx03_std_private_algorithm_ranges_generate                             [system] { header "__algorithm/ranges_generate.h" }
0777 module cxx03_std_private_algorithm_ranges_generate_n                           [system] { header "__algorithm/ranges_generate_n.h" }
0778 module cxx03_std_private_algorithm_ranges_includes                             [system] {
0779   header "__algorithm/ranges_includes.h"
0780   export std_private_functional_ranges_operations
0781 }
0782 module cxx03_std_private_algorithm_ranges_inplace_merge                        [system] {
0783   header "__algorithm/ranges_inplace_merge.h"
0784   export std_private_functional_ranges_operations
0785 }
0786 module cxx03_std_private_algorithm_ranges_is_heap                              [system] {
0787   header "__algorithm/ranges_is_heap.h"
0788   export std_private_functional_ranges_operations
0789 }
0790 module cxx03_std_private_algorithm_ranges_is_heap_until                        [system] {
0791   header "__algorithm/ranges_is_heap_until.h"
0792   export std_private_functional_ranges_operations
0793 }
0794 module cxx03_std_private_algorithm_ranges_is_partitioned                       [system] { header "__algorithm/ranges_is_partitioned.h" }
0795 module cxx03_std_private_algorithm_ranges_is_permutation                       [system] { header "__algorithm/ranges_is_permutation.h" }
0796 module cxx03_std_private_algorithm_ranges_is_sorted                            [system] {
0797   header "__algorithm/ranges_is_sorted.h"
0798   export std_private_functional_ranges_operations
0799 }
0800 module cxx03_std_private_algorithm_ranges_is_sorted_until                      [system] {
0801   header "__algorithm/ranges_is_sorted_until.h"
0802   export std_private_functional_ranges_operations
0803 }
0804 module cxx03_std_private_algorithm_ranges_iterator_concept                     [system] { header "__algorithm/ranges_iterator_concept.h" }
0805 module cxx03_std_private_algorithm_ranges_lexicographical_compare              [system] {
0806   header "__algorithm/ranges_lexicographical_compare.h"
0807   export std_private_functional_ranges_operations
0808 }
0809 module cxx03_std_private_algorithm_ranges_lower_bound                          [system] {
0810   header "__algorithm/ranges_lower_bound.h"
0811   export std_private_functional_ranges_operations
0812 }
0813 module cxx03_std_private_algorithm_ranges_make_heap                            [system] {
0814   header "__algorithm/ranges_make_heap.h"
0815   export std_private_functional_ranges_operations
0816 }
0817 module cxx03_std_private_algorithm_ranges_max                                  [system] {
0818   header "__algorithm/ranges_max.h"
0819   export std_private_functional_ranges_operations
0820 }
0821 module cxx03_std_private_algorithm_ranges_max_element                          [system] {
0822   header "__algorithm/ranges_max_element.h"
0823   export std_private_functional_ranges_operations
0824 }
0825 module cxx03_std_private_algorithm_ranges_merge                                [system] {
0826   header "__algorithm/ranges_merge.h"
0827   export std_private_algorithm_in_in_out_result
0828 }
0829 module cxx03_std_private_algorithm_ranges_min                                  [system] {
0830   header "__algorithm/ranges_min.h"
0831   export std_private_functional_ranges_operations
0832 }
0833 module cxx03_std_private_algorithm_ranges_min_element                          [system] {
0834   header "__algorithm/ranges_min_element.h"
0835   export std_private_functional_ranges_operations
0836 }
0837 module cxx03_std_private_algorithm_ranges_minmax                               [system] {
0838   header "__algorithm/ranges_minmax.h"
0839   export std_private_functional_ranges_operations
0840   export std_private_algorithm_min_max_result
0841 }
0842 module cxx03_std_private_algorithm_ranges_minmax_element                       [system] {
0843   header "__algorithm/ranges_minmax_element.h"
0844   export std_private_functional_ranges_operations
0845   export std_private_algorithm_min_max_result
0846 }
0847 module cxx03_std_private_algorithm_ranges_mismatch                             [system] {
0848   header "__algorithm/ranges_mismatch.h"
0849   export std_private_algorithm_in_in_result
0850 }
0851 module cxx03_std_private_algorithm_ranges_move                                 [system] {
0852   header "__algorithm/ranges_move.h"
0853   export std_private_algorithm_in_out_result
0854 }
0855 module cxx03_std_private_algorithm_ranges_move_backward                        [system] {
0856   header "__algorithm/ranges_move_backward.h"
0857   export std_private_algorithm_in_out_result
0858 }
0859 module cxx03_std_private_algorithm_ranges_next_permutation                     [system] {
0860   header "__algorithm/ranges_next_permutation.h"
0861   export std_private_algorithm_in_found_result
0862   export std_private_functional_ranges_operations
0863 }
0864 module cxx03_std_private_algorithm_ranges_none_of                              [system] { header "__algorithm/ranges_none_of.h" }
0865 module cxx03_std_private_algorithm_ranges_nth_element                          [system] {
0866   header "__algorithm/ranges_nth_element.h"
0867   export std_private_functional_ranges_operations
0868 }
0869 module cxx03_std_private_algorithm_ranges_partial_sort                         [system] {
0870   header "__algorithm/ranges_partial_sort.h"
0871   export std_private_functional_ranges_operations
0872 }
0873 module cxx03_std_private_algorithm_ranges_partial_sort_copy                    [system] {
0874   header "__algorithm/ranges_partial_sort_copy.h"
0875   export std_private_algorithm_in_out_result
0876   export std_private_functional_ranges_operations
0877 }
0878 module cxx03_std_private_algorithm_ranges_partition                            [system] { header "__algorithm/ranges_partition.h" }
0879 module cxx03_std_private_algorithm_ranges_partition_copy                       [system] { header "__algorithm/ranges_partition_copy.h" }
0880 module cxx03_std_private_algorithm_ranges_partition_point                      [system] { header "__algorithm/ranges_partition_point.h" }
0881 module cxx03_std_private_algorithm_ranges_pop_heap                             [system] {
0882   header "__algorithm/ranges_pop_heap.h"
0883   export std_private_functional_ranges_operations
0884 }
0885 module cxx03_std_private_algorithm_ranges_prev_permutation                     [system] {
0886   header "__algorithm/ranges_prev_permutation.h"
0887   export std_private_algorithm_in_found_result
0888   export std_private_functional_ranges_operations
0889 }
0890 module cxx03_std_private_algorithm_ranges_push_heap                            [system] {
0891   header "__algorithm/ranges_push_heap.h"
0892   export std_private_functional_ranges_operations
0893 }
0894 module cxx03_std_private_algorithm_ranges_remove                               [system] { header "__algorithm/ranges_remove.h" }
0895 module cxx03_std_private_algorithm_ranges_remove_copy                          [system] {
0896   header "__algorithm/ranges_remove_copy.h"
0897   export std_private_algorithm_in_out_result
0898 }
0899 module cxx03_std_private_algorithm_ranges_remove_copy_if                       [system] {
0900   header "__algorithm/ranges_remove_copy_if.h"
0901   export std_private_algorithm_in_out_result
0902 }
0903 module cxx03_std_private_algorithm_ranges_remove_if                            [system] { header "__algorithm/ranges_remove_if.h" }
0904 module cxx03_std_private_algorithm_ranges_replace                              [system] { header "__algorithm/ranges_replace.h" }
0905 module cxx03_std_private_algorithm_ranges_replace_copy                         [system] {
0906   header "__algorithm/ranges_replace_copy.h"
0907   export std_private_algorithm_in_out_result
0908 }
0909 module cxx03_std_private_algorithm_ranges_replace_copy_if                      [system] {
0910   header "__algorithm/ranges_replace_copy_if.h"
0911   export std_private_algorithm_in_out_result
0912 }
0913 module cxx03_std_private_algorithm_ranges_replace_if                           [system] { header "__algorithm/ranges_replace_if.h" }
0914 module cxx03_std_private_algorithm_ranges_reverse                              [system] { header "__algorithm/ranges_reverse.h" }
0915 module cxx03_std_private_algorithm_ranges_reverse_copy                         [system] {
0916   header "__algorithm/ranges_reverse_copy.h"
0917   export std_private_algorithm_in_out_result
0918 }
0919 module cxx03_std_private_algorithm_ranges_rotate                               [system] { header "__algorithm/ranges_rotate.h" }
0920 module cxx03_std_private_algorithm_ranges_rotate_copy                          [system] {
0921   header "__algorithm/ranges_rotate_copy.h"
0922   export std_private_algorithm_in_out_result
0923 }
0924 module cxx03_std_private_algorithm_ranges_sample                               [system] { header "__algorithm/ranges_sample.h" }
0925 module cxx03_std_private_algorithm_ranges_search                               [system] { header "__algorithm/ranges_search.h" }
0926 module cxx03_std_private_algorithm_ranges_search_n                             [system] { header "__algorithm/ranges_search_n.h" }
0927 module cxx03_std_private_algorithm_ranges_set_difference                       [system] {
0928   header "__algorithm/ranges_set_difference.h"
0929   export std_private_algorithm_in_out_result
0930 }
0931 module cxx03_std_private_algorithm_ranges_set_intersection                     [system] {
0932   header "__algorithm/ranges_set_intersection.h"
0933   export std_private_algorithm_in_in_out_result
0934 }
0935 module cxx03_std_private_algorithm_ranges_set_symmetric_difference             [system] {
0936   header "__algorithm/ranges_set_symmetric_difference.h"
0937   export std_private_algorithm_in_in_out_result
0938   export std_private_functional_ranges_operations
0939 }
0940 module cxx03_std_private_algorithm_ranges_set_union                            [system] {
0941   header "__algorithm/ranges_set_union.h"
0942   export std_private_algorithm_in_in_out_result
0943   export std_private_functional_ranges_operations
0944 }
0945 module cxx03_std_private_algorithm_ranges_shuffle                              [system] { header "__algorithm/ranges_shuffle.h" }
0946 module cxx03_std_private_algorithm_ranges_sort                                 [system] {
0947   header "__algorithm/ranges_sort.h"
0948   export std_private_algorithm_make_projected
0949   export std_private_functional_ranges_operations
0950 }
0951 module cxx03_std_private_algorithm_ranges_sort_heap                            [system] {
0952   header "__algorithm/ranges_sort_heap.h"
0953   export std_private_functional_ranges_operations
0954 }
0955 module cxx03_std_private_algorithm_ranges_stable_partition                     [system] { header "__algorithm/ranges_stable_partition.h" }
0956 module cxx03_std_private_algorithm_ranges_stable_sort                          [system] {
0957   header "__algorithm/ranges_stable_sort.h"
0958   export std_private_functional_ranges_operations
0959 }
0960 module cxx03_std_private_algorithm_ranges_starts_with                          [system] { header "__algorithm/ranges_starts_with.h" }
0961 module cxx03_std_private_algorithm_ranges_swap_ranges                          [system] {
0962   header "__algorithm/ranges_swap_ranges.h"
0963   export std_private_algorithm_in_in_result
0964 }
0965 module cxx03_std_private_algorithm_ranges_transform                            [system] {
0966   header "__algorithm/ranges_transform.h"
0967   export std_private_algorithm_in_in_out_result
0968   export std_private_algorithm_in_out_result
0969 }
0970 module cxx03_std_private_algorithm_ranges_unique                               [system] { header "__algorithm/ranges_unique.h" }
0971 module cxx03_std_private_algorithm_ranges_unique_copy                          [system] {
0972   header "__algorithm/ranges_unique_copy.h"
0973   export std_private_algorithm_in_out_result
0974 }
0975 module cxx03_std_private_algorithm_ranges_upper_bound                          [system] {
0976   header "__algorithm/ranges_upper_bound.h"
0977   export std_private_functional_ranges_operations
0978 }
0979 module cxx03_std_private_algorithm_remove                                      [system] { header "__algorithm/remove.h" }
0980 module cxx03_std_private_algorithm_remove_copy                                 [system] { header "__algorithm/remove_copy.h" }
0981 module cxx03_std_private_algorithm_remove_copy_if                              [system] { header "__algorithm/remove_copy_if.h" }
0982 module cxx03_std_private_algorithm_remove_if                                   [system] { header "__algorithm/remove_if.h" }
0983 module cxx03_std_private_algorithm_replace                                     [system] { header "__algorithm/replace.h" }
0984 module cxx03_std_private_algorithm_replace_copy                                [system] { header "__algorithm/replace_copy.h" }
0985 module cxx03_std_private_algorithm_replace_copy_if                             [system] { header "__algorithm/replace_copy_if.h" }
0986 module cxx03_std_private_algorithm_replace_if                                  [system] { header "__algorithm/replace_if.h" }
0987 module cxx03_std_private_algorithm_reverse                                     [system] { header "__algorithm/reverse.h" }
0988 module cxx03_std_private_algorithm_reverse_copy                                [system] { header "__algorithm/reverse_copy.h" }
0989 module cxx03_std_private_algorithm_rotate                                      [system] { header "__algorithm/rotate.h" }
0990 module cxx03_std_private_algorithm_rotate_copy                                 [system] { header "__algorithm/rotate_copy.h" }
0991 module cxx03_std_private_algorithm_sample                                      [system] { header "__algorithm/sample.h" }
0992 module cxx03_std_private_algorithm_search                                      [system] { header "__algorithm/search.h" }
0993 module cxx03_std_private_algorithm_search_n                                    [system] { header "__algorithm/search_n.h" }
0994 module cxx03_std_private_algorithm_set_difference                              [system] { header "__algorithm/set_difference.h" }
0995 module cxx03_std_private_algorithm_set_intersection                            [system] { header "__algorithm/set_intersection.h" }
0996 module cxx03_std_private_algorithm_set_symmetric_difference                    [system] { header "__algorithm/set_symmetric_difference.h" }
0997 module cxx03_std_private_algorithm_set_union                                   [system] { header "__algorithm/set_union.h" }
0998 module cxx03_std_private_algorithm_shift_left                                  [system] { header "__algorithm/shift_left.h" }
0999 module cxx03_std_private_algorithm_shift_right                                 [system] { header "__algorithm/shift_right.h" }
1000 module cxx03_std_private_algorithm_shuffle                                     [system] { header "__algorithm/shuffle.h" }
1001 module cxx03_std_private_algorithm_sift_down                                   [system] { header "__algorithm/sift_down.h" }
1002 module cxx03_std_private_algorithm_sort                                        [system] {
1003   header "__algorithm/sort.h"
1004   export std_private_debug_utils_strict_weak_ordering_check
1005 }
1006 module cxx03_std_private_algorithm_simd_utils                                  [system] { header "__algorithm/simd_utils.h" }
1007 module cxx03_std_private_algorithm_sort_heap                                   [system] { header "__algorithm/sort_heap.h" }
1008 module cxx03_std_private_algorithm_stable_partition                            [system] { header "__algorithm/stable_partition.h" }
1009 module cxx03_std_private_algorithm_stable_sort                                 [system] { header "__algorithm/stable_sort.h" }
1010 module cxx03_std_private_algorithm_swap_ranges                                 [system] {
1011   header "__algorithm/swap_ranges.h"
1012   export std_private_algorithm_iterator_operations
1013 }
1014 module cxx03_std_private_algorithm_three_way_comp_ref_type                     [system] { header "__algorithm/three_way_comp_ref_type.h" }
1015 module cxx03_std_private_algorithm_transform                                   [system] { header "__algorithm/transform.h" }
1016 module cxx03_std_private_algorithm_uniform_random_bit_generator_adaptor        [system] { header "__algorithm/uniform_random_bit_generator_adaptor.h" }
1017 module cxx03_std_private_algorithm_unique                                      [system] { header "__algorithm/unique.h" }
1018 module cxx03_std_private_algorithm_unique_copy                                 [system] { header "__algorithm/unique_copy.h" }
1019 module cxx03_std_private_algorithm_unwrap_iter                                 [system] {
1020   header "__algorithm/unwrap_iter.h"
1021   export std_private_iterator_iterator_traits
1022 }
1023 module cxx03_std_private_algorithm_unwrap_range                                [system] {
1024   header "__algorithm/unwrap_range.h"
1025   export std_private_utility_pair
1026 }
1027 module cxx03_std_private_algorithm_upper_bound                                 [system] { header "__algorithm/upper_bound.h" }
1028 
1029 module cxx03_std_private_array_array_fwd [system] { header "__fwd/array.h" }
1030 
1031 module cxx03_std_private_atomic_aliases             [system] {
1032   header "__atomic/aliases.h"
1033   export std_private_atomic_atomic
1034 }
1035 module cxx03_std_private_atomic_atomic              [system] {
1036   header "__atomic/atomic.h"
1037   export std_private_atomic_atomic_base
1038 }
1039 module cxx03_std_private_atomic_atomic_base         [system] { header "__atomic/atomic_base.h" }
1040 module cxx03_std_private_atomic_atomic_flag         [system] {
1041   header "__atomic/atomic_flag.h"
1042   export *
1043 }
1044 module cxx03_std_private_atomic_atomic_init         [system] { header "__atomic/atomic_init.h" }
1045 module cxx03_std_private_atomic_atomic_lock_free    [system] { header "__atomic/atomic_lock_free.h" }
1046 module cxx03_std_private_atomic_atomic_ref          [system] { header "__atomic/atomic_ref.h" }
1047 module cxx03_std_private_atomic_atomic_sync         [system] {
1048   header "__atomic/atomic_sync.h"
1049   export std_private_atomic_to_gcc_order
1050 }
1051 module cxx03_std_private_atomic_check_memory_order  [system] { header "__atomic/check_memory_order.h" }
1052 module cxx03_std_private_atomic_contention_t        [system] { header "__atomic/contention_t.h" }
1053 module cxx03_std_private_atomic_cxx_atomic_impl     [system] { header "__atomic/cxx_atomic_impl.h" }
1054 module cxx03_std_private_atomic_fence               [system] { header "__atomic/fence.h" }
1055 module cxx03_std_private_atomic_is_always_lock_free [system] { header "__atomic/is_always_lock_free.h" }
1056 module cxx03_std_private_atomic_kill_dependency     [system] { header "__atomic/kill_dependency.h" }
1057 module cxx03_std_private_atomic_memory_order        [system] { header "__atomic/memory_order.h" }
1058 module cxx03_std_private_atomic_to_gcc_order        [system] {
1059   header "__atomic/to_gcc_order.h"
1060   export std_private_atomic_memory_order
1061 }
1062 
1063 module cxx03_std_private_bit_bit_cast       [system] { header "__bit/bit_cast.h" }
1064 module cxx03_std_private_bit_bit_ceil       [system] { header "__bit/bit_ceil.h" }
1065 module cxx03_std_private_bit_bit_floor      [system] { header "__bit/bit_floor.h" }
1066 module cxx03_std_private_bit_bit_log2       [system] { header "__bit/bit_log2.h" }
1067 module cxx03_std_private_bit_bit_width      [system] { header "__bit/bit_width.h" }
1068 module cxx03_std_private_bit_blsr           [system] { header "__bit/blsr.h" }
1069 module cxx03_std_private_bit_byteswap       [system] { header "__bit/byteswap.h" }
1070 module cxx03_std_private_bit_countl         [system] { header "__bit/countl.h" }
1071 module cxx03_std_private_bit_countr         [system] { header "__bit/countr.h" }
1072 module cxx03_std_private_bit_endian         [system] { header "__bit/endian.h" }
1073 module cxx03_std_private_bit_has_single_bit [system] { header "__bit/has_single_bit.h" }
1074 module cxx03_std_private_bit_invert_if      [system] { header "__bit/invert_if.h" }
1075 module cxx03_std_private_bit_popcount       [system] { header "__bit/popcount.h" }
1076 module cxx03_std_private_bit_rotate         [system] { header "__bit/rotate.h" }
1077 
1078 module cxx03_std_private_charconv_chars_format            [system] { header "__charconv/chars_format.h" }
1079 module cxx03_std_private_charconv_from_chars_integral     [system] { header "__charconv/from_chars_integral.h" }
1080 module cxx03_std_private_charconv_from_chars_result       [system] { header "__charconv/from_chars_result.h" }
1081 module cxx03_std_private_charconv_tables                  [system] { header "__charconv/tables.h" }
1082 module cxx03_std_private_charconv_to_chars                [system] { header "__charconv/to_chars.h" }
1083 module cxx03_std_private_charconv_to_chars_base_10        [system] { header "__charconv/to_chars_base_10.h" }
1084 module cxx03_std_private_charconv_to_chars_floating_point [system] { header "__charconv/to_chars_floating_point.h" }
1085 module cxx03_std_private_charconv_to_chars_integral       [system] {
1086   header "__charconv/to_chars_integral.h"
1087   export std_private_charconv_traits
1088 }
1089 module cxx03_std_private_charconv_to_chars_result         [system] {
1090   header "__charconv/to_chars_result.h"
1091   export *
1092 }
1093 module cxx03_std_private_charconv_traits                  [system] { header "__charconv/traits.h" }
1094 
1095 module cxx03_std_private_chrono_calendar               [system] { header "__chrono/calendar.h" }
1096 module cxx03_std_private_chrono_concepts               [system] { header "__chrono/concepts.h" }
1097 module cxx03_std_private_chrono_convert_to_timespec    [system] { header "__chrono/convert_to_timespec.h" }
1098 module cxx03_std_private_chrono_convert_to_tm          [system] { header "__chrono/convert_to_tm.h" }
1099 module cxx03_std_private_chrono_day                    [system] { header "__chrono/day.h" }
1100 module cxx03_std_private_chrono_duration               [system] {
1101   header "__chrono/duration.h"
1102   export std_private_type_traits_is_convertible
1103 }
1104 module cxx03_std_private_chrono_exception              [system] { header "__chrono/exception.h" }
1105 module cxx03_std_private_chrono_file_clock             [system] { header "__chrono/file_clock.h" }
1106 module cxx03_std_private_chrono_formatter              [system] {
1107   header "__chrono/formatter.h"
1108 }
1109 module cxx03_std_private_chrono_hh_mm_ss               [system] { header "__chrono/hh_mm_ss.h" }
1110 module cxx03_std_private_chrono_high_resolution_clock  [system] {
1111   header "__chrono/high_resolution_clock.h"
1112   export std_private_chrono_steady_clock
1113   export std_private_chrono_system_clock
1114 }
1115 module cxx03_std_private_chrono_leap_second            [system] { header "__chrono/leap_second.h" }
1116 module cxx03_std_private_chrono_literals               [system] { header "__chrono/literals.h" }
1117 module cxx03_std_private_chrono_local_info             [system] {
1118   header "__chrono/local_info.h"
1119   export std_private_chrono_sys_info
1120 }
1121 module cxx03_std_private_chrono_month                  [system] { header "__chrono/month.h" }
1122 module cxx03_std_private_chrono_month_weekday          [system] { header "__chrono/month_weekday.h" }
1123 module cxx03_std_private_chrono_monthday               [system] { header "__chrono/monthday.h" }
1124 module cxx03_std_private_chrono_ostream                [system] {
1125   header "__chrono/ostream.h"
1126 }
1127 module cxx03_std_private_chrono_parser_std_format_spec [system] {
1128   header "__chrono/parser_std_format_spec.h"
1129 }
1130 module cxx03_std_private_chrono_statically_widen       [system] { header "__chrono/statically_widen.h" }
1131 module cxx03_std_private_chrono_steady_clock           [system] {
1132   header "__chrono/steady_clock.h"
1133   export std_private_chrono_time_point
1134 }
1135 module cxx03_std_private_chrono_time_zone              [system] {
1136   header "__chrono/time_zone.h"
1137   export std_private_memory_unique_ptr
1138 }
1139 module cxx03_std_private_chrono_time_zone_link         [system] {
1140   header "__chrono/time_zone_link.h"
1141 }
1142 module cxx03_std_private_chrono_sys_info               [system] {
1143   header "__chrono/sys_info.h"
1144 }
1145 module cxx03_std_private_chrono_system_clock           [system] {
1146   header "__chrono/system_clock.h"
1147   export std_private_chrono_time_point
1148 }
1149 module cxx03_std_private_chrono_tzdb                   [system] {
1150   header "__chrono/tzdb.h"
1151   export *
1152 }
1153 module cxx03_std_private_chrono_tzdb_list              [system] {
1154   header "__chrono/tzdb_list.h"
1155   export *
1156 }
1157 module cxx03_std_private_chrono_time_point             [system] { header "__chrono/time_point.h" }
1158 module cxx03_std_private_chrono_weekday                [system] { header "__chrono/weekday.h" }
1159 module cxx03_std_private_chrono_year                   [system] { header "__chrono/year.h" }
1160 module cxx03_std_private_chrono_year_month             [system] { header "__chrono/year_month.h" }
1161 module cxx03_std_private_chrono_year_month_day         [system] { header "__chrono/year_month_day.h" }
1162 module cxx03_std_private_chrono_year_month_weekday     [system] { header "__chrono/year_month_weekday.h" }
1163 module cxx03_std_private_chrono_zoned_time             [system] { header "__chrono/zoned_time.h" }
1164 
1165 module cxx03_std_private_compare_common_comparison_category     [system] { header "__compare/common_comparison_category.h" }
1166 module cxx03_std_private_compare_compare_partial_order_fallback [system] { header "__compare/compare_partial_order_fallback.h" }
1167 module cxx03_std_private_compare_compare_strong_order_fallback  [system] { header "__compare/compare_strong_order_fallback.h" }
1168 module cxx03_std_private_compare_compare_three_way              [system] { header "__compare/compare_three_way.h" }
1169 module cxx03_std_private_compare_compare_three_way_result       [system] { header "__compare/compare_three_way_result.h" }
1170 module cxx03_std_private_compare_compare_weak_order_fallback    [system] { header "__compare/compare_weak_order_fallback.h" }
1171 module cxx03_std_private_compare_is_eq                          [system] { header "__compare/is_eq.h" }
1172 module cxx03_std_private_compare_ordering                       [system] { header "__compare/ordering.h" }
1173 module cxx03_std_private_compare_partial_order                  [system] { header "__compare/partial_order.h" }
1174 module cxx03_std_private_compare_strong_order                   [system] { header "__compare/strong_order.h" }
1175 module cxx03_std_private_compare_synth_three_way                [system] { header "__compare/synth_three_way.h" }
1176 module cxx03_std_private_compare_three_way_comparable           [system] { header "__compare/three_way_comparable.h" }
1177 module cxx03_std_private_compare_weak_order                     [system] { header "__compare/weak_order.h" }
1178 
1179 module cxx03_std_private_complex_complex_fwd            [system] { header "__fwd/complex.h" }
1180 
1181 module cxx03_std_private_concepts_arithmetic            [system] { header "__concepts/arithmetic.h" }
1182 module cxx03_std_private_concepts_assignable            [system] { header "__concepts/assignable.h" }
1183 module cxx03_std_private_concepts_boolean_testable      [system] { header "__concepts/boolean_testable.h" }
1184 module cxx03_std_private_concepts_class_or_enum         [system] { header "__concepts/class_or_enum.h" }
1185 module cxx03_std_private_concepts_common_reference_with [system] { header "__concepts/common_reference_with.h" }
1186 module cxx03_std_private_concepts_common_with           [system] { header "__concepts/common_with.h" }
1187 module cxx03_std_private_concepts_constructible         [system] {
1188   header "__concepts/constructible.h"
1189   export std_private_concepts_destructible
1190 }
1191 module cxx03_std_private_concepts_convertible_to        [system] { header "__concepts/convertible_to.h" }
1192 module cxx03_std_private_concepts_copyable              [system] { header "__concepts/copyable.h" }
1193 module cxx03_std_private_concepts_derived_from          [system] { header "__concepts/derived_from.h" }
1194 module cxx03_std_private_concepts_destructible          [system] {
1195   header "__concepts/destructible.h"
1196   export std_private_type_traits_is_nothrow_destructible
1197 }
1198 module cxx03_std_private_concepts_different_from        [system] { header "__concepts/different_from.h" }
1199 module cxx03_std_private_concepts_equality_comparable   [system] {
1200   header "__concepts/equality_comparable.h"
1201   export std_private_type_traits_common_reference
1202 }
1203 module cxx03_std_private_concepts_invocable             [system] { header "__concepts/invocable.h" }
1204 module cxx03_std_private_concepts_movable               [system] {
1205   header "__concepts/movable.h"
1206   export std_private_type_traits_is_object
1207 }
1208 module cxx03_std_private_concepts_predicate             [system] { header "__concepts/predicate.h" }
1209 module cxx03_std_private_concepts_regular               [system] { header "__concepts/regular.h" }
1210 module cxx03_std_private_concepts_relation              [system] { header "__concepts/relation.h" }
1211 module cxx03_std_private_concepts_same_as               [system] {
1212   header "__concepts/same_as.h"
1213   export std_private_type_traits_is_same
1214 }
1215 module cxx03_std_private_concepts_semiregular           [system] { header "__concepts/semiregular.h" }
1216 module cxx03_std_private_concepts_swappable             [system] { header "__concepts/swappable.h" }
1217 module cxx03_std_private_concepts_totally_ordered       [system] { header "__concepts/totally_ordered.h" }
1218 
1219 module cxx03_std_private_condition_variable_condition_variable [system] {
1220   header "__condition_variable/condition_variable.h"
1221   export *
1222 }
1223 
1224 module cxx03_std_private_coroutine_coroutine_handle      [system] { header "__coroutine/coroutine_handle.h" }
1225 module cxx03_std_private_coroutine_coroutine_traits      [system] { header "__coroutine/coroutine_traits.h" }
1226 module cxx03_std_private_coroutine_noop_coroutine_handle [system] { header "__coroutine/noop_coroutine_handle.h" }
1227 module cxx03_std_private_coroutine_trivial_awaitables    [system] { header "__coroutine/trivial_awaitables.h" }
1228 
1229 module cxx03_std_private_debug_utils_randomize_range            [system] { header "__debug_utils/randomize_range.h" }
1230 module cxx03_std_private_debug_utils_sanitizers                 [system] { header "__debug_utils/sanitizers.h" }
1231 module cxx03_std_private_debug_utils_strict_weak_ordering_check [system] {
1232   header "__debug_utils/strict_weak_ordering_check.h"
1233   export std_private_type_traits_is_constant_evaluated
1234 }
1235 
1236 module cxx03_std_private_deque_fwd [system] { header "__fwd/deque.h" }
1237 
1238 module cxx03_std_private_exception_exception        [system] { header "__exception/exception.h" }
1239 module cxx03_std_private_exception_exception_ptr    [system] {
1240   header "__exception/exception_ptr.h"
1241   export std_private_exception_operations
1242 }
1243 module cxx03_std_private_exception_nested_exception [system] { header "__exception/nested_exception.h" }
1244 module cxx03_std_private_exception_operations       [system] { header "__exception/operations.h" }
1245 module cxx03_std_private_exception_terminate        [system] { header "__exception/terminate.h" }
1246 
1247 module cxx03_std_private_expected_bad_expected_access [system] { header "__expected/bad_expected_access.h" }
1248 module cxx03_std_private_expected_expected            [system] { header "__expected/expected.h" }
1249 module cxx03_std_private_expected_unexpect            [system] { header "__expected/unexpect.h" }
1250 module cxx03_std_private_expected_unexpected          [system] { header "__expected/unexpected.h" }
1251 
1252 module cxx03_std_private_filesystem_copy_options                 [system] { header "__filesystem/copy_options.h" }
1253 module cxx03_std_private_filesystem_directory_entry              [system] {
1254   header "__filesystem/directory_entry.h"
1255   export *
1256 }
1257 module cxx03_std_private_filesystem_directory_iterator           [system] {
1258   header "__filesystem/directory_iterator.h"
1259   export *
1260 }
1261 module cxx03_std_private_filesystem_directory_options            [system] { header "__filesystem/directory_options.h" }
1262 module cxx03_std_private_filesystem_file_status                  [system] { header "__filesystem/file_status.h" }
1263 module cxx03_std_private_filesystem_file_time_type               [system] { header "__filesystem/file_time_type.h" }
1264 module cxx03_std_private_filesystem_file_type                    [system] { header "__filesystem/file_type.h" }
1265 module cxx03_std_private_filesystem_filesystem_error             [system] {
1266   header "__filesystem/filesystem_error.h"
1267   export *
1268 }
1269 module cxx03_std_private_filesystem_operations                   [system] { header "__filesystem/operations.h" }
1270 module cxx03_std_private_filesystem_path                         [system] {
1271   header "__filesystem/path.h"
1272   export *
1273 }
1274 module cxx03_std_private_filesystem_path_iterator                [system] { header "__filesystem/path_iterator.h" }
1275 module cxx03_std_private_filesystem_perm_options                 [system] { header "__filesystem/perm_options.h" }
1276 module cxx03_std_private_filesystem_perms                        [system] { header "__filesystem/perms.h" }
1277 module cxx03_std_private_filesystem_recursive_directory_iterator [system] {
1278   header "__filesystem/recursive_directory_iterator.h"
1279   export *
1280 }
1281 module cxx03_std_private_filesystem_space_info                   [system] { header "__filesystem/space_info.h" }
1282 module cxx03_std_private_filesystem_u8path                       [system] { header "__filesystem/u8path.h" }
1283 
1284 module cxx03_std_private_format_buffer                          [system] { header "__format/buffer.h" }
1285 module cxx03_std_private_format_concepts                        [system] { header "__format/concepts.h" }
1286 module cxx03_std_private_format_container_adaptor               [system] { header "__format/container_adaptor.h" }
1287 module cxx03_std_private_format_enable_insertable               [system] { header "__format/enable_insertable.h" }
1288 module cxx03_std_private_format_escaped_output_table            [system] { header "__format/escaped_output_table.h" }
1289 module cxx03_std_private_format_extended_grapheme_cluster_table [system] { header "__format/extended_grapheme_cluster_table.h" }
1290 module cxx03_std_private_format_format_arg                      [system] { header "__format/format_arg.h" }
1291 module cxx03_std_private_format_format_arg_store                [system] { header "__format/format_arg_store.h" }
1292 module cxx03_std_private_format_format_args                     [system] { header "__format/format_args.h" }
1293 module cxx03_std_private_format_format_context                  [system] {
1294   header "__format/format_context.h"
1295   export *
1296 }
1297 module cxx03_std_private_format_format_error                    [system] { header "__format/format_error.h" }
1298 module cxx03_std_private_format_format_functions                [system] {
1299   header "__format/format_functions.h"
1300   export std_string
1301 }
1302 module cxx03_std_private_format_fwd                             [system] { header "__fwd/format.h" }
1303 module cxx03_std_private_format_format_parse_context            [system] { header "__format/format_parse_context.h" }
1304 module cxx03_std_private_format_format_string                   [system] { header "__format/format_string.h" }
1305 module cxx03_std_private_format_format_to_n_result              [system] {
1306   header "__format/format_to_n_result.h"
1307   export std_private_iterator_incrementable_traits
1308 }
1309 module cxx03_std_private_format_formatter                       [system] { header "__format/formatter.h" }
1310 module cxx03_std_private_format_formatter_bool                  [system] { header "__format/formatter_bool.h" }
1311 module cxx03_std_private_format_formatter_char                  [system] { header "__format/formatter_char.h" }
1312 module cxx03_std_private_format_formatter_floating_point        [system] { header "__format/formatter_floating_point.h" }
1313 module cxx03_std_private_format_formatter_integer               [system] { header "__format/formatter_integer.h" }
1314 module cxx03_std_private_format_formatter_integral              [system] { header "__format/formatter_integral.h" }
1315 module cxx03_std_private_format_formatter_output                [system] { header "__format/formatter_output.h" }
1316 module cxx03_std_private_format_formatter_pointer               [system] { header "__format/formatter_pointer.h" }
1317 module cxx03_std_private_format_formatter_string                [system] { header "__format/formatter_string.h" }
1318 module cxx03_std_private_format_formatter_tuple                 [system] { header "__format/formatter_tuple.h" }
1319 module cxx03_std_private_format_indic_conjunct_break_table      [system] { header "__format/indic_conjunct_break_table.h" }
1320 module cxx03_std_private_format_parser_std_format_spec          [system] { header "__format/parser_std_format_spec.h" }
1321 module cxx03_std_private_format_range_default_formatter         [system] { header "__format/range_default_formatter.h" }
1322 module cxx03_std_private_format_range_formatter                 [system] { header "__format/range_formatter.h" }
1323 module cxx03_std_private_format_unicode                         [system] {
1324   header "__format/unicode.h"
1325   export std_private_format_extended_grapheme_cluster_table
1326   export std_private_format_indic_conjunct_break_table
1327 }
1328 module cxx03_std_private_format_width_estimation_table          [system] { header "__format/width_estimation_table.h" }
1329 module cxx03_std_private_format_write_escaped                   [system] { header "__format/write_escaped.h" }
1330 
1331 module cxx03_std_private_functional_binary_function            [system] { header "__functional/binary_function.h" }
1332 module cxx03_std_private_functional_binary_negate              [system] { header "__functional/binary_negate.h" }
1333 module cxx03_std_private_functional_bind                       [system] { header "__functional/bind.h" }
1334 module cxx03_std_private_functional_bind_back                  [system] { header "__functional/bind_back.h" }
1335 module cxx03_std_private_functional_bind_front                 [system] { header "__functional/bind_front.h" }
1336 module cxx03_std_private_functional_binder1st                  [system] { header "__functional/binder1st.h" }
1337 module cxx03_std_private_functional_binder2nd                  [system] { header "__functional/binder2nd.h" }
1338 module cxx03_std_private_functional_boyer_moore_searcher       [system] {
1339   header "__functional/boyer_moore_searcher.h"
1340   export std_private_memory_shared_ptr
1341 }
1342 module cxx03_std_private_functional_compose                    [system] {
1343   header "__functional/compose.h"
1344   export std_private_functional_perfect_forward
1345 }
1346 module cxx03_std_private_functional_default_searcher           [system] { header "__functional/default_searcher.h" }
1347 module cxx03_std_private_functional_function                   [system] { header "__functional/function.h" }
1348 module cxx03_std_private_functional_hash                       [system] {
1349   header "__functional/hash.h"
1350   export std_cstdint
1351   export std_private_type_traits_underlying_type
1352   export std_private_utility_pair
1353 }
1354 module cxx03_std_private_functional_fwd                        [system] { header "__fwd/functional.h" }
1355 module cxx03_std_private_functional_identity                   [system] { header "__functional/identity.h" }
1356 module cxx03_std_private_functional_invoke                     [system] {
1357   header "__functional/invoke.h"
1358   export *
1359 }
1360 module cxx03_std_private_functional_is_transparent             [system] { header "__functional/is_transparent.h" }
1361 module cxx03_std_private_functional_mem_fn                     [system] { header "__functional/mem_fn.h" }
1362 module cxx03_std_private_functional_mem_fun_ref                [system] { header "__functional/mem_fun_ref.h" }
1363 module cxx03_std_private_functional_not_fn                     [system] {
1364   header "__functional/not_fn.h"
1365   export std_private_functional_perfect_forward
1366 }
1367 module cxx03_std_private_functional_operations                 [system] { header "__functional/operations.h" }
1368 module cxx03_std_private_functional_perfect_forward            [system] {
1369   header "__functional/perfect_forward.h"
1370   export *
1371 }
1372 module cxx03_std_private_functional_pointer_to_binary_function [system] { header "__functional/pointer_to_binary_function.h" }
1373 module cxx03_std_private_functional_pointer_to_unary_function  [system] { header "__functional/pointer_to_unary_function.h" }
1374 module cxx03_std_private_functional_ranges_operations          [system] { header "__functional/ranges_operations.h" }
1375 module cxx03_std_private_functional_reference_wrapper          [system] { header "__functional/reference_wrapper.h" }
1376 module cxx03_std_private_functional_unary_function             [system] { header "__functional/unary_function.h" }
1377 module cxx03_std_private_functional_unary_negate               [system] { header "__functional/unary_negate.h" }
1378 module cxx03_std_private_functional_weak_result_type           [system] { header "__functional/weak_result_type.h" }
1379 
1380 module cxx03_std_private_ios_fpos [system] { header "__ios/fpos.h" }
1381 
1382 module cxx03_std_private_iosfwd_fstream_fwd   [system] { header "__fwd/fstream.h" }
1383 module cxx03_std_private_iosfwd_ios_fwd       [system] { header "__fwd/ios.h" }
1384 module cxx03_std_private_iosfwd_istream_fwd   [system] { header "__fwd/istream.h" }
1385 module cxx03_std_private_iosfwd_ostream_fwd   [system] { header "__fwd/ostream.h" }
1386 module cxx03_std_private_iosfwd_sstream_fwd   [system] { header "__fwd/sstream.h" }
1387 module cxx03_std_private_iosfwd_streambuf_fwd [system] { header "__fwd/streambuf.h" }
1388 
1389 module cxx03_std_private_iterator_access                  [system] { header "__iterator/access.h" }
1390 module cxx03_std_private_iterator_advance                 [system] { header "__iterator/advance.h" }
1391 module cxx03_std_private_iterator_aliasing_iterator       [system] { header "__iterator/aliasing_iterator.h" }
1392 module cxx03_std_private_iterator_back_insert_iterator    [system] { header "__iterator/back_insert_iterator.h" }
1393 module cxx03_std_private_iterator_bounded_iter            [system] { header "__iterator/bounded_iter.h" }
1394 module cxx03_std_private_iterator_common_iterator         [system] { header "__iterator/common_iterator.h" }
1395 module cxx03_std_private_iterator_concepts                [system] {
1396   header "__iterator/concepts.h"
1397   export std_private_concepts_constructible
1398   export std_private_concepts_equality_comparable
1399   export std_private_concepts_movable
1400   export std_private_type_traits_common_reference
1401   export std_private_type_traits_is_reference
1402   export std_private_type_traits_remove_cvref
1403 }
1404 module cxx03_std_private_iterator_counted_iterator        [system] { header "__iterator/counted_iterator.h" }
1405 module cxx03_std_private_iterator_cpp17_iterator_concepts [system] { header "__iterator/cpp17_iterator_concepts.h" }
1406 module cxx03_std_private_iterator_data                    [system] { header "__iterator/data.h" }
1407 module cxx03_std_private_iterator_default_sentinel        [system] { header "__iterator/default_sentinel.h" }
1408 module cxx03_std_private_iterator_distance                [system] {
1409   header "__iterator/distance.h"
1410   export std_private_ranges_size
1411 }
1412 module cxx03_std_private_iterator_empty                   [system] { header "__iterator/empty.h" }
1413 module cxx03_std_private_iterator_erase_if_container      [system] { header "__iterator/erase_if_container.h" }
1414 module cxx03_std_private_iterator_front_insert_iterator   [system] { header "__iterator/front_insert_iterator.h" }
1415 module cxx03_std_private_iterator_incrementable_traits    [system] { header "__iterator/incrementable_traits.h" }
1416 module cxx03_std_private_iterator_indirectly_comparable   [system] { header "__iterator/indirectly_comparable.h" }
1417 module cxx03_std_private_iterator_insert_iterator         [system] { header "__iterator/insert_iterator.h" }
1418 module cxx03_std_private_iterator_istream_iterator        [system] { header "__iterator/istream_iterator.h" }
1419 module cxx03_std_private_iterator_istreambuf_iterator     [system] { header "__iterator/istreambuf_iterator.h" }
1420 module cxx03_std_private_iterator_iter_move               [system] { header "__iterator/iter_move.h" }
1421 module cxx03_std_private_iterator_iter_swap               [system] { header "__iterator/iter_swap.h" }
1422 module cxx03_std_private_iterator_iterator                [system] { header "__iterator/iterator.h" }
1423 module cxx03_std_private_iterator_iterator_traits         [system] {
1424   header "__iterator/iterator_traits.h"
1425   export std_private_type_traits_is_primary_template
1426 }
1427 module cxx03_std_private_iterator_iterator_with_data      [system] { header "__iterator/iterator_with_data.h" }
1428 module cxx03_std_private_iterator_mergeable               [system] {
1429   header "__iterator/mergeable.h"
1430   export std_private_functional_ranges_operations
1431 }
1432 module cxx03_std_private_iterator_move_iterator           [system] { header "__iterator/move_iterator.h" }
1433 module cxx03_std_private_iterator_move_sentinel           [system] { header "__iterator/move_sentinel.h" }
1434 module cxx03_std_private_iterator_next                    [system] { header "__iterator/next.h" }
1435 module cxx03_std_private_iterator_ostream_iterator        [system] { header "__iterator/ostream_iterator.h" }
1436 module cxx03_std_private_iterator_ostreambuf_iterator     [system] {
1437   header "__iterator/ostreambuf_iterator.h"
1438   export *
1439 }
1440 module cxx03_std_private_iterator_permutable              [system] { header "__iterator/permutable.h" }
1441 module cxx03_std_private_iterator_prev                    [system] { header "__iterator/prev.h" }
1442 module cxx03_std_private_iterator_projected               [system] { header "__iterator/projected.h" }
1443 module cxx03_std_private_iterator_ranges_iterator_traits  [system] { header "__iterator/ranges_iterator_traits.h" }
1444 module cxx03_std_private_iterator_readable_traits         [system] { header "__iterator/readable_traits.h" }
1445 module cxx03_std_private_iterator_reverse_access          [system] { header "__iterator/reverse_access.h" }
1446 module cxx03_std_private_iterator_reverse_iterator        [system] { header "__iterator/reverse_iterator.h" }
1447 module cxx03_std_private_iterator_segmented_iterator      [system] { header "__iterator/segmented_iterator.h" }
1448 module cxx03_std_private_iterator_size                    [system] { header "__iterator/size.h" }
1449 module cxx03_std_private_iterator_sortable                [system] {
1450   header "__iterator/sortable.h"
1451   export std_private_functional_ranges_operations
1452 }
1453 module cxx03_std_private_iterator_unreachable_sentinel    [system] { header "__iterator/unreachable_sentinel.h" }
1454 module cxx03_std_private_iterator_wrap_iter               [system] { header "__iterator/wrap_iter.h" }
1455 
1456 module cxx03_std_private_locale_locale_base_api_android              [system] { textual header "__locale_dir/locale_base_api/android.h" }
1457 module cxx03_std_private_locale_locale_base_api_bsd_locale_defaults  [system] { textual header "__locale_dir/locale_base_api/bsd_locale_defaults.h" }
1458 module cxx03_std_private_locale_locale_base_api_bsd_locale_fallbacks [system] { textual header "__locale_dir/locale_base_api/bsd_locale_fallbacks.h" }
1459 module cxx03_std_private_locale_locale_base_api_fuchsia              [system] { textual header "__locale_dir/locale_base_api/fuchsia.h" }
1460 module cxx03_std_private_locale_locale_base_api_ibm                  [system] { textual header "__locale_dir/locale_base_api/ibm.h" }
1461 module cxx03_std_private_locale_locale_base_api_locale_guard         [system] { header "__locale_dir/locale_base_api/locale_guard.h" }
1462 module cxx03_std_private_locale_locale_base_api_musl                 [system] { textual header "__locale_dir/locale_base_api/musl.h" }
1463 module cxx03_std_private_locale_locale_base_api_newlib               [system] { textual header "__locale_dir/locale_base_api/newlib.h" }
1464 module cxx03_std_private_locale_locale_base_api_openbsd              [system] { textual header "__locale_dir/locale_base_api/openbsd.h" }
1465 module cxx03_std_private_locale_locale_base_api_win32                [system] { textual header "__locale_dir/locale_base_api/win32.h" }
1466 module cxx03_std_private_locale_locale_base_api                      [system] {
1467   header "__locale_dir/locale_base_api.h"
1468   export *
1469 }
1470 
1471 module cxx03_std_private_math_abs                             [system] { header "__math/abs.h" }
1472 module cxx03_std_private_math_copysign                        [system] { header "__math/copysign.h" }
1473 module cxx03_std_private_math_error_functions                 [system] { header "__math/error_functions.h" }
1474 module cxx03_std_private_math_exponential_functions           [system] { header "__math/exponential_functions.h" }
1475 module cxx03_std_private_math_fdim                            [system] { header "__math/fdim.h" }
1476 module cxx03_std_private_math_fma                             [system] { header "__math/fma.h" }
1477 module cxx03_std_private_math_gamma                           [system] { header "__math/gamma.h" }
1478 module cxx03_std_private_math_hyperbolic_functions            [system] { header "__math/hyperbolic_functions.h" }
1479 module cxx03_std_private_math_hypot                           [system] { header "__math/hypot.h" }
1480 module cxx03_std_private_math_inverse_hyperbolic_functions    [system] { header "__math/inverse_hyperbolic_functions.h" }
1481 module cxx03_std_private_math_inverse_trigonometric_functions [system] { header "__math/inverse_trigonometric_functions.h" }
1482 module cxx03_std_private_math_logarithms                      [system] { header "__math/logarithms.h" }
1483 module cxx03_std_private_math_min_max                         [system] { header "__math/min_max.h" }
1484 module cxx03_std_private_math_modulo                          [system] { header "__math/modulo.h" }
1485 module cxx03_std_private_math_remainder                       [system] { header "__math/remainder.h" }
1486 module cxx03_std_private_math_roots                           [system] { header "__math/roots.h" }
1487 module cxx03_std_private_math_rounding_functions              [system] { header "__math/rounding_functions.h" }
1488 module cxx03_std_private_math_special_functions               [system] { header "__math/special_functions.h" }
1489 module cxx03_std_private_math_traits                          [system] { header "__math/traits.h" }
1490 module cxx03_std_private_math_trigonometric_functions         [system] { header "__math/trigonometric_functions.h" }
1491 
1492 module cxx03_std_private_mdspan_default_accessor [system] { header "__mdspan/default_accessor.h" }
1493 module cxx03_std_private_mdspan_extents          [system] {
1494   header "__mdspan/extents.h"
1495   export *
1496 }
1497 module cxx03_std_private_mdspan_layout_left      [system] { header "__mdspan/layout_left.h" }
1498 module cxx03_std_private_mdspan_layout_right     [system] { header "__mdspan/layout_right.h" }
1499 module cxx03_std_private_mdspan_layout_stride    [system] { header "__mdspan/layout_stride.h" }
1500 module cxx03_std_private_mdspan_mdspan           [system] { header "__mdspan/mdspan.h" }
1501 module cxx03_std_private_mdspan_mdspan_fwd       [system] { header "__fwd/mdspan.h" }
1502 
1503 module cxx03_std_private_memory_addressof                       [system] { header "__memory/addressof.h" }
1504 module cxx03_std_private_memory_align                           [system] { header "__memory/align.h" }
1505 module cxx03_std_private_memory_aligned_alloc                   [system] { header "__memory/aligned_alloc.h" }
1506 module cxx03_std_private_memory_allocate_at_least               [system] { header "__memory/allocate_at_least.h" }
1507 module cxx03_std_private_memory_allocation_guard                [system] { header "__memory/allocation_guard.h" }
1508 module cxx03_std_private_memory_allocator                       [system] { header "__memory/allocator.h" }
1509 module cxx03_std_private_memory_allocator_arg_t                 [system] { header "__memory/allocator_arg_t.h" }
1510 module cxx03_std_private_memory_allocator_destructor            [system] { header "__memory/allocator_destructor.h" }
1511 module cxx03_std_private_memory_allocator_traits                [system] { header "__memory/allocator_traits.h" }
1512 module cxx03_std_private_memory_assume_aligned                  [system] { header "__memory/assume_aligned.h" }
1513 module cxx03_std_private_memory_auto_ptr                        [system] { header "__memory/auto_ptr.h" }
1514 module cxx03_std_private_memory_builtin_new_allocator           [system] {
1515   header "__memory/builtin_new_allocator.h"
1516   export *
1517 }
1518 module cxx03_std_private_memory_compressed_pair                 [system] { header "__memory/compressed_pair.h" }
1519 module cxx03_std_private_memory_concepts                        [system] {
1520   header "__memory/concepts.h"
1521   export std_private_type_traits_remove_reference
1522 }
1523 module cxx03_std_private_memory_construct_at                    [system] { header "__memory/construct_at.h" }
1524 module cxx03_std_private_memory_destruct_n                      [system] { header "__memory/destruct_n.h" }
1525 module cxx03_std_private_memory_fwd                             [system] { header "__fwd/memory.h" }
1526 module cxx03_std_private_memory_inout_ptr                       [system] { header "__memory/inout_ptr.h" }
1527 module cxx03_std_private_memory_out_ptr                         [system] { header "__memory/out_ptr.h" }
1528 module cxx03_std_private_memory_pointer_traits                  [system] { header "__memory/pointer_traits.h" }
1529 module cxx03_std_private_memory_ranges_construct_at             [system] { header "__memory/ranges_construct_at.h" }
1530 module cxx03_std_private_memory_ranges_uninitialized_algorithms [system] {
1531   header "__memory/ranges_uninitialized_algorithms.h"
1532   export std_private_algorithm_in_out_result
1533 }
1534 module cxx03_std_private_memory_raw_storage_iterator            [system] { header "__memory/raw_storage_iterator.h" }
1535 module cxx03_std_private_memory_shared_ptr                      [system] {
1536   header "__memory/shared_ptr.h"
1537   export std_private_memory_uninitialized_algorithms
1538 }
1539 module cxx03_std_private_memory_swap_allocator                  [system] { header "__memory/swap_allocator.h" }
1540 module cxx03_std_private_memory_temp_value                      [system] { header "__memory/temp_value.h" }
1541 module cxx03_std_private_memory_temporary_buffer                [system] {
1542   header "__memory/temporary_buffer.h"
1543   export std_private_utility_pair
1544 }
1545 module cxx03_std_private_memory_uninitialized_algorithms        [system] {
1546   header "__memory/uninitialized_algorithms.h"
1547   export std_private_algorithm_copy
1548 }
1549 module cxx03_std_private_memory_unique_ptr                      [system] {
1550   header "__memory/unique_ptr.h"
1551   export std_private_type_traits_add_lvalue_reference
1552   export std_private_type_traits_is_pointer
1553   export std_private_type_traits_type_identity
1554 }
1555 module cxx03_std_private_memory_uses_allocator                  [system] { header "__memory/uses_allocator.h" }
1556 module cxx03_std_private_memory_uses_allocator_construction     [system] { header "__memory/uses_allocator_construction.h" }
1557 module cxx03_std_private_memory_voidify                         [system] { header "__memory/voidify.h" }
1558 
1559 module cxx03_std_private_memory_resource_memory_resource              [system] { header "__memory_resource/memory_resource.h" }
1560 module cxx03_std_private_memory_resource_memory_resource_fwd          [system] { header "__fwd/memory_resource.h" }
1561 module cxx03_std_private_memory_resource_monotonic_buffer_resource    [system] { header "__memory_resource/monotonic_buffer_resource.h" }
1562 module cxx03_std_private_memory_resource_polymorphic_allocator        [system] { header "__memory_resource/polymorphic_allocator.h" }
1563 module cxx03_std_private_memory_resource_pool_options                 [system] { header "__memory_resource/pool_options.h" }
1564 module cxx03_std_private_memory_resource_synchronized_pool_resource   [system] {
1565   header "__memory_resource/synchronized_pool_resource.h"
1566   export *
1567 }
1568 module cxx03_std_private_memory_resource_unsynchronized_pool_resource [system] { header "__memory_resource/unsynchronized_pool_resource.h" }
1569 
1570 module cxx03_std_private_mutex_lock_guard  [system] { header "__mutex/lock_guard.h" }
1571 module cxx03_std_private_mutex_mutex       [system] { header "__mutex/mutex.h" }
1572 module cxx03_std_private_mutex_once_flag  [system]  { header "__mutex/once_flag.h" }
1573 module cxx03_std_private_mutex_tag_types   [system] { header "__mutex/tag_types.h" }
1574 module cxx03_std_private_mutex_unique_lock [system] { header "__mutex/unique_lock.h" }
1575 
1576 module cxx03_std_private_numeric_accumulate               [system] { header "__numeric/accumulate.h" }
1577 module cxx03_std_private_numeric_adjacent_difference      [system] { header "__numeric/adjacent_difference.h" }
1578 module cxx03_std_private_numeric_exclusive_scan           [system] { header "__numeric/exclusive_scan.h" }
1579 module cxx03_std_private_numeric_gcd_lcm                  [system] { header "__numeric/gcd_lcm.h" }
1580 module cxx03_std_private_numeric_inclusive_scan           [system] { header "__numeric/inclusive_scan.h" }
1581 module cxx03_std_private_numeric_inner_product            [system] { header "__numeric/inner_product.h" }
1582 module cxx03_std_private_numeric_iota                     [system] { header "__numeric/iota.h" }
1583 module cxx03_std_private_numeric_midpoint                 [system] { header "__numeric/midpoint.h" }
1584 module cxx03_std_private_numeric_partial_sum              [system] { header "__numeric/partial_sum.h" }
1585 module cxx03_std_private_numeric_pstl                     [system] {
1586   header "__numeric/pstl.h"
1587   export *
1588 }
1589 module cxx03_std_private_numeric_reduce                   [system] { header "__numeric/reduce.h" }
1590 module cxx03_std_private_numeric_saturation_arithmetic    [system] { header "__numeric/saturation_arithmetic.h" }
1591 module cxx03_std_private_numeric_transform_exclusive_scan [system] { header "__numeric/transform_exclusive_scan.h" }
1592 module cxx03_std_private_numeric_transform_inclusive_scan [system] { header "__numeric/transform_inclusive_scan.h" }
1593 module cxx03_std_private_numeric_transform_reduce         [system] { header "__numeric/transform_reduce.h" }
1594 
1595 module cxx03_std_private_pstl_backend                    [system] {
1596   header "__pstl/backend.h"
1597   export *
1598 }
1599 module cxx03_std_private_pstl_backend_fwd                [system] {
1600   header "__pstl/backend_fwd.h"
1601   export *
1602 }
1603 module cxx03_std_private_pstl_backends_default           [system] {
1604   header "__pstl/backends/default.h"
1605   export *
1606 }
1607 module cxx03_std_private_pstl_backends_libdispatch       [system] {
1608   header "__pstl/backends/libdispatch.h"
1609   export *
1610 }
1611 module cxx03_std_private_pstl_backends_serial            [system] {
1612   header "__pstl/backends/serial.h"
1613   export *
1614 }
1615 module cxx03_std_private_pstl_backends_std_thread        [system] {
1616   header "__pstl/backends/std_thread.h"
1617   export *
1618 }
1619 module cxx03_std_private_pstl_cpu_algos_any_of           [system] { header "__pstl/cpu_algos/any_of.h" }
1620 module cxx03_std_private_pstl_cpu_algos_cpu_traits       [system] { header "__pstl/cpu_algos/cpu_traits.h" }
1621 module cxx03_std_private_pstl_cpu_algos_fill             [system] { header "__pstl/cpu_algos/fill.h" }
1622 module cxx03_std_private_pstl_cpu_algos_find_if          [system] { header "__pstl/cpu_algos/find_if.h" }
1623 module cxx03_std_private_pstl_cpu_algos_for_each         [system] { header "__pstl/cpu_algos/for_each.h" }
1624 module cxx03_std_private_pstl_cpu_algos_merge            [system] { header "__pstl/cpu_algos/merge.h" }
1625 module cxx03_std_private_pstl_cpu_algos_stable_sort      [system] { header "__pstl/cpu_algos/stable_sort.h" }
1626 module cxx03_std_private_pstl_cpu_algos_transform        [system] { header "__pstl/cpu_algos/transform.h" }
1627 module cxx03_std_private_pstl_cpu_algos_transform_reduce [system] { header "__pstl/cpu_algos/transform_reduce.h" }
1628 module cxx03_std_private_pstl_dispatch                   [system] { header "__pstl/dispatch.h" }
1629 module cxx03_std_private_pstl_handle_exception           [system] { header "__pstl/handle_exception.h" }
1630 
1631 module cxx03_std_private_queue_fwd [system] { header "__fwd/queue.h" }
1632 
1633 module cxx03_std_private_ostream_basic_ostream [system] {
1634   header "__ostream/basic_ostream.h"
1635   export std_streambuf
1636 }
1637 module cxx03_std_private_ostream_print         [system] {
1638   header "__ostream/print.h"
1639   export std_print
1640 }
1641 
1642 module cxx03_std_private_random_bernoulli_distribution          [system] { header "__random/bernoulli_distribution.h" }
1643 module cxx03_std_private_random_binomial_distribution           [system] { header "__random/binomial_distribution.h" }
1644 module cxx03_std_private_random_cauchy_distribution             [system] { header "__random/cauchy_distribution.h" }
1645 module cxx03_std_private_random_chi_squared_distribution        [system] { header "__random/chi_squared_distribution.h" }
1646 module cxx03_std_private_random_clamp_to_integral               [system] { header "__random/clamp_to_integral.h" }
1647 module cxx03_std_private_random_default_random_engine           [system] { header "__random/default_random_engine.h" }
1648 module cxx03_std_private_random_discard_block_engine            [system] { header "__random/discard_block_engine.h" }
1649 module cxx03_std_private_random_discrete_distribution           [system] {
1650   header "__random/discrete_distribution.h"
1651   export *
1652 }
1653 module cxx03_std_private_random_exponential_distribution        [system] { header "__random/exponential_distribution.h" }
1654 module cxx03_std_private_random_extreme_value_distribution      [system] { header "__random/extreme_value_distribution.h" }
1655 module cxx03_std_private_random_fisher_f_distribution           [system] { header "__random/fisher_f_distribution.h" }
1656 module cxx03_std_private_random_gamma_distribution              [system] { header "__random/gamma_distribution.h" }
1657 module cxx03_std_private_random_generate_canonical              [system] { header "__random/generate_canonical.h" }
1658 module cxx03_std_private_random_geometric_distribution          [system] { header "__random/geometric_distribution.h" }
1659 module cxx03_std_private_random_independent_bits_engine         [system] { header "__random/independent_bits_engine.h" }
1660 module cxx03_std_private_random_is_seed_sequence                [system] { header "__random/is_seed_sequence.h" }
1661 module cxx03_std_private_random_is_valid                        [system] { header "__random/is_valid.h" }
1662 module cxx03_std_private_random_knuth_b                         [system] { header "__random/knuth_b.h" }
1663 module cxx03_std_private_random_linear_congruential_engine      [system] { header "__random/linear_congruential_engine.h" }
1664 module cxx03_std_private_random_log2                            [system] { header "__random/log2.h" }
1665 module cxx03_std_private_random_lognormal_distribution          [system] { header "__random/lognormal_distribution.h" }
1666 module cxx03_std_private_random_mersenne_twister_engine         [system] { header "__random/mersenne_twister_engine.h" }
1667 module cxx03_std_private_random_negative_binomial_distribution  [system] { header "__random/negative_binomial_distribution.h" }
1668 module cxx03_std_private_random_normal_distribution             [system] { header "__random/normal_distribution.h" }
1669 module cxx03_std_private_random_piecewise_constant_distribution [system] {
1670   header "__random/piecewise_constant_distribution.h"
1671   export *
1672 }
1673 module cxx03_std_private_random_piecewise_linear_distribution   [system] {
1674   header "__random/piecewise_linear_distribution.h"
1675   export *
1676 }
1677 module cxx03_std_private_random_poisson_distribution            [system] { header "__random/poisson_distribution.h" }
1678 module cxx03_std_private_random_random_device                   [system] {
1679   header "__random/random_device.h"
1680   export *
1681 }
1682 module cxx03_std_private_random_ranlux                          [system] { header "__random/ranlux.h" }
1683 module cxx03_std_private_random_seed_seq                        [system] {
1684   header "__random/seed_seq.h"
1685   export *
1686 }
1687 module cxx03_std_private_random_shuffle_order_engine            [system] { header "__random/shuffle_order_engine.h" }
1688 module cxx03_std_private_random_student_t_distribution          [system] { header "__random/student_t_distribution.h" }
1689 module cxx03_std_private_random_subtract_with_carry_engine      [system] { header "__random/subtract_with_carry_engine.h" }
1690 module cxx03_std_private_random_uniform_int_distribution        [system] { header "__random/uniform_int_distribution.h" }
1691 module cxx03_std_private_random_uniform_random_bit_generator    [system] { header "__random/uniform_random_bit_generator.h" }
1692 module cxx03_std_private_random_uniform_real_distribution       [system] { header "__random/uniform_real_distribution.h" }
1693 module cxx03_std_private_random_weibull_distribution            [system] { header "__random/weibull_distribution.h" }
1694 
1695 module cxx03_std_private_ranges_access                     [system] { header "__ranges/access.h" }
1696 module cxx03_std_private_ranges_all                        [system] {
1697   header "__ranges/all.h"
1698   export std_private_functional_compose
1699   export std_private_functional_perfect_forward
1700   export std_private_ranges_owning_view
1701 }
1702 module cxx03_std_private_ranges_as_rvalue_view             [system] { header "__ranges/as_rvalue_view.h" }
1703 module cxx03_std_private_ranges_chunk_by_view              [system] { header "__ranges/chunk_by_view.h" }
1704 module cxx03_std_private_ranges_common_view                [system] { header "__ranges/common_view.h" }
1705 module cxx03_std_private_ranges_concepts                   [system] {
1706   header "__ranges/concepts.h"
1707   export std_private_iterator_concepts
1708 }
1709 module cxx03_std_private_ranges_container_compatible_range [system] { header "__ranges/container_compatible_range.h" }
1710 module cxx03_std_private_ranges_counted                    [system] {
1711   header "__ranges/counted.h"
1712   export std_span
1713 }
1714 module cxx03_std_private_ranges_dangling                   [system] { header "__ranges/dangling.h" }
1715 module cxx03_std_private_ranges_data                       [system] { header "__ranges/data.h" }
1716 module cxx03_std_private_ranges_drop_view                  [system] { header "__ranges/drop_view.h" }
1717 module cxx03_std_private_ranges_drop_while_view            [system] { header "__ranges/drop_while_view.h" }
1718 module cxx03_std_private_ranges_elements_view              [system] { header "__ranges/elements_view.h" }
1719 module cxx03_std_private_ranges_empty                      [system] { header "__ranges/empty.h" }
1720 module cxx03_std_private_ranges_empty_view                 [system] { header "__ranges/empty_view.h" }
1721 module cxx03_std_private_ranges_enable_borrowed_range      [system] { header "__ranges/enable_borrowed_range.h" }
1722 module cxx03_std_private_ranges_enable_view                [system] { header "__ranges/enable_view.h" }
1723 module cxx03_std_private_ranges_filter_view                [system] {
1724   header "__ranges/filter_view.h"
1725   export std_private_ranges_range_adaptor
1726 }
1727 module cxx03_std_private_ranges_from_range                 [system] { header "__ranges/from_range.h" }
1728 module cxx03_std_private_ranges_iota_view                  [system] { header "__ranges/iota_view.h" }
1729 module cxx03_std_private_ranges_istream_view               [system] {
1730   header "__ranges/istream_view.h"
1731 }
1732 module cxx03_std_private_ranges_join_view                  [system] {
1733   header "__ranges/join_view.h"
1734   export std_private_iterator_iterator_with_data
1735   export std_private_iterator_segmented_iterator
1736 }
1737 module cxx03_std_private_ranges_lazy_split_view            [system] {
1738   header "__ranges/lazy_split_view.h"
1739   export std_private_ranges_non_propagating_cache
1740 }
1741 module cxx03_std_private_ranges_movable_box                [system] { header "__ranges/movable_box.h" }
1742 module cxx03_std_private_ranges_non_propagating_cache      [system] { header "__ranges/non_propagating_cache.h" }
1743 module cxx03_std_private_ranges_owning_view                [system] { header "__ranges/owning_view.h" }
1744 module cxx03_std_private_ranges_range_adaptor              [system] { header "__ranges/range_adaptor.h" }
1745 module cxx03_std_private_ranges_rbegin                     [system] { header "__ranges/rbegin.h" }
1746 module cxx03_std_private_ranges_ref_view                   [system] { header "__ranges/ref_view.h" }
1747 module cxx03_std_private_ranges_rend                       [system] { header "__ranges/rend.h" }
1748 module cxx03_std_private_ranges_repeat_view                [system] { header "__ranges/repeat_view.h" }
1749 module cxx03_std_private_ranges_reverse_view               [system] { header "__ranges/reverse_view.h" }
1750 module cxx03_std_private_ranges_single_view                [system] { header "__ranges/single_view.h" }
1751 module cxx03_std_private_ranges_size                       [system] {
1752   header "__ranges/size.h"
1753   export std_private_type_traits_make_unsigned
1754 }
1755 module cxx03_std_private_ranges_split_view                 [system] { header "__ranges/split_view.h" }
1756 module cxx03_std_private_ranges_subrange                   [system] {
1757   header "__ranges/subrange.h"
1758   export std_private_ranges_subrange_fwd
1759 }
1760 module cxx03_std_private_ranges_subrange_fwd               [system] {
1761   header "__fwd/subrange.h"
1762   export std_private_iterator_concepts
1763 }
1764 module cxx03_std_private_ranges_take_view                  [system] { header "__ranges/take_view.h" }
1765 module cxx03_std_private_ranges_take_while_view            [system] { header "__ranges/take_while_view.h" }
1766 module cxx03_std_private_ranges_to                         [system] { header "__ranges/to.h" }
1767 module cxx03_std_private_ranges_transform_view             [system] {
1768   header "__ranges/transform_view.h"
1769   export std_private_functional_bind_back
1770   export std_private_functional_perfect_forward
1771   export std_private_ranges_movable_box
1772 }
1773 module cxx03_std_private_ranges_view_interface             [system] { header "__ranges/view_interface.h" }
1774 module cxx03_std_private_ranges_views                      [system] { header "__ranges/views.h" }
1775 module cxx03_std_private_ranges_zip_view                   [system] {
1776   header "__ranges/zip_view.h"
1777   export std_private_utility_pair
1778 }
1779 
1780 module cxx03_std_private_span_span_fwd [system] { header "__fwd/span.h" }
1781 
1782 module cxx03_std_private_stack_fwd [system] { header "__fwd/stack.h" }
1783 
1784 module cxx03_std_private_stop_token_atomic_unique_lock   [system] { header "__stop_token/atomic_unique_lock.h" }
1785 module cxx03_std_private_stop_token_intrusive_list_view  [system] { header "__stop_token/intrusive_list_view.h" }
1786 module cxx03_std_private_stop_token_intrusive_shared_ptr [system] { header "__stop_token/intrusive_shared_ptr.h" }
1787 module cxx03_std_private_stop_token_stop_callback        [system] { header "__stop_token/stop_callback.h" }
1788 module cxx03_std_private_stop_token_stop_source          [system] {
1789   header "__stop_token/stop_source.h"
1790   export *
1791 }
1792 module cxx03_std_private_stop_token_stop_state           [system] {
1793   header "__stop_token/stop_state.h"
1794   export *
1795 }
1796 module cxx03_std_private_stop_token_stop_token           [system] {
1797   header "__stop_token/stop_token.h"
1798   export *
1799 }
1800 
1801 module cxx03_std_private_string_char_traits           [system] {
1802   header "__string/char_traits.h"
1803   export *
1804 }
1805 module cxx03_std_private_string_constexpr_c_functions [system] {
1806   header "__string/constexpr_c_functions.h"
1807   export std_private_type_traits_is_equality_comparable
1808 }
1809 module cxx03_std_private_string_extern_template_lists [system] { header "__string/extern_template_lists.h" }
1810 module cxx03_std_private_string_string_fwd            [system] { header "__fwd/string.h" }
1811 
1812 module cxx03_std_private_string_view_string_view_fwd [system] { header "__fwd/string_view.h" }
1813 
1814 module cxx03_std_private_system_error_errc            [system] { header "__system_error/errc.h" }
1815 module cxx03_std_private_system_error_error_category  [system] { header "__system_error/error_category.h" }
1816 module cxx03_std_private_system_error_error_code      [system] {
1817   header "__system_error/error_code.h"
1818   export std_private_functional_hash
1819   export std_private_functional_unary_function
1820 }
1821 module cxx03_std_private_system_error_error_condition [system] {
1822   header "__system_error/error_condition.h"
1823   export std_private_functional_hash
1824   export std_private_functional_unary_function
1825 }
1826 module cxx03_std_private_system_error_system_error    [system] { header "__system_error/system_error.h" }
1827 
1828 module cxx03_std_private_thread_formatter            [system] { header "__thread/formatter.h" }
1829 module cxx03_std_private_thread_id                   [system] { header "__thread/id.h" }
1830 module cxx03_std_private_thread_jthread              [system] {
1831   header "__thread/jthread.h"
1832   export *
1833 }
1834 module cxx03_std_private_thread_poll_with_backoff    [system] { header "__thread/poll_with_backoff.h" }
1835 module cxx03_std_private_thread_support              [system] {
1836   header "__thread/support.h"
1837   export *
1838 }
1839 module cxx03_std_private_thread_support_c11          [system] { textual header "__thread/support/c11.h" }
1840 module cxx03_std_private_thread_support_external     [system] { textual header "__thread/support/external.h" }
1841 module cxx03_std_private_thread_support_pthread      [system] { textual header "__thread/support/pthread.h" }
1842 module cxx03_std_private_thread_support_windows      [system] { textual header "__thread/support/windows.h" }
1843 module cxx03_std_private_thread_this_thread          [system] { header "__thread/this_thread.h" }
1844 module cxx03_std_private_thread_thread               [system] {
1845   header "__thread/thread.h"
1846   export *
1847 }
1848 module cxx03_std_private_thread_timed_backoff_policy [system] { header "__thread/timed_backoff_policy.h" }
1849 
1850 module cxx03_std_private_tuple_find_index             [system] { header "__tuple/find_index.h" }
1851 module cxx03_std_private_tuple_ignore                 [system] { header "__tuple/ignore.h" }
1852 module cxx03_std_private_tuple_make_tuple_types       [system] { header "__tuple/make_tuple_types.h" }
1853 module cxx03_std_private_tuple_tuple_like_no_subrange [system] {
1854   header "__tuple/tuple_like_no_subrange.h"
1855 }
1856 module cxx03_std_private_tuple_sfinae_helpers         [system] { header "__tuple/sfinae_helpers.h" }
1857 module cxx03_std_private_tuple_tuple_element          [system] { header "__tuple/tuple_element.h" }
1858 module cxx03_std_private_tuple_tuple_fwd              [system] { header "__fwd/tuple.h" }
1859 module cxx03_std_private_tuple_tuple_indices          [system] { header "__tuple/tuple_indices.h" }
1860 module cxx03_std_private_tuple_tuple_like             [system] {
1861   header "__tuple/tuple_like.h"
1862   export *
1863 }
1864 module cxx03_std_private_tuple_tuple_like_ext         [system] { header "__tuple/tuple_like_ext.h" }
1865 module cxx03_std_private_tuple_tuple_size             [system] { header "__tuple/tuple_size.h" }
1866 module cxx03_std_private_tuple_tuple_types            [system] { header "__tuple/tuple_types.h" }
1867 
1868 module cxx03_std_private_type_traits_add_const                                 [system] { header "__type_traits/add_const.h" }
1869 module cxx03_std_private_type_traits_add_cv                                    [system] { header "__type_traits/add_cv.h" }
1870 module cxx03_std_private_type_traits_add_lvalue_reference                      [system] {
1871   header "__type_traits/add_lvalue_reference.h"
1872   export std_private_type_traits_is_referenceable
1873 }
1874 module cxx03_std_private_type_traits_add_pointer                               [system] { header "__type_traits/add_pointer.h" }
1875 module cxx03_std_private_type_traits_add_rvalue_reference                      [system] { header "__type_traits/add_rvalue_reference.h" }
1876 module cxx03_std_private_type_traits_add_volatile                              [system] { header "__type_traits/add_volatile.h" }
1877 module cxx03_std_private_type_traits_aligned_storage                           [system] { header "__type_traits/aligned_storage.h" }
1878 module cxx03_std_private_type_traits_aligned_union                             [system] { header "__type_traits/aligned_union.h" }
1879 module cxx03_std_private_type_traits_alignment_of                              [system] { header "__type_traits/alignment_of.h" }
1880 module cxx03_std_private_type_traits_can_extract_key                           [system] { header "__type_traits/can_extract_key.h" }
1881 module cxx03_std_private_type_traits_common_reference                          [system] {
1882   header "__type_traits/common_reference.h"
1883   export std_private_type_traits_remove_cvref
1884 }
1885 module cxx03_std_private_type_traits_common_type                               [system] {
1886   header "__type_traits/common_type.h"
1887   export std_private_utility_declval
1888 }
1889 module cxx03_std_private_type_traits_conditional                               [system] { header "__type_traits/conditional.h" }
1890 module cxx03_std_private_type_traits_conjunction                               [system] { header "__type_traits/conjunction.h" }
1891 module cxx03_std_private_type_traits_copy_cv                                   [system] { header "__type_traits/copy_cv.h" }
1892 module cxx03_std_private_type_traits_copy_cvref                                [system] { header "__type_traits/copy_cvref.h" }
1893 module cxx03_std_private_type_traits_datasizeof                                [system] { header "__type_traits/datasizeof.h" }
1894 module cxx03_std_private_type_traits_decay                                     [system] {
1895   header "__type_traits/decay.h"
1896   export std_private_type_traits_add_pointer
1897 }
1898 module cxx03_std_private_type_traits_dependent_type                            [system] { header "__type_traits/dependent_type.h" }
1899 module cxx03_std_private_type_traits_desugars_to                               [system] { header "__type_traits/desugars_to.h" }
1900 module cxx03_std_private_type_traits_disjunction                               [system] { header "__type_traits/disjunction.h" }
1901 module cxx03_std_private_type_traits_enable_if                                 [system] { header "__type_traits/enable_if.h" }
1902 module cxx03_std_private_type_traits_extent                                    [system] { header "__type_traits/extent.h" }
1903 module cxx03_std_private_type_traits_has_unique_object_representation          [system] { header "__type_traits/has_unique_object_representation.h" }
1904 module cxx03_std_private_type_traits_has_virtual_destructor                    [system] { header "__type_traits/has_virtual_destructor.h" }
1905 module cxx03_std_private_type_traits_integral_constant                         [system] { header "__type_traits/integral_constant.h" }
1906 module cxx03_std_private_type_traits_invoke                                    [system] {
1907   header "__type_traits/invoke.h"
1908   export std_private_type_traits_conditional
1909   export std_private_type_traits_decay
1910   export std_private_type_traits_decay
1911   export std_private_type_traits_enable_if
1912   export std_private_type_traits_is_base_of
1913   export std_private_type_traits_is_core_convertible
1914   export std_private_type_traits_is_reference_wrapper
1915   export std_private_type_traits_is_same
1916   export std_private_type_traits_is_void
1917   export std_private_type_traits_nat
1918   export std_private_type_traits_remove_cv
1919 }
1920 module cxx03_std_private_type_traits_is_abstract                               [system] { header "__type_traits/is_abstract.h" }
1921 module cxx03_std_private_type_traits_is_aggregate                              [system] { header "__type_traits/is_aggregate.h" }
1922 module cxx03_std_private_type_traits_is_allocator                              [system] { header "__type_traits/is_allocator.h" }
1923 module cxx03_std_private_type_traits_is_always_bitcastable                     [system] { header "__type_traits/is_always_bitcastable.h" }
1924 module cxx03_std_private_type_traits_is_arithmetic                             [system] {
1925   header "__type_traits/is_arithmetic.h"
1926   export std_private_type_traits_integral_constant
1927 }
1928 module cxx03_std_private_type_traits_is_array                                  [system] {
1929   header "__type_traits/is_array.h"
1930   export std_private_type_traits_integral_constant
1931 }
1932 module cxx03_std_private_type_traits_is_assignable                             [system] { header "__type_traits/is_assignable.h" }
1933 module cxx03_std_private_type_traits_is_base_of                                [system] { header "__type_traits/is_base_of.h" }
1934 module cxx03_std_private_type_traits_is_bounded_array                          [system] { header "__type_traits/is_bounded_array.h" }
1935 module cxx03_std_private_type_traits_is_callable                               [system] {
1936   header "__type_traits/is_callable.h"
1937   export std_private_type_traits_integral_constant
1938 }
1939 module cxx03_std_private_type_traits_is_char_like_type                         [system] { header "__type_traits/is_char_like_type.h" }
1940 module cxx03_std_private_type_traits_is_class                                  [system] { header "__type_traits/is_class.h" }
1941 module cxx03_std_private_type_traits_is_compound                               [system] { header "__type_traits/is_compound.h" }
1942 module cxx03_std_private_type_traits_is_const                                  [system] { header "__type_traits/is_const.h" }
1943 module cxx03_std_private_type_traits_is_constant_evaluated                     [system] { header "__type_traits/is_constant_evaluated.h" }
1944 module cxx03_std_private_type_traits_is_constructible                          [system] { header "__type_traits/is_constructible.h" }
1945 module cxx03_std_private_type_traits_is_convertible                            [system] {
1946   header "__type_traits/is_convertible.h"
1947   export std_private_type_traits_is_array
1948 }
1949 module cxx03_std_private_type_traits_is_copy_assignable                        [system] { header "__type_traits/is_copy_assignable.h" }
1950 module cxx03_std_private_type_traits_is_copy_constructible                     [system] { header "__type_traits/is_copy_constructible.h" }
1951 module cxx03_std_private_type_traits_is_core_convertible                       [system] {
1952   header "__type_traits/is_core_convertible.h"
1953   export std_private_type_traits_integral_constant
1954 }
1955 module cxx03_std_private_type_traits_is_destructible                           [system] { header "__type_traits/is_destructible.h" }
1956 module cxx03_std_private_type_traits_is_empty                                  [system] { header "__type_traits/is_empty.h" }
1957 module cxx03_std_private_type_traits_is_enum                                   [system] {
1958   header "__type_traits/is_enum.h"
1959   export std_private_type_traits_integral_constant
1960 }
1961 module cxx03_std_private_type_traits_is_equality_comparable                    [system] {
1962   header "__type_traits/is_equality_comparable.h"
1963   export std_private_type_traits_integral_constant
1964 }
1965 module cxx03_std_private_type_traits_is_execution_policy                       [system] {
1966   header "__type_traits/is_execution_policy.h"
1967   export std_private_type_traits_remove_cvref
1968 }
1969 module cxx03_std_private_type_traits_is_final                                  [system] { header "__type_traits/is_final.h" }
1970 module cxx03_std_private_type_traits_is_floating_point                         [system] { header "__type_traits/is_floating_point.h" }
1971 module cxx03_std_private_type_traits_is_function                               [system] { header "__type_traits/is_function.h" }
1972 module cxx03_std_private_type_traits_is_fundamental                            [system] { header "__type_traits/is_fundamental.h" }
1973 module cxx03_std_private_type_traits_is_implicitly_default_constructible       [system] {
1974   header "__type_traits/is_implicitly_default_constructible.h"
1975   export std_private_type_traits_integral_constant
1976 }
1977 module cxx03_std_private_type_traits_is_integral                               [system] { header "__type_traits/is_integral.h" }
1978 module cxx03_std_private_type_traits_is_literal_type                           [system] { header "__type_traits/is_literal_type.h" }
1979 module cxx03_std_private_type_traits_is_member_pointer                         [system] { header "__type_traits/is_member_pointer.h" }
1980 module cxx03_std_private_type_traits_is_nothrow_assignable                     [system] { header "__type_traits/is_nothrow_assignable.h" }
1981 module cxx03_std_private_type_traits_is_nothrow_constructible                  [system] {
1982   header "__type_traits/is_nothrow_constructible.h"
1983   export std_private_type_traits_integral_constant
1984 }
1985 module cxx03_std_private_type_traits_is_nothrow_convertible                    [system] { header "__type_traits/is_nothrow_convertible.h" }
1986 module cxx03_std_private_type_traits_is_nothrow_destructible                   [system] {
1987   header "__type_traits/is_nothrow_destructible.h"
1988   export std_private_type_traits_is_destructible
1989 }
1990 module cxx03_std_private_type_traits_is_null_pointer                           [system] {
1991   header "__type_traits/is_null_pointer.h"
1992   export std_cstddef
1993 }
1994 module cxx03_std_private_type_traits_is_object                                 [system] {
1995   header "__type_traits/is_object.h"
1996   export std_private_type_traits_is_scalar
1997 }
1998 module cxx03_std_private_type_traits_is_pod                                    [system] { header "__type_traits/is_pod.h" }
1999 module cxx03_std_private_type_traits_is_pointer                                [system] { header "__type_traits/is_pointer.h" }
2000 module cxx03_std_private_type_traits_is_polymorphic                            [system] { header "__type_traits/is_polymorphic.h" }
2001 module cxx03_std_private_type_traits_is_primary_template                       [system] {
2002   header "__type_traits/is_primary_template.h"
2003   export std_private_type_traits_enable_if
2004 }
2005 module cxx03_std_private_type_traits_is_reference                              [system] { header "__type_traits/is_reference.h" }
2006 module cxx03_std_private_type_traits_is_reference_wrapper                      [system] { header "__type_traits/is_reference_wrapper.h" }
2007 module cxx03_std_private_type_traits_is_referenceable                          [system] { header "__type_traits/is_referenceable.h" }
2008 module cxx03_std_private_type_traits_is_same                                   [system] {
2009   header "__type_traits/is_same.h"
2010   export std_private_type_traits_integral_constant
2011 }
2012 module cxx03_std_private_type_traits_is_scalar                                 [system] {
2013   header "__type_traits/is_scalar.h"
2014   export std_private_type_traits_is_null_pointer
2015 }
2016 module cxx03_std_private_type_traits_is_signed                                 [system] { header "__type_traits/is_signed.h" }
2017 module cxx03_std_private_type_traits_is_signed_integer                         [system] { header "__type_traits/is_signed_integer.h" }
2018 module cxx03_std_private_type_traits_is_specialization                         [system] { header "__type_traits/is_specialization.h" }
2019 module cxx03_std_private_type_traits_is_standard_layout                        [system] { header "__type_traits/is_standard_layout.h" }
2020 module cxx03_std_private_type_traits_is_swappable                              [system] {
2021   header "__type_traits/is_swappable.h"
2022   export std_private_type_traits_is_move_constructible
2023 }
2024 module cxx03_std_private_type_traits_is_trivial                                [system] { header "__type_traits/is_trivial.h" }
2025 module cxx03_std_private_type_traits_is_trivially_assignable                   [system] { header "__type_traits/is_trivially_assignable.h" }
2026 module cxx03_std_private_type_traits_is_trivially_constructible                [system] { header "__type_traits/is_trivially_constructible.h" }
2027 module cxx03_std_private_type_traits_is_trivially_copyable                     [system] { header "__type_traits/is_trivially_copyable.h" }
2028 module cxx03_std_private_type_traits_is_trivially_destructible                 [system] { header "__type_traits/is_trivially_destructible.h" }
2029 module cxx03_std_private_type_traits_is_trivially_lexicographically_comparable [system] { header "__type_traits/is_trivially_lexicographically_comparable.h" }
2030 module cxx03_std_private_type_traits_is_trivially_relocatable                  [system] { header "__type_traits/is_trivially_relocatable.h" }
2031 module cxx03_std_private_type_traits_is_unbounded_array                        [system] { header "__type_traits/is_unbounded_array.h" }
2032 module cxx03_std_private_type_traits_is_union                                  [system] { header "__type_traits/is_union.h" }
2033 module cxx03_std_private_type_traits_is_unsigned                               [system] { header "__type_traits/is_unsigned.h" }
2034 module cxx03_std_private_type_traits_is_unsigned_integer                       [system] { header "__type_traits/is_unsigned_integer.h" }
2035 module cxx03_std_private_type_traits_is_valid_expansion                        [system] { header "__type_traits/is_valid_expansion.h" }
2036 module cxx03_std_private_type_traits_is_void                                   [system] {
2037   header "__type_traits/is_void.h"
2038   export std_private_type_traits_integral_constant
2039 }
2040 module cxx03_std_private_type_traits_is_volatile                               [system] { header "__type_traits/is_volatile.h" }
2041 module cxx03_std_private_type_traits_lazy                                      [system] { header "__type_traits/lazy.h" }
2042 module cxx03_std_private_type_traits_make_32_64_or_128_bit                     [system] { header "__type_traits/make_32_64_or_128_bit.h" }
2043 module cxx03_std_private_type_traits_make_const_lvalue_ref                     [system] { header "__type_traits/make_const_lvalue_ref.h" }
2044 module cxx03_std_private_type_traits_make_signed                               [system] { header "__type_traits/make_signed.h" }
2045 module cxx03_std_private_type_traits_make_unsigned                             [system] {
2046   header "__type_traits/make_unsigned.h"
2047   export std_private_type_traits_is_unsigned
2048 }
2049 module cxx03_std_private_type_traits_maybe_const                               [system] { header "__type_traits/maybe_const.h" }
2050 module cxx03_std_private_type_traits_nat                                       [system] { header "__type_traits/nat.h" }
2051 module cxx03_std_private_type_traits_negation                                  [system] { header "__type_traits/negation.h" }
2052 module cxx03_std_private_type_traits_noexcept_move_assign_container            [system] { header "__type_traits/noexcept_move_assign_container.h" }
2053 module cxx03_std_private_type_traits_promote                                   [system] { header "__type_traits/promote.h" }
2054 module cxx03_std_private_type_traits_rank                                      [system] { header "__type_traits/rank.h" }
2055 module cxx03_std_private_type_traits_remove_all_extents                        [system] { header "__type_traits/remove_all_extents.h" }
2056 module cxx03_std_private_type_traits_remove_const                              [system] { header "__type_traits/remove_const.h" }
2057 module cxx03_std_private_type_traits_remove_const_ref                          [system] { header "__type_traits/remove_const_ref.h" }
2058 module cxx03_std_private_type_traits_remove_cv                                 [system] {
2059   header "__type_traits/remove_cv.h"
2060   export std_private_type_traits_remove_const
2061   export std_private_type_traits_remove_volatile
2062 }
2063 module cxx03_std_private_type_traits_remove_cvref                              [system] { header "__type_traits/remove_cvref.h" }
2064 module cxx03_std_private_type_traits_remove_extent                             [system] { header "__type_traits/remove_extent.h" }
2065 module cxx03_std_private_type_traits_remove_pointer                            [system] { header "__type_traits/remove_pointer.h" }
2066 module cxx03_std_private_type_traits_remove_reference                          [system] { header "__type_traits/remove_reference.h" }
2067 module cxx03_std_private_type_traits_remove_volatile                           [system] { header "__type_traits/remove_volatile.h" }
2068 module cxx03_std_private_type_traits_result_of                                 [system] { header "__type_traits/result_of.h" }
2069 module cxx03_std_private_type_traits_strip_signature                           [system] { header "__type_traits/strip_signature.h" }
2070 module cxx03_std_private_type_traits_type_identity                             [system] { header "__type_traits/type_identity.h" }
2071 module cxx03_std_private_type_traits_type_list                                 [system] { header "__type_traits/type_list.h" }
2072 module cxx03_std_private_type_traits_underlying_type                           [system] {
2073   header "__type_traits/underlying_type.h"
2074   export std_private_type_traits_is_enum
2075 }
2076 module cxx03_std_private_type_traits_unwrap_ref                                [system] { header "__type_traits/unwrap_ref.h" }
2077 module cxx03_std_private_type_traits_void_t                                    [system] { header "__type_traits/void_t.h" }
2078 
2079 module cxx03_std_private_utility_as_const               [system] { header "__utility/as_const.h" }
2080 module cxx03_std_private_utility_as_lvalue              [system] { header "__utility/as_lvalue.h" }
2081 module cxx03_std_private_utility_auto_cast              [system] {
2082   header "__utility/auto_cast.h"
2083   export std_private_type_traits_decay
2084 }
2085 module cxx03_std_private_utility_cmp                    [system] {
2086   header "__utility/cmp.h"
2087   export std_private_type_traits_make_unsigned
2088 }
2089 module cxx03_std_private_utility_convert_to_integral    [system] { header "__utility/convert_to_integral.h" }
2090 module cxx03_std_private_utility_declval                [system] { header "__utility/declval.h" }
2091 module cxx03_std_private_utility_empty                  [system] { header "__utility/empty.h" }
2092 module cxx03_std_private_utility_exception_guard        [system] { header "__utility/exception_guard.h" }
2093 module cxx03_std_private_utility_exchange               [system] { header "__utility/exchange.h" }
2094 module cxx03_std_private_utility_forward                [system] { header "__utility/forward.h" }
2095 module cxx03_std_private_utility_forward_like           [system] { header "__utility/forward_like.h" }
2096 module cxx03_std_private_utility_in_place               [system] { header "__utility/in_place.h" }
2097 module cxx03_std_private_utility_integer_sequence       [system] { header "__utility/integer_sequence.h" }
2098 module cxx03_std_private_utility_is_pointer_in_range    [system] { header "__utility/is_pointer_in_range.h" }
2099 module cxx03_std_private_utility_is_valid_range         [system] { header "__utility/is_valid_range.h" }
2100 module cxx03_std_private_utility_move                   [system] {
2101   header "__utility/move.h"
2102   export std_private_type_traits_is_copy_constructible
2103   export std_private_type_traits_is_nothrow_move_constructible
2104   export std_private_type_traits_remove_reference
2105 }
2106 module cxx03_std_private_utility_no_destroy             [system] { header "__utility/no_destroy.h" }
2107 module cxx03_std_private_utility_pair                   [system] {
2108   header "__utility/pair.h"
2109   export std_private_ranges_subrange_fwd
2110   export std_private_tuple_pair_like
2111   export std_private_type_traits_is_assignable
2112   export std_private_type_traits_is_constructible
2113   export std_private_type_traits_is_convertible
2114   export std_private_type_traits_is_copy_assignable
2115   export std_private_type_traits_is_move_assignable
2116   export std_private_type_traits_is_nothrow_copy_constructible
2117   export std_private_type_traits_is_nothrow_default_constructible
2118   export std_private_type_traits_is_nothrow_move_assignable
2119   export std_private_utility_pair_fwd
2120 }
2121 module cxx03_std_private_utility_pair_fwd                [system] { header "__fwd/pair.h" }
2122 module cxx03_std_private_utility_piecewise_construct     [system] { header "__utility/piecewise_construct.h" }
2123 module cxx03_std_private_utility_priority_tag            [system] { header "__utility/priority_tag.h" }
2124 module cxx03_std_private_utility_private_constructor_tag [system] { header "__utility/private_constructor_tag.h" }
2125 module cxx03_std_private_utility_rel_ops                 [system] { header "__utility/rel_ops.h" }
2126 module cxx03_std_private_utility_small_buffer            [system] { header "__utility/small_buffer.h" }
2127 module cxx03_std_private_utility_swap                    [system] {
2128   header "__utility/swap.h"
2129   export std_private_type_traits_is_swappable
2130 }
2131 module cxx03_std_private_utility_to_underlying           [system] { header "__utility/to_underlying.h" }
2132 module cxx03_std_private_utility_unreachable             [system] { header "__utility/unreachable.h" }
2133 
2134 module cxx03_std_private_variant_monostate               [system] { header "__variant/monostate.h" }
2135 
2136 module cxx03_std_private_vector_fwd                      [system] { header "__fwd/vector.h" }