==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: libc++ 22.1.8-1 (Fri Jul 10 05:16:02 2026)
==> Retrieving sources...
-> Found llvm-project-22.1.8.src.tar.xz
-> Found llvm-project-22.1.8.src.tar.xz.sig
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
llvm-project-22.1.8.src.tar.xz ... Passed
llvm-project-22.1.8.src.tar.xz.sig ... Skipped
==> Making package: libc++ 22.1.8-1 (Fri Jul 10 11:16:35 2026)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (12) compiler-rt-22.1.8-1 cppdap-1.58.0-3 hicolor-icon-theme-0.18-1 jsoncpp-1.9.6-3 libedit-20260512_3.1-1 libuv-1.52.1-1 llvm-libs-22.1.8-1 rhash-1.4.6-1 clang-22.1.8-1 cmake-4.4.0-1 llvm-22.1.8-1 ninja-1.13.2-3
Total Download Size: 48.58 MiB
Total Installed Size: 632.87 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
clang-22.1.8-1-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libedit...
installing llvm-libs...
installing compiler-rt...
installing clang...
Optional dependencies for clang
openmp: OpenMP support in clang with -fopenmp
python: for scan-view and git-clang-format [installed]
llvm: referenced by some clang headers [pending]
installing cppdap...
installing hicolor-icon-theme...
installing jsoncpp...
Optional dependencies for jsoncpp
jsoncpp-doc: documentation
installing libuv...
installing rhash...
installing cmake...
Optional dependencies for cmake
make: for unix Makefile generator [installed]
ninja: for ninja generator [pending]
qt6-base: cmake-gui
installing ninja...
installing llvm...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
-> Found llvm-project-22.1.8.src.tar.xz
-> Found llvm-project-22.1.8.src.tar.xz.sig
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting llvm-project-22.1.8.src.tar.xz with bsdtar
==> Starting prepare()...
==> Starting build()...
-- Performing standalone runtimes build.
-- The C compiler identification is Clang 22.1.8
-- The CXX compiler identification is Clang 22.1.8
-- The ASM compiler identification is Clang with GNU-like command-line
-- Found assembler: /usr/lib/distcc/bin/clang
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/lib/distcc/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/lib/distcc/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Could NOT find LLVM (missing: LLVM_DIR)
-- Could NOT find Clang (missing: Clang_DIR)
-- Performing Test CXX_SUPPORTS_UNWINDLIB_EQ_NONE_FLAG
-- Performing Test CXX_SUPPORTS_UNWINDLIB_EQ_NONE_FLAG - Success
-- Performing Test C_SUPPORTS_START_NO_UNUSED_ARGUMENTS
-- Performing Test C_SUPPORTS_START_NO_UNUSED_ARGUMENTS - Success
-- Performing Test CXX_SUPPORTS_NOSTDLIBXX_FLAG
-- Performing Test CXX_SUPPORTS_NOSTDLIBXX_FLAG - Success
-- Performing Test CXX_SUPPORTS_NOSTDINCXX_FLAG
-- Performing Test CXX_SUPPORTS_NOSTDINCXX_FLAG - Success
-- Linker detection: GNU ld
-- Performing Test LLVM_USES_LIBSTDCXX
-- Performing Test LLVM_USES_LIBSTDCXX - Failed
-- Performing Test LLVM_DEFAULT_TO_GLIBCXX_USE_CXX11_ABI
-- Performing Test LLVM_DEFAULT_TO_GLIBCXX_USE_CXX11_ABI - Failed
-- Performing Test C_SUPPORTS_FPIC
-- Performing Test C_SUPPORTS_FPIC - Failed
-- Performing Test CXX_SUPPORTS_FPIC
-- Performing Test CXX_SUPPORTS_FPIC - Failed
CMake Warning at /build/libc++/src/llvm-project-22.1.8.src/llvm/cmake/modules/HandleLLVMOptions.cmake:381 (message):
-fPIC is not supported.
Call Stack (most recent call first):
/build/libc++/src/llvm-project-22.1.8.src/llvm/cmake/modules/HandleLLVMOptions.cmake:441 (add_flag_or_print_warning)
CMakeLists.txt:200 (include)
-- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION
-- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Failed
-- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION
-- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Failed
-- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG
-- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success
-- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG
-- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG - Success
-- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL
-- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL - Success
CMake Warning (policy) at /build/libc++/src/llvm-project-22.1.8.src/llvm/cmake/modules/HandleLLVMOptions.cmake:926 (CHECK_C_SOURCE_COMPILES):
Policy CMP0219 is not set: Macro invocations preserve backslashes in
arguments. Run "cmake --help-policy CMP0219" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Command "CHECK_C_SOURCE_COMPILES" called with arguments containing
backslashes.
Since the policy is not set, backslashes in the arguments:
"// \\\n//\nint main(void) {return 0;}"
will be interpreted as escape sequences for compatibility.
Set the policy to NEW to instead pass
"// \\\\\\n//\\nint main(void) {return 0;}"
so that argument parsing will preserve the original values.
Call Stack (most recent call first):
CMakeLists.txt:200 (include)
This warning is for project developers. Use -Wno-author or -Wno-policy to
suppress it.
-- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP
-- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP - Failed
-- Performing Test C_SUPPORTS_MISLEADING_INDENTATION_FLAG
-- Performing Test C_SUPPORTS_MISLEADING_INDENTATION_FLAG - Failed
-- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG
-- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG - Failed
-- Performing Test C_SUPPORTS_CTAD_MAYBE_UNSPPORTED_FLAG
-- Performing Test C_SUPPORTS_CTAD_MAYBE_UNSPPORTED_FLAG - Failed
-- Performing Test CXX_SUPPORTS_CTAD_MAYBE_UNSPPORTED_FLAG
-- Performing Test CXX_SUPPORTS_CTAD_MAYBE_UNSPPORTED_FLAG - Failed
-- Performing Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS
-- Performing Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS - Failed
-- Looking for os_signpost_interval_begin
-- Looking for os_signpost_interval_begin - not found
-- Looking for flock
-- Looking for flock - found
-- Found Python3: /usr/bin/python3.14 (found version "3.14.6") found components: Interpreter
-- LLVM host triple: armv7l-unknown-linux-gnueabihf
-- LLVM default target triple: armv7l-unknown-linux-gnueabihf
-- Using libc++abi testing configuration: /build/libc++/src/llvm-project-22.1.8.src/libcxxabi/test/configs/llvm-libc++abi-shared.cfg.in
-- Looking for fopen in c
-- Looking for fopen in c - not found
-- Looking for __gcc_personality_v0 in gcc_s
-- Looking for __gcc_personality_v0 in gcc_s - found
-- Looking for __aeabi_uldivmod in gcc
-- Looking for __aeabi_uldivmod in gcc - not found
-- Performing Test C_SUPPORTS_COMMENT_LIB_PRAGMA
-- Performing Test C_SUPPORTS_COMMENT_LIB_PRAGMA - Success
-- Looking for dladdr in dl
-- Looking for dladdr in dl - not found
-- Looking for pthread_once in pthread
-- Looking for pthread_once in pthread - not found
-- Looking for __cxa_thread_atexit_impl in c
-- Looking for __cxa_thread_atexit_impl in c - not found
-- Performing Test CXX_SUPPORTS_FSTRICT_ALIASING_FLAG
-- Performing Test CXX_SUPPORTS_FSTRICT_ALIASING_FLAG - Success
-- Performing Test CXX_SUPPORTS_EHSC_FLAG
-- Performing Test CXX_SUPPORTS_EHSC_FLAG - Failed
-- Performing Test C_SUPPORTS_FUNWIND_TABLES_FLAG
-- Performing Test C_SUPPORTS_FUNWIND_TABLES_FLAG - Failed
-- Performing Test CXX_SUPPORTS_WALL_FLAG
-- Performing Test CXX_SUPPORTS_WALL_FLAG - Success
-- Performing Test CXX_SUPPORTS_WEXTRA_FLAG
-- Performing Test CXX_SUPPORTS_WEXTRA_FLAG - Success
-- Performing Test CXX_SUPPORTS_WNEWLINE_EOF_FLAG
-- Performing Test CXX_SUPPORTS_WNEWLINE_EOF_FLAG - Success
-- Performing Test CXX_SUPPORTS_WSHADOW_FLAG
-- Performing Test CXX_SUPPORTS_WSHADOW_FLAG - Success
-- Performing Test CXX_SUPPORTS_WWRITE_STRINGS_FLAG
-- Performing Test CXX_SUPPORTS_WWRITE_STRINGS_FLAG - Success
-- Performing Test CXX_SUPPORTS_WNO_UNUSED_PARAMETER_FLAG
-- Performing Test CXX_SUPPORTS_WNO_UNUSED_PARAMETER_FLAG - Success
-- Performing Test CXX_SUPPORTS_WNO_LONG_LONG_FLAG
-- Performing Test CXX_SUPPORTS_WNO_LONG_LONG_FLAG - Success
-- Performing Test CXX_SUPPORTS_WERROR_EQ_RETURN_TYPE_FLAG
-- Performing Test CXX_SUPPORTS_WERROR_EQ_RETURN_TYPE_FLAG - Success
-- Performing Test CXX_SUPPORTS_WEXTRA_SEMI_FLAG
-- Performing Test CXX_SUPPORTS_WEXTRA_SEMI_FLAG - Success
-- Performing Test CXX_SUPPORTS_WUNDEF_FLAG
-- Performing Test CXX_SUPPORTS_WUNDEF_FLAG - Success
-- Performing Test CXX_SUPPORTS_WUNUSED_TEMPLATE_FLAG
-- Performing Test CXX_SUPPORTS_WUNUSED_TEMPLATE_FLAG - Success
-- Performing Test CXX_SUPPORTS_WFORMAT_NONLITERAL_FLAG
-- Performing Test CXX_SUPPORTS_WFORMAT_NONLITERAL_FLAG - Success
-- Performing Test CXX_SUPPORTS_WZERO_LENGTH_ARRAY_FLAG
-- Performing Test CXX_SUPPORTS_WZERO_LENGTH_ARRAY_FLAG - Success
-- Performing Test CXX_SUPPORTS_WDEPRECATED_REDUNDANT_CONSTEXPR_STATIC_DEF_FLAG
-- Performing Test CXX_SUPPORTS_WDEPRECATED_REDUNDANT_CONSTEXPR_STATIC_DEF_FLAG - Success
-- Performing Test CXX_SUPPORTS_WNO_NULLABILITY_COMPLETENESS_FLAG
-- Performing Test CXX_SUPPORTS_WNO_NULLABILITY_COMPLETENESS_FLAG - Success
-- Performing Test CXX_SUPPORTS_WMISSING_PROTOTYPES_FLAG
-- Performing Test CXX_SUPPORTS_WMISSING_PROTOTYPES_FLAG - Success
-- Performing Test CXX_SUPPORTS_WNO_USER_DEFINED_LITERALS_FLAG
-- Performing Test CXX_SUPPORTS_WNO_USER_DEFINED_LITERALS_FLAG - Success
-- Performing Test CXX_SUPPORTS_WNO_COVERED_SWITCH_DEFAULT_FLAG
-- Performing Test CXX_SUPPORTS_WNO_COVERED_SWITCH_DEFAULT_FLAG - Success
-- Performing Test CXX_SUPPORTS_WNO_SUGGEST_OVERRIDE_FLAG
-- Performing Test CXX_SUPPORTS_WNO_SUGGEST_OVERRIDE_FLAG - Success
-- Performing Test CXX_SUPPORTS_WNO_ERROR_FLAG
-- Performing Test CXX_SUPPORTS_WNO_ERROR_FLAG - Success
-- Performing Test CXX_SUPPORTS_FSIZED_DEALLOCATION_FLAG
-- Performing Test CXX_SUPPORTS_FSIZED_DEALLOCATION_FLAG - Success
-- Using libc++ testing configuration: /build/libc++/src/llvm-project-22.1.8.src/libcxx/test/configs/llvm-libc++-shared.cfg.in
-- Looking for __gcc_personality_v0 in gcc_s
-- Looking for __gcc_personality_v0 in gcc_s - found
-- Performing Test CXX_SUPPORTS_NOSTDLIBINC_FLAG
-- Performing Test CXX_SUPPORTS_NOSTDLIBINC_FLAG - Success
-- Performing Test CXX_SUPPORTS_NOLIBC_FLAG
-- Performing Test CXX_SUPPORTS_NOLIBC_FLAG - Success
-- Looking for __PICOLIBC__
-- Looking for __PICOLIBC__ - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - not found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - not found
-- Looking for __atomic_fetch_add_8 in atomic
-- Looking for __atomic_fetch_add_8 in atomic - not found
-- Performing Test CXX_SUPPORTS_FDEBUG_PREFIX_MAP_EQ_/BUILD/LIBCXX/SRC/BUILD/INCLUDE/CXX/V1_EQ_/BUILD/LIBCXX/SRC/LLVM_PROJECT_22.1.8.SRC/LIBCXX/INCLUDE_FLAG
-- Performing Test CXX_SUPPORTS_FDEBUG_PREFIX_MAP_EQ_/BUILD/LIBCXX/SRC/BUILD/INCLUDE/CXX/V1_EQ_/BUILD/LIBCXX/SRC/LLVM_PROJECT_22.1.8.SRC/LIBCXX/INCLUDE_FLAG - Success
-- Performing Test CXX_SUPPORTS_FALIGNED_ALLOCATION_FLAG
-- Performing Test CXX_SUPPORTS_FALIGNED_ALLOCATION_FLAG - Success
-- Performing Test CXX_SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG
-- Performing Test CXX_SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success
-- Performing Test CXX_SUPPORTS_FVISIBILITY_EQ_HIDDEN_FLAG
-- Performing Test CXX_SUPPORTS_FVISIBILITY_EQ_HIDDEN_FLAG - Success
-- Performing Test HAVE_FFI_CALL
-- Performing Test HAVE_FFI_CALL - Failed
-- Could NOT find FFI (missing: HAVE_FFI_CALL)
-- Looking for histedit.h
-- Looking for histedit.h - found
-- Found LibEdit: /usr/include (found version "2.11")
-- Found ZLIB: /usr/lib/libz.so (found version "1.3.2")
-- Found zstd: /usr/lib/libzstd.so
-- Found LibXml2: /usr/lib/libxml2.so (found version "2.15.3")
-- Found CURL: /usr/lib/libcurl.so (found version "8.21.0")
-- Clang-tidy tests are disabled since the Clang development package has no clangTidy target.
-- ABI list file not generated for configuration armv7l-unknown-linux-gnueabihf.libcxxabi.v1.stable.exceptions.nonew, `check-cxx-abilist` will not be available.
-- Configuring done (34.8s)
-- Generating done (0.7s)
-- Build files have been written to: /build/libc++/src/build
[1/1833] Copying CXXABI header __cxxabi_config.h
[2/1833] Copying CXX header __algorithm/all_of.h
[3/1833] Copying CXX header __algorithm/adjacent_find.h
[4/1833] Copying CXX header __algorithm/binary_search.h
[5/1833] Copying CXXABI header cxxabi.h
[6/1833] Copying CXX header __algorithm/any_of.h
[7/1833] Copying CXX header __algorithm/clamp.h
[8/1833] Copying CXX header __algorithm/comp.h
[9/1833] Copying CXX header __algorithm/comp_ref_type.h
[10/1833] Copying CXX header __algorithm/copy.h
[11/1833] Copying CXX header __algorithm/copy_backward.h
[12/1833] Copying CXX header __algorithm/copy_n.h
[13/1833] Copying CXX header __algorithm/copy_if.h
[14/1833] Copying CXX header __algorithm/copy_move_common.h
[15/1833] Copying CXX header __algorithm/count_if.h
[16/1833] Copying CXX header __algorithm/equal_range.h
[17/1833] Copying CXX header __algorithm/count.h
[18/1833] Copying CXX header __algorithm/equal.h
[19/1833] Copying CXX header __algorithm/fill_n.h
[20/1833] Copying CXX header __algorithm/fill.h
[21/1833] Copying CXX header __algorithm/find_end.h
[22/1833] Copying CXX header __algorithm/find.h
[23/1833] Copying CXX header __algorithm/for_each.h
[24/1833] Copying CXX header __algorithm/for_each_n.h
[25/1833] Copying CXX header __algorithm/find_first_of.h
[26/1833] Copying CXX header __algorithm/find_if.h
[27/1833] Copying CXX header __algorithm/find_if_not.h
[28/1833] Copying CXX header __algorithm/find_segment_if.h
[29/1833] Copying CXX header __algorithm/for_each_segment.h
[30/1833] Copying CXX header __algorithm/generate.h
[31/1833] Copying CXX header __algorithm/generate_n.h
[32/1833] Copying CXX header __algorithm/half_positive.h
[33/1833] Copying CXX header __algorithm/for_each_n_segment.h
[34/1833] Copying CXX header __algorithm/in_found_result.h
[35/1833] Copying CXX header __algorithm/in_out_out_result.h
[36/1833] Copying CXX header __algorithm/in_in_result.h
[37/1833] Copying CXX header __algorithm/in_in_out_result.h
[38/1833] Copying CXX header __algorithm/in_fun_result.h
[39/1833] Copying CXX header __algorithm/in_out_result.h
[40/1833] Copying CXX header __algorithm/includes.h
[41/1833] Copying CXX header __algorithm/inplace_merge.h
[42/1833] Copying CXX header __algorithm/is_heap.h
[43/1833] Copying CXX header __algorithm/is_sorted.h
[44/1833] Copying CXX header __algorithm/is_heap_until.h
[45/1833] Copying CXX header __algorithm/is_partitioned.h
[46/1833] Copying CXX header __algorithm/is_permutation.h
[47/1833] Copying CXX header __algorithm/is_sorted_until.h
[48/1833] Copying CXX header __algorithm/iter_swap.h
[49/1833] Copying CXX header __algorithm/iterator_operations.h
[50/1833] Copying CXX header __algorithm/lexicographical_compare_three_way.h
[51/1833] Copying CXX header __algorithm/make_heap.h
[52/1833] Copying CXX header __algorithm/lexicographical_compare.h
[53/1833] Copying CXX header __algorithm/make_projected.h
[54/1833] Copying CXX header __algorithm/lower_bound.h
[55/1833] Copying CXX header __algorithm/merge.h
[56/1833] Copying CXX header __algorithm/min_element.h
[57/1833] Copying CXX header __algorithm/max_element.h
[58/1833] Copying CXX header __algorithm/max.h
[59/1833] Copying CXX header __algorithm/minmax.h
[60/1833] Copying CXX header __algorithm/min.h
[61/1833] Copying CXX header __algorithm/min_max_result.h
[62/1833] Copying CXX header __algorithm/mismatch.h
[63/1833] Copying CXX header __algorithm/move_backward.h
[64/1833] Copying CXX header __algorithm/minmax_element.h
[65/1833] Copying CXX header __algorithm/none_of.h
[66/1833] Copying CXX header __algorithm/move.h
[67/1833] Copying CXX header __algorithm/next_permutation.h
[68/1833] Copying CXX header __algorithm/nth_element.h
[69/1833] Copying CXX header __algorithm/partial_sort.h
[70/1833] Copying CXX header __algorithm/partial_sort_copy.h
[71/1833] Copying CXX header __algorithm/out_value_result.h
[72/1833] Copying CXX header __algorithm/partition.h
[73/1833] Copying CXX header __algorithm/partition_copy.h
[74/1833] Copying CXX header __algorithm/pstl.h
[75/1833] Copying CXX header __algorithm/partition_point.h
[76/1833] Copying CXX header __algorithm/push_heap.h
[77/1833] Copying CXX header __algorithm/pop_heap.h
[78/1833] Copying CXX header __algorithm/prev_permutation.h
[79/1833] Copying CXX header __algorithm/ranges_adjacent_find.h
[80/1833] Copying CXX header __algorithm/ranges_any_of.h
[81/1833] Copying CXX header __algorithm/radix_sort.h
[82/1833] Copying CXX header __algorithm/ranges_contains.h
[83/1833] Copying CXX header __algorithm/ranges_all_of.h
[84/1833] Copying CXX header __algorithm/ranges_contains_subrange.h
[85/1833] Copying CXX header __algorithm/ranges_clamp.h
[86/1833] Copying CXX header __algorithm/ranges_binary_search.h
[87/1833] Copying CXX header __algorithm/ranges_copy.h
[88/1833] Copying CXX header __algorithm/ranges_copy_backward.h
[89/1833] Copying CXX header __algorithm/ranges_equal.h
[90/1833] Copying CXX header __algorithm/ranges_copy_if.h
[91/1833] Copying CXX header __algorithm/ranges_copy_n.h
[92/1833] Copying CXX header __algorithm/ranges_count_if.h
[93/1833] Copying CXX header __algorithm/ranges_ends_with.h
[94/1833] Copying CXX header __algorithm/ranges_count.h
[95/1833] Copying CXX header __algorithm/ranges_fill.h
[96/1833] Copying CXX header __algorithm/ranges_find.h
[97/1833] Copying CXX header __algorithm/ranges_fill_n.h
[98/1833] Copying CXX header __algorithm/ranges_equal_range.h
[99/1833] Copying CXX header __algorithm/ranges_find_end.h
[100/1833] Copying CXX header __algorithm/ranges_find_first_of.h
[101/1833] Copying CXX header __algorithm/ranges_find_if.h
[102/1833] Copying CXX header __algorithm/ranges_find_if_not.h
[103/1833] Copying CXX header __algorithm/ranges_find_last.h
[104/1833] Copying CXX header __algorithm/ranges_fold.h
[105/1833] Copying CXX header __algorithm/ranges_generate_n.h
[106/1833] Copying CXX header __algorithm/ranges_for_each.h
[107/1833] Copying CXX header __algorithm/ranges_includes.h
[108/1833] Copying CXX header __algorithm/ranges_for_each_n.h
[109/1833] Copying CXX header __algorithm/ranges_generate.h
[110/1833] Copying CXX header __algorithm/ranges_is_partitioned.h
[111/1833] Copying CXX header __algorithm/ranges_inplace_merge.h
[112/1833] Copying CXX header __algorithm/ranges_is_heap_until.h
[113/1833] Copying CXX header __algorithm/ranges_is_heap.h
[114/1833] Copying CXX header __algorithm/ranges_is_sorted.h
[115/1833] Copying CXX header __algorithm/ranges_is_permutation.h
[116/1833] Copying CXX header __algorithm/ranges_iterator_concept.h
[117/1833] Copying CXX header __algorithm/ranges_is_sorted_until.h
[118/1833] Copying CXX header __algorithm/ranges_lower_bound.h
[119/1833] Copying CXX header __algorithm/ranges_make_heap.h
[120/1833] Copying CXX header __algorithm/ranges_lexicographical_compare.h
[121/1833] Copying CXX header __algorithm/ranges_max.h
[122/1833] Copying CXX header __algorithm/ranges_merge.h
[123/1833] Copying CXX header __algorithm/ranges_max_element.h
[124/1833] Copying CXX header __algorithm/ranges_min.h
[125/1833] Copying CXX header __algorithm/ranges_min_element.h
[126/1833] Copying CXX header __algorithm/ranges_minmax_element.h
[127/1833] Copying CXX header __algorithm/ranges_minmax.h
[128/1833] Copying CXX header __algorithm/ranges_mismatch.h
[129/1833] Copying CXX header __algorithm/ranges_move.h
[130/1833] Copying CXX header __algorithm/ranges_move_backward.h
[131/1833] Copying CXX header __algorithm/ranges_none_of.h
[132/1833] Copying CXX header __algorithm/ranges_next_permutation.h
[133/1833] Copying CXX header __algorithm/ranges_nth_element.h
[134/1833] Copying CXX header __algorithm/ranges_partial_sort.h
[135/1833] Copying CXX header __algorithm/ranges_partition.h
[136/1833] Copying CXX header __algorithm/ranges_partial_sort_copy.h
[137/1833] Copying CXX header __algorithm/ranges_partition_copy.h
[138/1833] Copying CXX header __algorithm/ranges_pop_heap.h
[139/1833] Copying CXX header __algorithm/ranges_prev_permutation.h
[140/1833] Copying CXX header __algorithm/ranges_partition_point.h
[141/1833] Copying CXX header __algorithm/ranges_push_heap.h
[142/1833] Copying CXX header __algorithm/ranges_remove.h
[143/1833] Copying CXX header __algorithm/ranges_remove_copy.h
[144/1833] Copying CXX header __algorithm/ranges_remove_copy_if.h
[145/1833] Copying CXX header __algorithm/ranges_replace.h
[146/1833] Copying CXX header __algorithm/ranges_remove_if.h
[147/1833] Copying CXX header __algorithm/ranges_replace_if.h
[148/1833] Copying CXX header __algorithm/ranges_replace_copy.h
[149/1833] Copying CXX header __algorithm/ranges_reverse_copy.h
[150/1833] Copying CXX header __algorithm/ranges_reverse.h
[151/1833] Copying CXX header __algorithm/ranges_replace_copy_if.h
[152/1833] Copying CXX header __algorithm/ranges_sample.h
[153/1833] Copying CXX header __algorithm/ranges_search_n.h
[154/1833] Copying CXX header __algorithm/ranges_rotate.h
[155/1833] Copying CXX header __algorithm/ranges_search.h
[156/1833] Copying CXX header __algorithm/ranges_rotate_copy.h
[157/1833] Copying CXX header __algorithm/ranges_set_difference.h
[158/1833] Copying CXX header __algorithm/ranges_set_intersection.h
[159/1833] Copying CXX header __algorithm/ranges_set_symmetric_difference.h
[160/1833] Copying CXX header __algorithm/ranges_shuffle.h
[161/1833] Copying CXX header __algorithm/ranges_set_union.h
[162/1833] Copying CXX header __algorithm/ranges_sort.h
[163/1833] Copying CXX header __algorithm/ranges_sort_heap.h
[164/1833] Copying CXX header __algorithm/ranges_swap_ranges.h
[165/1833] Copying CXX header __algorithm/ranges_stable_partition.h
[166/1833] Copying CXX header __algorithm/ranges_transform.h
[167/1833] Copying CXX header __algorithm/ranges_starts_with.h
[168/1833] Copying CXX header __algorithm/ranges_stable_sort.h
[169/1833] Copying CXX header __algorithm/ranges_unique.h
[170/1833] Copying CXX header __algorithm/ranges_upper_bound.h
[171/1833] Copying CXX header __algorithm/ranges_unique_copy.h
[172/1833] Copying CXX header __algorithm/remove.h
[173/1833] Copying CXX header __algorithm/remove_copy.h
[174/1833] Copying CXX header __algorithm/remove_copy_if.h
[175/1833] Copying CXX header __algorithm/replace.h
[176/1833] Copying CXX header __algorithm/remove_if.h
[177/1833] Copying CXX header __algorithm/replace_if.h
[178/1833] Copying CXX header __algorithm/replace_copy.h
[179/1833] Copying CXX header __algorithm/replace_copy_if.h
[180/1833] Copying CXX header __algorithm/reverse_copy.h
[181/1833] Copying CXX header __algorithm/reverse.h
[182/1833] Copying CXX header __algorithm/rotate.h
[183/1833] Copying CXX header __algorithm/rotate_copy.h
[184/1833] Copying CXX header __algorithm/search.h
[185/1833] Copying CXX header __algorithm/sample.h
[186/1833] Copying CXX header __algorithm/search_n.h
[187/1833] Copying CXX header __algorithm/set_symmetric_difference.h
[188/1833] Copying CXX header __algorithm/set_difference.h
[189/1833] Copying CXX header __algorithm/set_intersection.h
[190/1833] Copying CXX header __algorithm/set_union.h
[191/1833] Copying CXX header __algorithm/shift_left.h
[192/1833] Copying CXX header __algorithm/shift_right.h
[193/1833] Copying CXX header __algorithm/sift_down.h
[194/1833] Copying CXX header __algorithm/shuffle.h
[195/1833] Copying CXX header __algorithm/simd_utils.h
[196/1833] Copying CXX header __algorithm/sort.h
[197/1833] Copying CXX header __algorithm/stable_sort.h
[198/1833] Copying CXX header __algorithm/sort_heap.h
[199/1833] Copying CXX header __algorithm/specialized_algorithms.h
[200/1833] Copying CXX header __algorithm/stable_partition.h
[201/1833] Copying CXX header __algorithm/swap_ranges.h
[202/1833] Copying CXX header __algorithm/three_way_comp_ref_type.h
[203/1833] Copying CXX header __algorithm/transform.h
[204/1833] Copying CXX header __algorithm/unique.h
[205/1833] Copying CXX header __algorithm/uniform_random_bit_generator_adaptor.h
[206/1833] Copying CXX header __algorithm/unique_copy.h
[207/1833] Copying CXX header __algorithm/unwrap_iter.h
[208/1833] Copying CXX header __assert
[209/1833] Copying CXX header __algorithm/unwrap_range.h
[210/1833] Copying CXX header __atomic/aliases.h
[211/1833] Copying CXX header __atomic/atomic.h
[212/1833] Copying CXX header __algorithm/upper_bound.h
[213/1833] Copying CXX header __atomic/atomic_init.h
[214/1833] Copying CXX header __atomic/atomic_ref.h
[215/1833] Copying CXX header __atomic/atomic_flag.h
[216/1833] Copying CXX header __atomic/atomic_lock_free.h
[217/1833] Copying CXX header __atomic/atomic_sync.h
[218/1833] Copying CXX header __atomic/atomic_sync_timed.h
[219/1833] Copying CXX header __atomic/check_memory_order.h
[220/1833] Copying CXX header __atomic/atomic_waitable_traits.h
[221/1833] Copying CXX header __atomic/fence.h
[222/1833] Copying CXX header __atomic/contention_t.h
[223/1833] Copying CXX header __atomic/floating_point_helper.h
[224/1833] Copying CXX header __atomic/is_always_lock_free.h
[225/1833] Copying CXX header __atomic/memory_order.h
[226/1833] Copying CXX header __atomic/support.h
[227/1833] Copying CXX header __atomic/kill_dependency.h
[228/1833] Copying CXX header __atomic/support/gcc.h
[229/1833] Copying CXX header __atomic/support/c11.h
[230/1833] Copying CXX header __atomic/to_gcc_order.h
[231/1833] Copying CXX header __bit/bit_cast.h
[232/1833] Copying CXX header __bit/bit_ceil.h
[233/1833] Copying CXX header __bit/bit_log2.h
[234/1833] Copying CXX header __bit/byteswap.h
[235/1833] Copying CXX header __bit/blsr.h
[236/1833] Copying CXX header __bit/bit_floor.h
[237/1833] Copying CXX header __bit/bit_width.h
[238/1833] Copying CXX header __bit/countl.h
[239/1833] Copying CXX header __bit/has_single_bit.h
[240/1833] Copying CXX header __bit/endian.h
[241/1833] Copying CXX header __bit/popcount.h
[242/1833] Copying CXX header __bit/countr.h
[243/1833] Copying CXX header __bit/invert_if.h
[244/1833] Copying CXX header __bit_reference
[245/1833] Copying CXX header __bit/rotate.h
[246/1833] Copying CXX header __charconv/chars_format.h
[247/1833] Copying CXX header __charconv/from_chars_result.h
[248/1833] Copying CXX header __charconv/from_chars_integral.h
[249/1833] Copying CXX header __charconv/from_chars_floating_point.h
[250/1833] Copying CXX header __charconv/tables.h
[251/1833] Copying CXX header __charconv/to_chars.h
[252/1833] Copying CXX header __charconv/to_chars_base_10.h
[253/1833] Copying CXX header __charconv/to_chars_integral.h
[254/1833] Copying CXX header __charconv/to_chars_floating_point.h
[255/1833] Copying CXX header __charconv/to_chars_result.h
[256/1833] Copying CXX header __charconv/traits.h
[257/1833] Copying CXX header __chrono/calendar.h
[258/1833] Copying CXX header __chrono/convert_to_timespec.h
[259/1833] Copying CXX header __chrono/convert_to_tm.h
[260/1833] Copying CXX header __chrono/concepts.h
[261/1833] Copying CXX header __chrono/exception.h
[262/1833] Copying CXX header __chrono/day.h
[263/1833] Copying CXX header __chrono/duration.h
[264/1833] Copying CXX header __chrono/formatter.h
[265/1833] Copying CXX header __chrono/file_clock.h
[266/1833] Copying CXX header __chrono/gps_clock.h
[267/1833] Copying CXX header __chrono/hh_mm_ss.h
[268/1833] Copying CXX header __chrono/high_resolution_clock.h
[269/1833] Copying CXX header __chrono/literals.h
[270/1833] Copying CXX header __chrono/is_clock.h
[271/1833] Copying CXX header __chrono/leap_second.h
[272/1833] Copying CXX header __chrono/month.h
[273/1833] Copying CXX header __chrono/local_info.h
[274/1833] Copying CXX header __chrono/monthday.h
[275/1833] Copying CXX header __chrono/month_weekday.h
[276/1833] Copying CXX header __chrono/ostream.h
[277/1833] Copying CXX header __chrono/parser_std_format_spec.h
[278/1833] Copying CXX header __chrono/system_clock.h
[279/1833] Copying CXX header __chrono/statically_widen.h
[280/1833] Copying CXX header __chrono/steady_clock.h
[281/1833] Copying CXX header __chrono/sys_info.h
[282/1833] Copying CXX header __chrono/tai_clock.h
[283/1833] Copying CXX header __chrono/time_zone.h
[284/1833] Copying CXX header __chrono/time_point.h
[285/1833] Copying CXX header __chrono/time_zone_link.h
[286/1833] Copying CXX header __chrono/tzdb.h
[287/1833] Copying CXX header __chrono/tzdb_list.h
[288/1833] Copying CXX header __chrono/utc_clock.h
[289/1833] Copying CXX header __chrono/weekday.h
[290/1833] Copying CXX header __chrono/year_month_day.h
[291/1833] Copying CXX header __chrono/year_month_weekday.h
[292/1833] Copying CXX header __chrono/year.h
[293/1833] Copying CXX header __chrono/year_month.h
[294/1833] Copying CXX header __chrono/zoned_time.h
[295/1833] Copying CXX header __compare/common_comparison_category.h
[296/1833] Copying CXX header __compare/compare_strong_order_fallback.h
[297/1833] Copying CXX header __compare/compare_three_way.h
[298/1833] Copying CXX header __compare/compare_partial_order_fallback.h
[299/1833] Copying CXX header __compare/compare_three_way_result.h
[300/1833] Copying CXX header __compare/compare_weak_order_fallback.h
[301/1833] Copying CXX header __compare/ordering.h
[302/1833] Copying CXX header __compare/is_eq.h
[303/1833] Copying CXX header __compare/partial_order.h
[304/1833] Copying CXX header __compare/synth_three_way.h
[305/1833] Copying CXX header __compare/strong_order.h
[306/1833] Copying CXX header __compare/three_way_comparable.h
[307/1833] Copying CXX header __concepts/boolean_testable.h
[308/1833] Copying CXX header __compare/weak_order.h
[309/1833] Copying CXX header __concepts/arithmetic.h
[310/1833] Copying CXX header __concepts/common_reference_with.h
[311/1833] Copying CXX header __concepts/assignable.h
[312/1833] Copying CXX header __concepts/class_or_enum.h
[313/1833] Copying CXX header __concepts/comparison_common_type.h
[314/1833] Copying CXX header __concepts/constructible.h
[315/1833] Copying CXX header __concepts/copyable.h
[316/1833] Copying CXX header __concepts/common_with.h
[317/1833] Copying CXX header __concepts/convertible_to.h
[318/1833] Copying CXX header __concepts/derived_from.h
[319/1833] Copying CXX header __concepts/destructible.h
[320/1833] Copying CXX header __concepts/different_from.h
[321/1833] Copying CXX header __concepts/equality_comparable.h
[322/1833] Copying CXX header __concepts/movable.h
[323/1833] Copying CXX header __concepts/predicate.h
[324/1833] Copying CXX header __concepts/invocable.h
[325/1833] Copying CXX header __concepts/relation.h
[326/1833] Copying CXX header __concepts/regular.h
[327/1833] Copying CXX header __concepts/same_as.h
[328/1833] Copying CXX header __condition_variable/condition_variable.h
[329/1833] Copying CXX header __concepts/semiregular.h
[330/1833] Copying CXX header __concepts/totally_ordered.h
[331/1833] Copying CXX header __concepts/swappable.h
[332/1833] Copying CXX header __configuration/abi.h
[333/1833] Copying CXX header __configuration/availability.h
[334/1833] Copying CXX header __config
[335/1833] Copying CXX header __configuration/compiler.h
[336/1833] Copying CXX header __configuration/platform.h
[337/1833] Copying CXX header __configuration/experimental.h
[338/1833] Copying CXX header __configuration/hardening.h
[339/1833] Copying CXX header __coroutine/coroutine_handle.h
[340/1833] Copying CXX header __configuration/language.h
[341/1833] Copying CXX header __coroutine/coroutine_traits.h
[342/1833] Copying CXX header __cstddef/max_align_t.h
[343/1833] Copying CXX header __cstddef/ptrdiff_t.h
[344/1833] Copying CXX header __coroutine/noop_coroutine_handle.h
[345/1833] Copying CXX header __coroutine/trivial_awaitables.h
[346/1833] Copying CXX header __cstddef/nullptr_t.h
[347/1833] Copying CXX header __cstddef/byte.h
[348/1833] Copying CXX header __cstddef/size_t.h
[349/1833] Copying CXX header __cxx03/__algorithm/adjacent_find.h
[350/1833] Copying CXX header __cxx03/__algorithm/any_of.h
[351/1833] Copying CXX header __cxx03/__algorithm/comp.h
[352/1833] Copying CXX header __cxx03/__algorithm/all_of.h
[353/1833] Copying CXX header __cxx03/__algorithm/binary_search.h
[354/1833] Copying CXX header __cxx03/__algorithm/copy_backward.h
[355/1833] Copying CXX header __cxx03/__algorithm/comp_ref_type.h
[356/1833] Copying CXX header __cxx03/__algorithm/copy_if.h
[357/1833] Copying CXX header __cxx03/__algorithm/copy.h
[358/1833] Copying CXX header __cxx03/__algorithm/copy_move_common.h
[359/1833] Copying CXX header __cxx03/__algorithm/copy_n.h
[360/1833] Copying CXX header __cxx03/__algorithm/count.h
[361/1833] Copying CXX header __cxx03/__algorithm/equal_range.h
[362/1833] Copying CXX header __cxx03/__algorithm/count_if.h
[363/1833] Copying CXX header __cxx03/__algorithm/equal.h
[364/1833] Copying CXX header __cxx03/__algorithm/fill.h
[365/1833] Copying CXX header __cxx03/__algorithm/fill_n.h
[366/1833] Copying CXX header __cxx03/__algorithm/find.h
[367/1833] Copying CXX header __cxx03/__algorithm/find_if.h
[368/1833] Copying CXX header __cxx03/__algorithm/for_each.h
[369/1833] Copying CXX header __cxx03/__algorithm/find_end.h
[370/1833] Copying CXX header __cxx03/__algorithm/find_first_of.h
[371/1833] Copying CXX header __cxx03/__algorithm/find_segment_if.h
[372/1833] Copying CXX header __cxx03/__algorithm/find_if_not.h
[373/1833] Copying CXX header __cxx03/__algorithm/for_each_segment.h
[374/1833] Copying CXX header __cxx03/__algorithm/generate.h
[375/1833] Copying CXX header __cxx03/__algorithm/generate_n.h
[376/1833] Copying CXX header __cxx03/__algorithm/half_positive.h
[377/1833] Copying CXX header __cxx03/__algorithm/includes.h
[378/1833] Copying CXX header __cxx03/__algorithm/inplace_merge.h
[379/1833] Copying CXX header __cxx03/__algorithm/is_heap.h
[380/1833] Copying CXX header __cxx03/__algorithm/is_permutation.h
[381/1833] Copying CXX header __cxx03/__algorithm/is_sorted.h
[382/1833] Copying CXX header __cxx03/__algorithm/is_heap_until.h
[383/1833] Copying CXX header __cxx03/__algorithm/is_partitioned.h
[384/1833] Copying CXX header __cxx03/__algorithm/iter_swap.h
[385/1833] Copying CXX header __cxx03/__algorithm/is_sorted_until.h
[386/1833] Copying CXX header __cxx03/__algorithm/make_heap.h
[387/1833] Copying CXX header __cxx03/__algorithm/lower_bound.h
[388/1833] Copying CXX header __cxx03/__algorithm/iterator_operations.h
[389/1833] Copying CXX header __cxx03/__algorithm/lexicographical_compare.h
[390/1833] Copying CXX header __cxx03/__algorithm/make_projected.h
[391/1833] Copying CXX header __cxx03/__algorithm/max.h
[392/1833] Copying CXX header __cxx03/__algorithm/merge.h
[393/1833] Copying CXX header __cxx03/__algorithm/min.h
[394/1833] Copying CXX header __cxx03/__algorithm/max_element.h
[395/1833] Copying CXX header __cxx03/__algorithm/minmax.h
[396/1833] Copying CXX header __cxx03/__algorithm/move.h
[397/1833] Copying CXX header __cxx03/__algorithm/min_element.h
[398/1833] Copying CXX header __cxx03/__algorithm/minmax_element.h
[399/1833] Copying CXX header __cxx03/__algorithm/mismatch.h
[400/1833] Copying CXX header __cxx03/__algorithm/none_of.h
[401/1833] Copying CXX header __cxx03/__algorithm/move_backward.h
[402/1833] Copying CXX header __cxx03/__algorithm/partial_sort.h
[403/1833] Copying CXX header __cxx03/__algorithm/next_permutation.h
[404/1833] Copying CXX header __cxx03/__algorithm/nth_element.h
[405/1833] Copying CXX header __cxx03/__algorithm/partial_sort_copy.h
[406/1833] Copying CXX header __cxx03/__algorithm/partition.h
[407/1833] Copying CXX header __cxx03/__algorithm/partition_copy.h
[408/1833] Copying CXX header __cxx03/__algorithm/prev_permutation.h
[409/1833] Copying CXX header __cxx03/__algorithm/pop_heap.h
[410/1833] Copying CXX header __cxx03/__algorithm/remove.h
[411/1833] Copying CXX header __cxx03/__algorithm/partition_point.h
[412/1833] Copying CXX header __cxx03/__algorithm/push_heap.h
[413/1833] Copying CXX header __cxx03/__algorithm/replace_copy_if.h
[414/1833] Copying CXX header __cxx03/__algorithm/replace.h
[415/1833] Copying CXX header __cxx03/__algorithm/remove_copy.h
[416/1833] Copying CXX header __cxx03/__algorithm/remove_copy_if.h
[417/1833] Copying CXX header __cxx03/__algorithm/remove_if.h
[418/1833] Copying CXX header __cxx03/__algorithm/replace_copy.h
[419/1833] Copying CXX header __cxx03/__algorithm/reverse.h
[420/1833] Copying CXX header __cxx03/__algorithm/search.h
[421/1833] Copying CXX header __cxx03/__algorithm/replace_if.h
[422/1833] Copying CXX header __cxx03/__algorithm/rotate.h
[423/1833] Copying CXX header __cxx03/__algorithm/reverse_copy.h
[424/1833] Copying CXX header __cxx03/__algorithm/rotate_copy.h
[425/1833] Copying CXX header __cxx03/__algorithm/set_union.h
[426/1833] Copying CXX header __cxx03/__algorithm/set_intersection.h
[427/1833] Copying CXX header __cxx03/__algorithm/set_symmetric_difference.h
[428/1833] Copying CXX header __cxx03/__algorithm/search_n.h
[429/1833] Copying CXX header __cxx03/__algorithm/set_difference.h
[430/1833] Copying CXX header __cxx03/__algorithm/shuffle.h
[431/1833] Copying CXX header __cxx03/__algorithm/stable_partition.h
[432/1833] Copying CXX header __cxx03/__algorithm/sift_down.h
[433/1833] Copying CXX header __cxx03/__algorithm/sort.h
[434/1833] Copying CXX header __cxx03/__algorithm/simd_utils.h
[435/1833] Copying CXX header __cxx03/__algorithm/stable_sort.h
[436/1833] Copying CXX header __cxx03/__algorithm/sort_heap.h
[437/1833] Copying CXX header __cxx03/__algorithm/three_way_comp_ref_type.h
[438/1833] Copying CXX header __cxx03/__algorithm/unique.h
[439/1833] Copying CXX header __cxx03/__algorithm/swap_ranges.h
[440/1833] Copying CXX header __cxx03/__algorithm/transform.h
[441/1833] Copying CXX header __cxx03/__algorithm/uniform_random_bit_generator_adaptor.h
[442/1833] Copying CXX header __cxx03/__algorithm/unique_copy.h
[443/1833] Copying CXX header __cxx03/__assert
[444/1833] Copying CXX header __cxx03/__algorithm/unwrap_iter.h
[445/1833] Copying CXX header __cxx03/__atomic/aliases.h
[446/1833] Copying CXX header __cxx03/__algorithm/unwrap_range.h
[447/1833] Copying CXX header __cxx03/__algorithm/upper_bound.h
[448/1833] Copying CXX header __cxx03/__atomic/atomic.h
[449/1833] Copying CXX header __cxx03/__atomic/atomic_base.h
[450/1833] Copying CXX header __cxx03/__atomic/atomic_flag.h
[451/1833] Copying CXX header __cxx03/__atomic/atomic_init.h
[452/1833] Copying CXX header __cxx03/__atomic/atomic_lock_free.h
[453/1833] Copying CXX header __cxx03/__atomic/check_memory_order.h
[454/1833] Copying CXX header __cxx03/__atomic/atomic_sync.h
[455/1833] Copying CXX header __cxx03/__atomic/contention_t.h
[456/1833] Copying CXX header __cxx03/__atomic/cxx_atomic_impl.h
[457/1833] Copying CXX header __cxx03/__atomic/is_always_lock_free.h
[458/1833] Copying CXX header __cxx03/__atomic/memory_order.h
[459/1833] Copying CXX header __cxx03/__atomic/fence.h
[460/1833] Copying CXX header __cxx03/__atomic/kill_dependency.h
[461/1833] Copying CXX header __cxx03/__bit/blsr.h
[462/1833] Copying CXX header __cxx03/__atomic/to_gcc_order.h
[463/1833] Copying CXX header __cxx03/__bit/countl.h
[464/1833] Copying CXX header __cxx03/__bit/countr.h
[465/1833] Copying CXX header __cxx03/__bit/popcount.h
[466/1833] Copying CXX header __cxx03/__bit/invert_if.h
[467/1833] Copying CXX header __cxx03/__bit/rotate.h
[468/1833] Copying CXX header __cxx03/__chrono/convert_to_timespec.h
[469/1833] Copying CXX header __cxx03/__bit_reference
[470/1833] Copying CXX header __cxx03/__chrono/steady_clock.h
[471/1833] Copying CXX header __cxx03/__chrono/duration.h
[472/1833] Copying CXX header __cxx03/__chrono/high_resolution_clock.h
[473/1833] Copying CXX header __cxx03/__chrono/system_clock.h
[474/1833] Copying CXX header __cxx03/__condition_variable/condition_variable.h
[475/1833] Copying CXX header __cxx03/__chrono/time_point.h
[476/1833] Copying CXX header __cxx03/__config
[477/1833] Copying CXX header __cxx03/__configuration/abi.h
[478/1833] Copying CXX header __cxx03/__configuration/compiler.h
[479/1833] Copying CXX header __cxx03/__configuration/availability.h
[480/1833] Copying CXX header __cxx03/__configuration/language.h
[481/1833] Copying CXX header __cxx03/__debug_utils/sanitizers.h
[482/1833] Copying CXX header __cxx03/__configuration/config_site_shim.h
[483/1833] Copying CXX header __cxx03/__configuration/platform.h
[484/1833] Copying CXX header __cxx03/__debug_utils/randomize_range.h
[485/1833] Copying CXX header __cxx03/__exception/exception.h
[486/1833] Copying CXX header __cxx03/__debug_utils/strict_weak_ordering_check.h
[487/1833] Copying CXX header __cxx03/__exception/exception_ptr.h
[488/1833] Copying CXX header __cxx03/__exception/operations.h
[489/1833] Copying CXX header __cxx03/__exception/nested_exception.h
[490/1833] Copying CXX header __cxx03/__functional/binary_function.h
[491/1833] Copying CXX header __cxx03/__functional/binary_negate.h
[492/1833] Copying CXX header __cxx03/__exception/terminate.h
[493/1833] Copying CXX header __cxx03/__functional/bind.h
[494/1833] Copying CXX header __cxx03/__functional/binder2nd.h
[495/1833] Copying CXX header __cxx03/__functional/identity.h
[496/1833] Copying CXX header __cxx03/__functional/binder1st.h
[497/1833] Copying CXX header __cxx03/__functional/hash.h
[498/1833] Copying CXX header __cxx03/__functional/mem_fun_ref.h
[499/1833] Copying CXX header __cxx03/__functional/mem_fn.h
[500/1833] Copying CXX header __cxx03/__functional/pointer_to_binary_function.h
[501/1833] Copying CXX header __cxx03/__functional/operations.h
[502/1833] Copying CXX header __cxx03/__functional/pointer_to_unary_function.h
[503/1833] Copying CXX header __cxx03/__functional/reference_wrapper.h
[504/1833] Copying CXX header __cxx03/__functional/unary_function.h
[505/1833] Copying CXX header __cxx03/__fwd/complex.h
[506/1833] Copying CXX header __cxx03/__functional/unary_negate.h
[507/1833] Copying CXX header __cxx03/__functional/weak_result_type.h
[508/1833] Copying CXX header __cxx03/__fwd/deque.h
[509/1833] Copying CXX header __cxx03/__fwd/array.h
[510/1833] Copying CXX header __cxx03/__fwd/bit_reference.h
[511/1833] Copying CXX header __cxx03/__fwd/fstream.h
[512/1833] Copying CXX header __cxx03/__fwd/istream.h
[513/1833] Copying CXX header __cxx03/__fwd/ios.h
[514/1833] Copying CXX header __cxx03/__fwd/ostream.h
[515/1833] Copying CXX header __cxx03/__fwd/functional.h
[516/1833] Copying CXX header __cxx03/__fwd/memory.h
[517/1833] Copying CXX header __cxx03/__fwd/pair.h
[518/1833] Copying CXX header __cxx03/__fwd/sstream.h
[519/1833] Copying CXX header __cxx03/__fwd/streambuf.h
[520/1833] Copying CXX header __cxx03/__fwd/stack.h
[521/1833] Copying CXX header __cxx03/__fwd/queue.h
[522/1833] Copying CXX header __cxx03/__fwd/string.h
[523/1833] Copying CXX header __cxx03/__fwd/string_view.h
[524/1833] Copying CXX header __cxx03/__fwd/tuple.h
[525/1833] Copying CXX header __cxx03/__fwd/vector.h
[526/1833] Copying CXX header __cxx03/__hash_table
[527/1833] Copying CXX header __cxx03/__iterator/advance.h
[528/1833] Copying CXX header __cxx03/__ios/fpos.h
[529/1833] Copying CXX header __cxx03/__iterator/aliasing_iterator.h
[530/1833] Copying CXX header __cxx03/__iterator/access.h
[531/1833] Copying CXX header __cxx03/__iterator/bounded_iter.h
[532/1833] Copying CXX header __cxx03/__iterator/back_insert_iterator.h
[533/1833] Copying CXX header __cxx03/__iterator/erase_if_container.h
[534/1833] Copying CXX header __cxx03/__iterator/insert_iterator.h
[535/1833] Copying CXX header __cxx03/__iterator/distance.h
[536/1833] Copying CXX header __cxx03/__iterator/front_insert_iterator.h
[537/1833] Copying CXX header __cxx03/__iterator/istreambuf_iterator.h
[538/1833] Copying CXX header __cxx03/__iterator/istream_iterator.h
[539/1833] Copying CXX header __cxx03/__iterator/iterator_traits.h
[540/1833] Copying CXX header __cxx03/__iterator/move_iterator.h
[541/1833] Copying CXX header __cxx03/__iterator/ostream_iterator.h
[542/1833] Copying CXX header __cxx03/__iterator/iterator.h
[543/1833] Copying CXX header __cxx03/__iterator/next.h
[544/1833] Copying CXX header __cxx03/__iterator/prev.h
[545/1833] Copying CXX header __cxx03/__iterator/segmented_iterator.h
[546/1833] Copying CXX header __cxx03/__iterator/ostreambuf_iterator.h
[547/1833] Copying CXX header __cxx03/__iterator/reverse_iterator.h
[548/1833] Copying CXX header __cxx03/__locale
[549/1833] Copying CXX header __cxx03/__iterator/wrap_iter.h
[550/1833] Copying CXX header __cxx03/__locale_dir/locale_base_api/bsd_locale_defaults.h
[551/1833] Copying CXX header __cxx03/__locale_dir/locale_base_api/android.h
[552/1833] Copying CXX header __cxx03/__locale_dir/locale_base_api.h
[553/1833] Copying CXX header __cxx03/__locale_dir/locale_base_api/ibm.h
[554/1833] Copying CXX header __cxx03/__locale_dir/locale_base_api/locale_guard.h
[555/1833] Copying CXX header __cxx03/__locale_dir/locale_base_api/bsd_locale_fallbacks.h
[556/1833] Copying CXX header __cxx03/__locale_dir/locale_base_api/fuchsia.h
[557/1833] Copying CXX header __cxx03/__locale_dir/locale_base_api/musl.h
[558/1833] Copying CXX header __cxx03/__locale_dir/locale_base_api/newlib.h
[559/1833] Copying CXX header __cxx03/__locale_dir/locale_base_api/openbsd.h
[560/1833] Copying CXX header __cxx03/__math/error_functions.h
[561/1833] Copying CXX header __cxx03/__math/abs.h
[562/1833] Copying CXX header __cxx03/__locale_dir/locale_base_api/win32.h
[563/1833] Copying CXX header __cxx03/__math/copysign.h
[564/1833] Copying CXX header __cxx03/__math/exponential_functions.h
[565/1833] Copying CXX header __cxx03/__math/fdim.h
[566/1833] Copying CXX header __cxx03/__math/gamma.h
[567/1833] Copying CXX header __cxx03/__math/hypot.h
[568/1833] Copying CXX header __cxx03/__math/fma.h
[569/1833] Copying CXX header __cxx03/__math/inverse_hyperbolic_functions.h
[570/1833] Copying CXX header __cxx03/__math/hyperbolic_functions.h
[571/1833] Copying CXX header __cxx03/__math/inverse_trigonometric_functions.h
[572/1833] Copying CXX header __cxx03/__math/remainder.h
[573/1833] Copying CXX header __cxx03/__math/roots.h
[574/1833] Copying CXX header __cxx03/__math/logarithms.h
[575/1833] Copying CXX header __cxx03/__math/min_max.h
[576/1833] Copying CXX header __cxx03/__math/modulo.h
[577/1833] Copying CXX header __cxx03/__math/rounding_functions.h
[578/1833] Copying CXX header __cxx03/__math/traits.h
[579/1833] Copying CXX header __cxx03/__mbstate_t.h
[580/1833] Copying CXX header __cxx03/__math/trigonometric_functions.h
[581/1833] Copying CXX header __cxx03/__memory/addressof.h
[582/1833] Copying CXX header __cxx03/__memory/align.h
[583/1833] Copying CXX header __cxx03/__memory/aligned_alloc.h
[584/1833] Copying CXX header __cxx03/__memory/allocation_guard.h
[585/1833] Copying CXX header __cxx03/__memory/allocate_at_least.h
[586/1833] Copying CXX header __cxx03/__memory/allocator_arg_t.h
[587/1833] Copying CXX header __cxx03/__memory/allocator.h
[588/1833] Copying CXX header __cxx03/__memory/allocator_destructor.h
[589/1833] Copying CXX header __cxx03/__memory/assume_aligned.h
[590/1833] Copying CXX header __cxx03/__memory/allocator_traits.h
[591/1833] Copying CXX header __cxx03/__memory/builtin_new_allocator.h
[592/1833] Copying CXX header __cxx03/__memory/auto_ptr.h
[593/1833] Copying CXX header __cxx03/__memory/construct_at.h
[594/1833] Copying CXX header __cxx03/__memory/shared_ptr.h
[595/1833] Copying CXX header __cxx03/__memory/compressed_pair.h
[596/1833] Copying CXX header __cxx03/__memory/destruct_n.h
[597/1833] Copying CXX header __cxx03/__memory/raw_storage_iterator.h
[598/1833] Copying CXX header __cxx03/__memory/pointer_traits.h
[599/1833] Copying CXX header __cxx03/__memory/swap_allocator.h
[600/1833] Copying CXX header __cxx03/__memory/temp_value.h
[601/1833] Copying CXX header __cxx03/__memory/uninitialized_algorithms.h
[602/1833] Copying CXX header __cxx03/__mutex/lock_guard.h
[603/1833] Copying CXX header __cxx03/__memory/temporary_buffer.h
[604/1833] Copying CXX header __cxx03/__memory/unique_ptr.h
[605/1833] Copying CXX header __cxx03/__memory/uses_allocator.h
[606/1833] Copying CXX header __cxx03/__memory/voidify.h
[607/1833] Copying CXX header __cxx03/__mutex/mutex.h
[608/1833] Copying CXX header __cxx03/__mutex/unique_lock.h
[609/1833] Copying CXX header __cxx03/__numeric/inner_product.h
[610/1833] Copying CXX header __cxx03/__mutex/once_flag.h
[611/1833] Copying CXX header __cxx03/__mutex/tag_types.h
[612/1833] Copying CXX header __cxx03/__numeric/adjacent_difference.h
[613/1833] Copying CXX header __cxx03/__numeric/accumulate.h
[614/1833] Copying CXX header __cxx03/__numeric/iota.h
[615/1833] Copying CXX header __cxx03/__numeric/partial_sum.h
[616/1833] Copying CXX header __cxx03/__random/bernoulli_distribution.h
[617/1833] Copying CXX header __cxx03/__random/cauchy_distribution.h
[618/1833] Copying CXX header __cxx03/__random/binomial_distribution.h
[619/1833] Copying CXX header __cxx03/__ostream/basic_ostream.h
[620/1833] Copying CXX header __cxx03/__random/default_random_engine.h
[621/1833] Copying CXX header __cxx03/__random/discrete_distribution.h
[622/1833] Copying CXX header __cxx03/__random/chi_squared_distribution.h
[623/1833] Copying CXX header __cxx03/__random/clamp_to_integral.h
[624/1833] Copying CXX header __cxx03/__random/extreme_value_distribution.h
[625/1833] Copying CXX header __cxx03/__random/discard_block_engine.h
[626/1833] Copying CXX header __cxx03/__random/exponential_distribution.h
[627/1833] Copying CXX header __cxx03/__random/fisher_f_distribution.h
[628/1833] Copying CXX header __cxx03/__random/gamma_distribution.h
[629/1833] Copying CXX header __cxx03/__random/geometric_distribution.h
[630/1833] Copying CXX header __cxx03/__random/generate_canonical.h
[631/1833] Copying CXX header __cxx03/__random/knuth_b.h
[632/1833] Copying CXX header __cxx03/__random/independent_bits_engine.h
[633/1833] Copying CXX header __cxx03/__random/is_seed_sequence.h
[634/1833] Copying CXX header __cxx03/__random/linear_congruential_engine.h
[635/1833] Copying CXX header __cxx03/__random/is_valid.h
[636/1833] Copying CXX header __cxx03/__random/lognormal_distribution.h
[637/1833] Copying CXX header __cxx03/__random/negative_binomial_distribution.h
[638/1833] Copying CXX header __cxx03/__random/log2.h
[639/1833] Copying CXX header __cxx03/__random/mersenne_twister_engine.h
[640/1833] Copying CXX header __cxx03/__random/piecewise_constant_distribution.h
[641/1833] Copying CXX header __cxx03/__random/normal_distribution.h
[642/1833] Copying CXX header __cxx03/__random/piecewise_linear_distribution.h
[643/1833] Copying CXX header __cxx03/__random/poisson_distribution.h
[644/1833] Copying CXX header __cxx03/__random/random_device.h
[645/1833] Copying CXX header __cxx03/__random/ranlux.h
[646/1833] Copying CXX header __cxx03/__random/shuffle_order_engine.h
[647/1833] Copying CXX header __cxx03/__random/uniform_int_distribution.h
[648/1833] Copying CXX header __cxx03/__random/seed_seq.h
[649/1833] Copying CXX header __cxx03/__random/student_t_distribution.h
[650/1833] Copying CXX header __cxx03/__random/subtract_with_carry_engine.h
[651/1833] Copying CXX header __cxx03/__random/weibull_distribution.h
[652/1833] Copying CXX header __cxx03/__random/uniform_real_distribution.h
[653/1833] Copying CXX header __cxx03/__split_buffer
[654/1833] Copying CXX header __cxx03/__string/char_traits.h
[655/1833] Copying CXX header __cxx03/__string/constexpr_c_functions.h
[656/1833] Copying CXX header __cxx03/__std_mbstate_t.h
[657/1833] Copying CXX header __cxx03/__std_clang_module
[658/1833] Copying CXX header __cxx03/__support/ibm/locale_mgmt_zos.h
[659/1833] Copying CXX header __cxx03/__string/extern_template_lists.h
[660/1833] Copying CXX header __cxx03/__support/ibm/gettod_zos.h
[661/1833] Copying CXX header __cxx03/__support/ibm/nanosleep.h
[662/1833] Copying CXX header __cxx03/__support/xlocale/__posix_l_fallback.h
[663/1833] Copying CXX header __cxx03/__system_error/error_category.h
[664/1833] Copying CXX header __cxx03/__support/xlocale/__nop_locale_mgmt.h
[665/1833] Copying CXX header __cxx03/__support/xlocale/__strtonum_fallback.h
[666/1833] Copying CXX header __cxx03/__system_error/errc.h
[667/1833] Copying CXX header __cxx03/__system_error/error_code.h
[668/1833] Copying CXX header __cxx03/__system_error/system_error.h
[669/1833] Copying CXX header __cxx03/__system_error/error_condition.h
[670/1833] Copying CXX header __cxx03/__thread/id.h
[671/1833] Copying CXX header __cxx03/__thread/poll_with_backoff.h
[672/1833] Copying CXX header __cxx03/__thread/support/windows.h
[673/1833] Copying CXX header __cxx03/__thread/support/c11.h
[674/1833] Copying CXX header __cxx03/__thread/support.h
[675/1833] Copying CXX header __cxx03/__thread/support/external.h
[676/1833] Copying CXX header __cxx03/__thread/this_thread.h
[677/1833] Copying CXX header __cxx03/__thread/support/pthread.h
[678/1833] Copying CXX header __cxx03/__thread/thread.h
[679/1833] Copying CXX header __cxx03/__thread/timed_backoff_policy.h
[680/1833] Copying CXX header __cxx03/__tuple/find_index.h
[681/1833] Copying CXX header __cxx03/__tree
[682/1833] Copying CXX header __cxx03/__tuple/make_tuple_types.h
[683/1833] Copying CXX header __cxx03/__tuple/tuple_indices.h
[684/1833] Copying CXX header __cxx03/__tuple/sfinae_helpers.h
[685/1833] Copying CXX header __cxx03/__tuple/tuple_like.h
[686/1833] Copying CXX header __cxx03/__tuple/tuple_element.h
[687/1833] Copying CXX header __cxx03/__tuple/tuple_like_ext.h
[688/1833] Copying CXX header __cxx03/__tuple/tuple_like_no_subrange.h
[689/1833] Copying CXX header __cxx03/__type_traits/add_cv.h
[690/1833] Copying CXX header __cxx03/__tuple/tuple_size.h
[691/1833] Copying CXX header __cxx03/__type_traits/add_const.h
[692/1833] Copying CXX header __cxx03/__tuple/tuple_types.h
[693/1833] Copying CXX header __cxx03/__type_traits/add_lvalue_reference.h
[694/1833] Copying CXX header __cxx03/__type_traits/add_pointer.h
[695/1833] Copying CXX header __cxx03/__type_traits/add_rvalue_reference.h
[696/1833] Copying CXX header __cxx03/__type_traits/aligned_storage.h
[697/1833] Copying CXX header __cxx03/__type_traits/add_volatile.h
[698/1833] Copying CXX header __cxx03/__type_traits/aligned_union.h
[699/1833] Copying CXX header __cxx03/__type_traits/can_extract_key.h
[700/1833] Copying CXX header __cxx03/__type_traits/alignment_of.h
[701/1833] Copying CXX header __cxx03/__type_traits/common_type.h
[702/1833] Copying CXX header __cxx03/__type_traits/conditional.h
[703/1833] Copying CXX header __cxx03/__type_traits/conjunction.h
[704/1833] Copying CXX header __cxx03/__type_traits/copy_cv.h
[705/1833] Copying CXX header __cxx03/__type_traits/datasizeof.h
[706/1833] Copying CXX header __cxx03/__type_traits/copy_cvref.h
[707/1833] Copying CXX header __cxx03/__type_traits/decay.h
[708/1833] Copying CXX header __cxx03/__type_traits/desugars_to.h
[709/1833] Copying CXX header __cxx03/__type_traits/dependent_type.h
[710/1833] Copying CXX header __cxx03/__type_traits/extent.h
[711/1833] Copying CXX header __cxx03/__type_traits/disjunction.h
[712/1833] Copying CXX header __cxx03/__type_traits/enable_if.h
[713/1833] Copying CXX header __cxx03/__type_traits/has_virtual_destructor.h
[714/1833] Copying CXX header __cxx03/__type_traits/integral_constant.h
[715/1833] Copying CXX header __cxx03/__type_traits/is_abstract.h
[716/1833] Copying CXX header __cxx03/__type_traits/invoke.h
[717/1833] Copying CXX header __cxx03/__type_traits/is_allocator.h
[718/1833] Copying CXX header __cxx03/__type_traits/is_arithmetic.h
[719/1833] Copying CXX header __cxx03/__type_traits/is_always_bitcastable.h
[720/1833] Copying CXX header __cxx03/__type_traits/is_assignable.h
[721/1833] Copying CXX header __cxx03/__type_traits/is_array.h
[722/1833] Copying CXX header __cxx03/__type_traits/is_base_of.h
[723/1833] Copying CXX header __cxx03/__type_traits/is_bounded_array.h
[724/1833] Copying CXX header __cxx03/__type_traits/is_callable.h
[725/1833] Copying CXX header __cxx03/__type_traits/is_class.h
[726/1833] Copying CXX header __cxx03/__type_traits/is_char_like_type.h
[727/1833] Copying CXX header __cxx03/__type_traits/is_constant_evaluated.h
[728/1833] Copying CXX header __cxx03/__type_traits/is_const.h
[729/1833] Copying CXX header __cxx03/__type_traits/is_compound.h
[730/1833] Copying CXX header __cxx03/__type_traits/is_constructible.h
[731/1833] Copying CXX header __cxx03/__type_traits/is_convertible.h
[732/1833] Copying CXX header __cxx03/__type_traits/is_core_convertible.h
[733/1833] Copying CXX header __cxx03/__type_traits/is_empty.h
[734/1833] Copying CXX header __cxx03/__type_traits/is_destructible.h
[735/1833] Copying CXX header __cxx03/__type_traits/is_execution_policy.h
[736/1833] Copying CXX header __cxx03/__type_traits/is_enum.h
[737/1833] Copying CXX header __cxx03/__type_traits/is_equality_comparable.h
[738/1833] Copying CXX header __cxx03/__type_traits/is_floating_point.h
[739/1833] Copying CXX header __cxx03/__type_traits/is_function.h
[740/1833] Copying CXX header __cxx03/__type_traits/is_fundamental.h
[741/1833] Copying CXX header __cxx03/__type_traits/is_final.h
[742/1833] Copying CXX header __cxx03/__type_traits/is_implicitly_default_constructible.h
[743/1833] Copying CXX header __cxx03/__type_traits/is_integral.h
[744/1833] Copying CXX header __cxx03/__type_traits/is_literal_type.h
[745/1833] Copying CXX header __cxx03/__type_traits/is_nothrow_assignable.h
[746/1833] Copying CXX header __cxx03/__type_traits/is_member_pointer.h
[747/1833] Copying CXX header __cxx03/__type_traits/is_object.h
[748/1833] Copying CXX header __cxx03/__type_traits/is_nothrow_constructible.h
[749/1833] Copying CXX header __cxx03/__type_traits/is_nothrow_destructible.h
[750/1833] Copying CXX header __cxx03/__type_traits/is_null_pointer.h
[751/1833] Copying CXX header __cxx03/__type_traits/is_pod.h
[752/1833] Copying CXX header __cxx03/__type_traits/is_primary_template.h
[753/1833] Copying CXX header __cxx03/__type_traits/is_polymorphic.h
[754/1833] Copying CXX header __cxx03/__type_traits/is_pointer.h
[755/1833] Copying CXX header __cxx03/__type_traits/is_reference.h
[756/1833] Copying CXX header __cxx03/__type_traits/is_reference_wrapper.h
[757/1833] Copying CXX header __cxx03/__type_traits/is_referenceable.h
[758/1833] Copying CXX header __cxx03/__type_traits/is_scalar.h
[759/1833] Copying CXX header __cxx03/__type_traits/is_signed_integer.h
[760/1833] Copying CXX header __cxx03/__type_traits/is_same.h
[761/1833] Copying CXX header __cxx03/__type_traits/is_signed.h
[762/1833] Copying CXX header __cxx03/__type_traits/is_specialization.h
[763/1833] Copying CXX header __cxx03/__type_traits/is_standard_layout.h
[764/1833] Copying CXX header __cxx03/__type_traits/is_trivial.h
[765/1833] Copying CXX header __cxx03/__type_traits/is_swappable.h
[766/1833] Copying CXX header __cxx03/__type_traits/is_trivially_constructible.h
[767/1833] Copying CXX header __cxx03/__type_traits/is_trivially_assignable.h
[768/1833] Copying CXX header __cxx03/__type_traits/is_trivially_destructible.h
[769/1833] Copying CXX header __cxx03/__type_traits/is_trivially_copyable.h
[770/1833] Copying CXX header __cxx03/__type_traits/is_trivially_relocatable.h
[771/1833] Copying CXX header __cxx03/__type_traits/is_trivially_lexicographically_comparable.h
[772/1833] Copying CXX header __cxx03/__type_traits/is_union.h
[773/1833] Copying CXX header __cxx03/__type_traits/is_unsigned_integer.h
[774/1833] Copying CXX header __cxx03/__type_traits/is_unbounded_array.h
[775/1833] Copying CXX header __cxx03/__type_traits/is_unsigned.h
[776/1833] Copying CXX header __cxx03/__type_traits/is_valid_expansion.h
[777/1833] Copying CXX header __cxx03/__type_traits/is_void.h
[778/1833] Copying CXX header __cxx03/__type_traits/lazy.h
[779/1833] Copying CXX header __cxx03/__type_traits/make_const_lvalue_ref.h
[780/1833] Copying CXX header __cxx03/__type_traits/is_volatile.h
[781/1833] Copying CXX header __cxx03/__type_traits/make_32_64_or_128_bit.h
[782/1833] Copying CXX header __cxx03/__type_traits/make_signed.h
[783/1833] Copying CXX header __cxx03/__type_traits/make_unsigned.h
[784/1833] Copying CXX header __cxx03/__type_traits/maybe_const.h
[785/1833] Copying CXX header __cxx03/__type_traits/nat.h
[786/1833] Copying CXX header __cxx03/__type_traits/negation.h
[787/1833] Copying CXX header __cxx03/__type_traits/promote.h
[788/1833] Copying CXX header __cxx03/__type_traits/noexcept_move_assign_container.h
[789/1833] Copying CXX header __cxx03/__type_traits/remove_const.h
[790/1833] Copying CXX header __cxx03/__type_traits/rank.h
[791/1833] Copying CXX header __cxx03/__type_traits/remove_all_extents.h
[792/1833] Copying CXX header __cxx03/__type_traits/remove_cv.h
[793/1833] Copying CXX header __cxx03/__type_traits/remove_const_ref.h
[794/1833] Copying CXX header __cxx03/__type_traits/remove_cvref.h
[795/1833] Copying CXX header __cxx03/__type_traits/remove_extent.h
[796/1833] Copying CXX header __cxx03/__type_traits/remove_volatile.h
[797/1833] Copying CXX header __cxx03/__type_traits/result_of.h
[798/1833] Copying CXX header __cxx03/__type_traits/remove_pointer.h
[799/1833] Copying CXX header __cxx03/__type_traits/remove_reference.h
[800/1833] Copying CXX header __cxx03/__type_traits/strip_signature.h
[801/1833] Copying CXX header __cxx03/__type_traits/type_list.h
[802/1833] Copying CXX header __cxx03/__type_traits/type_identity.h
[803/1833] Copying CXX header __cxx03/__undef_macros
[804/1833] Copying CXX header __cxx03/__utility/as_lvalue.h
[805/1833] Copying CXX header __cxx03/__type_traits/underlying_type.h
[806/1833] Copying CXX header __cxx03/__type_traits/unwrap_ref.h
[807/1833] Copying CXX header __cxx03/__type_traits/void_t.h
[808/1833] Copying CXX header __cxx03/__utility/auto_cast.h
[809/1833] Copying CXX header __cxx03/__utility/exception_guard.h
[810/1833] Copying CXX header __cxx03/__utility/forward.h
[811/1833] Copying CXX header __cxx03/__utility/convert_to_integral.h
[812/1833] Copying CXX header __cxx03/__utility/declval.h
[813/1833] Copying CXX header __cxx03/__utility/empty.h
[814/1833] Copying CXX header __cxx03/__utility/integer_sequence.h
[815/1833] Copying CXX header __cxx03/__utility/is_valid_range.h
[816/1833] Copying CXX header __cxx03/__utility/move.h
[817/1833] Copying CXX header __cxx03/__utility/is_pointer_in_range.h
[818/1833] Copying CXX header __cxx03/__utility/pair.h
[819/1833] Copying CXX header __cxx03/__utility/no_destroy.h
[820/1833] Copying CXX header __cxx03/__utility/piecewise_construct.h
[821/1833] Copying CXX header __cxx03/__utility/priority_tag.h
[822/1833] Copying CXX header __cxx03/__utility/private_constructor_tag.h
[823/1833] Copying CXX header __cxx03/__utility/small_buffer.h
[824/1833] Copying CXX header __cxx03/__utility/unreachable.h
[825/1833] Copying CXX header __cxx03/__utility/rel_ops.h
[826/1833] Copying CXX header __cxx03/__utility/swap.h
[827/1833] Copying CXX header __cxx03/__variant/monostate.h
[828/1833] Copying CXX header __cxx03/__verbose_abort
[829/1833] Copying CXX header __cxx03/__verbose_trap
[830/1833] Copying CXX header __cxx03/algorithm
[831/1833] Copying CXX header __cxx03/cassert
[832/1833] Copying CXX header __cxx03/array
[833/1833] Copying CXX header __cxx03/atomic
[834/1833] Copying CXX header __cxx03/bitset
[835/1833] Copying CXX header __cxx03/ccomplex
[836/1833] Copying CXX header __cxx03/cerrno
[837/1833] Copying CXX header __cxx03/cctype
[838/1833] Copying CXX header __cxx03/chrono
[839/1833] Copying CXX header __cxx03/cfenv
[840/1833] Copying CXX header __cxx03/cfloat
[841/1833] Copying CXX header __cxx03/cinttypes
[842/1833] Copying CXX header __cxx03/ciso646
[843/1833] Copying CXX header __cxx03/cmath
[844/1833] Copying CXX header __cxx03/codecvt
[845/1833] Copying CXX header __cxx03/clocale
[846/1833] Copying CXX header __cxx03/climits
[847/1833] Copying CXX header __cxx03/condition_variable
[848/1833] Copying CXX header __cxx03/csetjmp
[849/1833] Copying CXX header __cxx03/complex
[850/1833] Copying CXX header __cxx03/cstdbool
[851/1833] Copying CXX header __cxx03/cstdint
[852/1833] Copying CXX header __cxx03/csignal
[853/1833] Copying CXX header __cxx03/cstdarg
[854/1833] Copying CXX header __cxx03/cstddef
[855/1833] Copying CXX header __cxx03/cstdio
[856/1833] Copying CXX header __cxx03/ctime
[857/1833] Copying CXX header __cxx03/cstdlib
[858/1833] Copying CXX header __cxx03/cstring
[859/1833] Copying CXX header __cxx03/ctgmath
[860/1833] Copying CXX header __cxx03/cuchar
[861/1833] Copying CXX header __cxx03/cwchar
[862/1833] Copying CXX header __cxx03/cwctype
[863/1833] Copying CXX header __cxx03/experimental/utility
[864/1833] Copying CXX header __cxx03/experimental/__config
[865/1833] Copying CXX header __cxx03/ext/hash_map
[866/1833] Copying CXX header __cxx03/exception
[867/1833] Copying CXX header __cxx03/deque
[868/1833] Copying CXX header __cxx03/ext/__hash
[869/1833] Copying CXX header __cxx03/ext/hash_set
[870/1833] Copying CXX header __cxx03/functional
[871/1833] Copying CXX header __cxx03/forward_list
[872/1833] Copying CXX header __cxx03/fstream
[873/1833] Copying CXX header __cxx03/future
[874/1833] Copying CXX header __cxx03/iomanip
[875/1833] Copying CXX header __cxx03/ios
[876/1833] Copying CXX header __cxx03/iostream
[877/1833] Copying CXX header __cxx03/iosfwd
[878/1833] Copying CXX header __cxx03/istream
[879/1833] Copying CXX header __cxx03/iterator
[880/1833] Copying CXX header __cxx03/list
[881/1833] Copying CXX header __cxx03/limits
[882/1833] Copying CXX header __cxx03/locale
[883/1833] Copying CXX header __cxx03/map
[884/1833] Copying CXX header __cxx03/locale.h
[885/1833] Copying CXX header __cxx03/module.modulemap
[886/1833] Copying CXX header __cxx03/math.h
[887/1833] Copying CXX header __cxx03/memory
[888/1833] Copying CXX header __cxx03/numeric
[889/1833] Copying CXX header __cxx03/ostream
[890/1833] Copying CXX header __cxx03/mutex
[891/1833] Copying CXX header __cxx03/new
[892/1833] Copying CXX header __cxx03/regex
[893/1833] Copying CXX header __cxx03/ratio
[894/1833] Copying CXX header __cxx03/queue
[895/1833] Copying CXX header __cxx03/random
[896/1833] Copying CXX header __cxx03/stack
[897/1833] Copying CXX header __cxx03/set
[898/1833] Copying CXX header __cxx03/sstream
[899/1833] Copying CXX header __cxx03/stdatomic.h
[900/1833] Copying CXX header __cxx03/stdexcept
[901/1833] Copying CXX header __cxx03/stdint.h
[902/1833] Copying CXX header __cxx03/string.h
[903/1833] Copying CXX header __cxx03/string
[904/1833] Copying CXX header __cxx03/stdlib.h
[905/1833] Copying CXX header __cxx03/streambuf
[906/1833] Copying CXX header __cxx03/string_view
[907/1833] Copying CXX header __cxx03/strstream
[908/1833] Copying CXX header __cxx03/type_traits
[909/1833] Copying CXX header __cxx03/typeindex
[910/1833] Copying CXX header __cxx03/system_error
[911/1833] Copying CXX header __cxx03/thread
[912/1833] Copying CXX header __cxx03/typeinfo
[913/1833] Copying CXX header __cxx03/uchar.h
[914/1833] Copying CXX header __cxx03/utility
[915/1833] Copying CXX header __cxx03/unordered_map
[916/1833] Copying CXX header __cxx03/unordered_set
[917/1833] Copying CXX header __cxx03/valarray
[918/1833] Copying CXX header __cxx03/version
[919/1833] Copying CXX header __cxx03/vector
[920/1833] Copying CXX header __cxx03/wchar.h
[921/1833] Copying CXX header __debug_utils/randomize_range.h
[922/1833] Copying CXX header __debug_utils/sanitizers.h
[923/1833] Copying CXX header __debug_utils/strict_weak_ordering_check.h
[924/1833] Copying CXX header __exception/exception.h
[925/1833] Copying CXX header __exception/exception_ptr.h
[926/1833] Copying CXX header __exception/nested_exception.h
[927/1833] Copying CXX header __exception/terminate.h
[928/1833] Copying CXX header __exception/operations.h
[929/1833] Copying CXX header __expected/unexpected.h
[930/1833] Copying CXX header __expected/unexpect.h
[931/1833] Copying CXX header __expected/bad_expected_access.h
[932/1833] Copying CXX header __filesystem/copy_options.h
[933/1833] Copying CXX header __expected/expected.h
[934/1833] Copying CXX header __filesystem/directory_entry.h
[935/1833] Copying CXX header __filesystem/file_status.h
[936/1833] Copying CXX header __filesystem/file_time_type.h
[937/1833] Copying CXX header __filesystem/directory_options.h
[938/1833] Copying CXX header __filesystem/directory_iterator.h
[939/1833] Copying CXX header __filesystem/filesystem_error.h
[940/1833] Copying CXX header __filesystem/file_type.h
[941/1833] Copying CXX header __filesystem/path_iterator.h
[942/1833] Copying CXX header __filesystem/perm_options.h
[943/1833] Copying CXX header __filesystem/operations.h
[944/1833] Copying CXX header __filesystem/path.h
[945/1833] Copying CXX header __filesystem/u8path.h
[946/1833] Copying CXX header __filesystem/space_info.h
[947/1833] Copying CXX header __filesystem/recursive_directory_iterator.h
[948/1833] Copying CXX header __filesystem/perms.h
[949/1833] Copying CXX header __flat_map/flat_map.h
[950/1833] Copying CXX header __flat_map/flat_multimap.h
[951/1833] Copying CXX header __flat_map/key_value_iterator.h
[952/1833] Copying CXX header __flat_map/sorted_unique.h
[953/1833] Copying CXX header __flat_set/flat_set.h
[954/1833] Copying CXX header __flat_map/sorted_equivalent.h
[955/1833] Copying CXX header __flat_map/utils.h
[956/1833] Copying CXX header __flat_set/flat_multiset.h
[957/1833] Copying CXX header __flat_set/ra_iterator.h
[958/1833] Copying CXX header __format/buffer.h
[959/1833] Copying CXX header __flat_set/utils.h
[960/1833] Copying CXX header __format/concepts.h
[961/1833] Copying CXX header __format/container_adaptor.h
[962/1833] Copying CXX header __format/enable_insertable.h
[963/1833] Copying CXX header __format/escaped_output_table.h
[964/1833] Copying CXX header __format/format_arg_store.h
[965/1833] Copying CXX header __format/format_arg.h
[966/1833] Copying CXX header __format/extended_grapheme_cluster_table.h
[967/1833] Copying CXX header __format/fmt_pair_like.h
[968/1833] Copying CXX header __format/format_args.h
[969/1833] Copying CXX header __format/format_context.h
[970/1833] Copying CXX header __format/format_functions.h
[971/1833] Copying CXX header __format/format_error.h
[972/1833] Copying CXX header __format/format_string.h
[973/1833] Copying CXX header __format/format_parse_context.h
[974/1833] Copying CXX header __format/formatter_bool.h
[975/1833] Copying CXX header __format/format_to_n_result.h
[976/1833] Copying CXX header __format/formatter.h
[977/1833] Copying CXX header __format/formatter_char.h
[978/1833] Copying CXX header __format/formatter_integer.h
[979/1833] Copying CXX header __format/formatter_floating_point.h
[980/1833] Copying CXX header __format/formatter_pointer.h
[981/1833] Copying CXX header __format/formatter_output.h
[982/1833] Copying CXX header __format/formatter_integral.h
[983/1833] Copying CXX header __format/parser_std_format_spec.h
[984/1833] Copying CXX header __format/formatter_string.h
[985/1833] Copying CXX header __format/formatter_tuple.h
[986/1833] Copying CXX header __format/range_default_formatter.h
[987/1833] Copying CXX header __format/indic_conjunct_break_table.h
[988/1833] Copying CXX header __format/range_format.h
[989/1833] Copying CXX header __format/unicode.h
[990/1833] Copying CXX header __format/range_formatter.h
[991/1833] Copying CXX header __functional/binary_function.h
[992/1833] Copying CXX header __format/width_estimation_table.h
[993/1833] Copying CXX header __format/write_escaped.h
[994/1833] Copying CXX header __functional/binary_negate.h
[995/1833] Copying CXX header __functional/bind.h
[996/1833] Copying CXX header __functional/bind_back.h
[997/1833] Copying CXX header __functional/bind_front.h
[998/1833] Copying CXX header __functional/binder1st.h
[999/1833] Copying CXX header __functional/binder2nd.h
[1000/1833] Copying CXX header __functional/boyer_moore_searcher.h
[1001/1833] Copying CXX header __functional/compose.h
[1002/1833] Copying CXX header __functional/function.h
[1003/1833] Copying CXX header __functional/default_searcher.h
[1004/1833] Copying CXX header __functional/hash.h
[1005/1833] Copying CXX header __functional/invoke.h
[1006/1833] Copying CXX header __functional/identity.h
[1007/1833] Copying CXX header __functional/is_transparent.h
[1008/1833] Copying CXX header __functional/mem_fn.h
[1009/1833] Copying CXX header __functional/operations.h
[1010/1833] Copying CXX header __functional/mem_fun_ref.h
[1011/1833] Copying CXX header __functional/not_fn.h
[1012/1833] Copying CXX header __functional/pointer_to_binary_function.h
[1013/1833] Copying CXX header __functional/ranges_operations.h
[1014/1833] Copying CXX header __functional/perfect_forward.h
[1015/1833] Copying CXX header __functional/pointer_to_unary_function.h
[1016/1833] Copying CXX header __functional/reference_wrapper.h
[1017/1833] Copying CXX header __functional/unary_negate.h
[1018/1833] Copying CXX header __functional/unary_function.h
[1019/1833] Copying CXX header __fwd/byte.h
[1020/1833] Copying CXX header __functional/weak_result_type.h
[1021/1833] Copying CXX header __fwd/array.h
[1022/1833] Copying CXX header __fwd/bit_reference.h
[1023/1833] Copying CXX header __fwd/complex.h
[1024/1833] Copying CXX header __fwd/deque.h
[1025/1833] Copying CXX header __fwd/format.h
[1026/1833] Copying CXX header __fwd/get.h
[1027/1833] Copying CXX header __fwd/fstream.h
[1028/1833] Copying CXX header __fwd/functional.h
[1029/1833] Copying CXX header __fwd/ios.h
[1030/1833] Copying CXX header __fwd/istream.h
[1031/1833] Copying CXX header __fwd/mdspan.h
[1032/1833] Copying CXX header __fwd/memory.h
[1033/1833] Copying CXX header __fwd/memory_resource.h
[1034/1833] Copying CXX header __fwd/pair.h
[1035/1833] Copying CXX header __fwd/ostream.h
[1036/1833] Copying CXX header __fwd/sstream.h
[1037/1833] Copying CXX header __fwd/span.h
[1038/1833] Copying CXX header __fwd/queue.h
[1039/1833] Copying CXX header __fwd/stack.h
[1040/1833] Copying CXX header __fwd/streambuf.h
[1041/1833] Copying CXX header __fwd/subrange.h
[1042/1833] Copying CXX header __fwd/string.h
[1043/1833] Copying CXX header __fwd/string_view.h
[1044/1833] Copying CXX header __fwd/vector.h
[1045/1833] Copying CXX header __fwd/tuple.h
[1046/1833] Copying CXX header __fwd/variant.h
[1047/1833] Copying CXX header __ios/fpos.h
[1048/1833] Copying CXX header __hash_table
[1049/1833] Copying CXX header __iterator/aliasing_iterator.h
[1050/1833] Copying CXX header __iterator/back_insert_iterator.h
[1051/1833] Copying CXX header __iterator/bounded_iter.h
[1052/1833] Copying CXX header __iterator/access.h
[1053/1833] Copying CXX header __iterator/advance.h
[1054/1833] Copying CXX header __iterator/common_iterator.h
[1055/1833] Copying CXX header __iterator/concepts.h
[1056/1833] Copying CXX header __iterator/cpp17_iterator_concepts.h
[1057/1833] Copying CXX header __iterator/counted_iterator.h
[1058/1833] Copying CXX header __iterator/distance.h
[1059/1833] Copying CXX header __iterator/data.h
[1060/1833] Copying CXX header __iterator/default_sentinel.h
[1061/1833] Copying CXX header __iterator/empty.h
[1062/1833] Copying CXX header __iterator/erase_if_container.h
[1063/1833] Copying CXX header __iterator/incrementable_traits.h
[1064/1833] Copying CXX header __iterator/front_insert_iterator.h
[1065/1833] Copying CXX header __iterator/istream_iterator.h
[1066/1833] Copying CXX header __iterator/indirectly_comparable.h
[1067/1833] Copying CXX header __iterator/insert_iterator.h
[1068/1833] Copying CXX header __iterator/iter_move.h
[1069/1833] Copying CXX header __iterator/iter_swap.h
[1070/1833] Copying CXX header __iterator/istreambuf_iterator.h
[1071/1833] Copying CXX header __iterator/iterator.h
[1072/1833] Copying CXX header __iterator/mergeable.h
[1073/1833] Copying CXX header __iterator/move_sentinel.h
[1074/1833] Copying CXX header __iterator/iterator_with_data.h
[1075/1833] Copying CXX header __iterator/iterator_traits.h
[1076/1833] Copying CXX header __iterator/move_iterator.h
[1077/1833] Copying CXX header __iterator/ostream_iterator.h
[1078/1833] Copying CXX header __iterator/ostreambuf_iterator.h
[1079/1833] Copying CXX header __iterator/permutable.h
[1080/1833] Copying CXX header __iterator/next.h
[1081/1833] Copying CXX header __iterator/product_iterator.h
[1082/1833] Copying CXX header __iterator/projected.h
[1083/1833] Copying CXX header __iterator/ranges_iterator_traits.h
[1084/1833] Copying CXX header __iterator/prev.h
[1085/1833] Copying CXX header __iterator/reverse_access.h
[1086/1833] Copying CXX header __iterator/readable_traits.h
[1087/1833] Copying CXX header __iterator/size.h
[1088/1833] Copying CXX header __iterator/sortable.h
[1089/1833] Copying CXX header __iterator/reverse_iterator.h
[1090/1833] Copying CXX header __iterator/segmented_iterator.h
[1091/1833] Copying CXX header __locale
[1092/1833] Copying CXX header __iterator/wrap_iter.h
[1093/1833] Copying CXX header __iterator/static_bounded_iter.h
[1094/1833] Copying CXX header __iterator/unreachable_sentinel.h
[1095/1833] Copying CXX header __locale_dir/check_grouping.h
[1096/1833] Copying CXX header __locale_dir/get_c_locale.h
[1097/1833] Copying CXX header __locale_dir/messages.h
[1098/1833] Copying CXX header __locale_dir/money.h
[1099/1833] Copying CXX header __locale_dir/locale_base_api/openbsd.h
[1100/1833] Copying CXX header __locale_dir/locale_base_api/bsd_locale_fallbacks.h
[1101/1833] Copying CXX header __locale_dir/locale_base_api.h
[1102/1833] Copying CXX header __locale_dir/locale_base_api/ibm.h
[1103/1833] Copying CXX header __locale_dir/num.h
[1104/1833] Copying CXX header __locale_dir/pad_and_output.h
[1105/1833] Copying CXX header __locale_dir/scan_keyword.h
[1106/1833] Copying CXX header __locale_dir/support/bsd_like.h
[1107/1833] Copying CXX header __locale_dir/support/aix.h
[1108/1833] Copying CXX header __locale_dir/support/apple.h
[1109/1833] Copying CXX header __locale_dir/support/fuchsia.h
[1110/1833] Copying CXX header __locale_dir/support/freebsd.h
[1111/1833] Copying CXX header __locale_dir/support/linux.h
[1112/1833] Copying CXX header __locale_dir/support/no_locale/characters.h
[1113/1833] Copying CXX header __locale_dir/support/no_locale/strtonum.h
[1114/1833] Copying CXX header __locale_dir/support/windows.h
[1115/1833] Copying CXX header __locale_dir/time.h
[1116/1833] Copying CXX header __locale_dir/support/netbsd.h
[1117/1833] Copying CXX header __locale_dir/support/newlib.h
[1118/1833] Copying CXX header __locale_dir/wbuffer_convert.h
[1119/1833] Copying CXX header __locale_dir/wstring_convert.h
[1120/1833] Copying CXX header __math/error_functions.h
[1121/1833] Copying CXX header __log_hardening_failure
[1122/1833] Copying CXX header __math/copysign.h
[1123/1833] Copying CXX header __math/abs.h
[1124/1833] Copying CXX header __math/exponential_functions.h
[1125/1833] Copying CXX header __math/fdim.h
[1126/1833] Copying CXX header __math/fma.h
[1127/1833] Copying CXX header __math/inverse_trigonometric_functions.h
[1128/1833] Copying CXX header __math/inverse_hyperbolic_functions.h
[1129/1833] Copying CXX header __math/hyperbolic_functions.h
[1130/1833] Copying CXX header __math/hypot.h
[1131/1833] Copying CXX header __math/gamma.h
[1132/1833] Copying CXX header __math/min_max.h
[1133/1833] Copying CXX header __math/logarithms.h
[1134/1833] Copying CXX header __math/remainder.h
[1135/1833] Copying CXX header __math/modulo.h
[1136/1833] Copying CXX header __math/roots.h
[1137/1833] Copying CXX header __math/rounding_functions.h
[1138/1833] Copying CXX header __math/trigonometric_functions.h
[1139/1833] Copying CXX header __math/traits.h
[1140/1833] Copying CXX header __math/special_functions.h
[1141/1833] Copying CXX header __mbstate_t.h
[1142/1833] Copying CXX header __mdspan/extents.h
[1143/1833] Copying CXX header __mdspan/aligned_accessor.h
[1144/1833] Copying CXX header __mdspan/default_accessor.h
[1145/1833] Copying CXX header __mdspan/layout_stride.h
[1146/1833] Copying CXX header __mdspan/layout_left.h
[1147/1833] Copying CXX header __mdspan/layout_right.h
[1148/1833] Copying CXX header __mdspan/mdspan.h
[1149/1833] Copying CXX header __memory/addressof.h
[1150/1833] Copying CXX header __memory/align.h
[1151/1833] Copying CXX header __memory/allocate_at_least.h
[1152/1833] Copying CXX header __memory/allocation_guard.h
[1153/1833] Copying CXX header __memory/allocator.h
[1154/1833] Copying CXX header __memory/allocator_arg_t.h
[1155/1833] Copying CXX header __memory/allocator_destructor.h
[1156/1833] Copying CXX header __memory/allocator_traits.h
[1157/1833] Copying CXX header __memory/array_cookie.h
[1158/1833] Copying CXX header __memory/assume_aligned.h
[1159/1833] Copying CXX header __memory/auto_ptr.h
[1160/1833] Copying CXX header __memory/compressed_pair.h
[1161/1833] Copying CXX header __memory/concepts.h
[1162/1833] Copying CXX header __memory/destroy.h
[1163/1833] Copying CXX header __memory/inout_ptr.h
[1164/1833] Copying CXX header __memory/destruct_n.h
[1165/1833] Copying CXX header __memory/construct_at.h
[1166/1833] Copying CXX header __memory/is_sufficiently_aligned.h
[1167/1833] Copying CXX header __memory/noexcept_move_assign_container.h
[1168/1833] Copying CXX header __memory/out_ptr.h
[1169/1833] Copying CXX header __memory/ranges_uninitialized_algorithms.h
[1170/1833] Copying CXX header __memory/pointer_traits.h
[1171/1833] Copying CXX header __memory/raw_storage_iterator.h
[1172/1833] Copying CXX header __memory/ranges_destroy.h
[1173/1833] Copying CXX header __memory/ranges_construct_at.h
[1174/1833] Copying CXX header __memory/shared_ptr.h
[1175/1833] Copying CXX header __memory/shared_count.h
[1176/1833] Copying CXX header __memory/swap_allocator.h
[1177/1833] Copying CXX header __memory/temporary_buffer.h
[1178/1833] Copying CXX header __memory/temp_value.h
[1179/1833] Copying CXX header __memory/uninitialized_algorithms.h
[1180/1833] Copying CXX header __memory/unique_ptr.h
[1181/1833] Copying CXX header __memory/uses_allocator.h
[1182/1833] Copying CXX header __memory/unique_temporary_buffer.h
[1183/1833] Copying CXX header __memory/uses_allocator_construction.h
[1184/1833] Copying CXX header __memory_resource/memory_resource.h
[1185/1833] Copying CXX header __memory_resource/monotonic_buffer_resource.h
[1186/1833] Copying CXX header __memory_resource/polymorphic_allocator.h
[1187/1833] Copying CXX header __memory_resource/pool_options.h
[1188/1833] Copying CXX header __memory_resource/synchronized_pool_resource.h
[1189/1833] Copying CXX header __memory_resource/unsynchronized_pool_resource.h
[1190/1833] Copying CXX header __mutex/lock_guard.h
[1191/1833] Copying CXX header __mutex/mutex.h
[1192/1833] Copying CXX header __mutex/tag_types.h
[1193/1833] Copying CXX header __mutex/once_flag.h
[1194/1833] Copying CXX header __new/allocate.h
[1195/1833] Copying CXX header __mutex/unique_lock.h
[1196/1833] Copying CXX header __new/align_val_t.h
[1197/1833] Copying CXX header __new/destroying_delete_t.h
[1198/1833] Copying CXX header __new/launder.h
[1199/1833] Copying CXX header __new/interference_size.h
[1200/1833] Copying CXX header __new/global_new_delete.h
[1201/1833] Copying CXX header __new/exceptions.h
[1202/1833] Copying CXX header __new/new_handler.h
[1203/1833] Copying CXX header __new/nothrow_t.h
[1204/1833] Copying CXX header __node_handle
[1205/1833] Copying CXX header __new/placement_new_delete.h
[1206/1833] Copying CXX header __numeric/exclusive_scan.h
[1207/1833] Copying CXX header __numeric/accumulate.h
[1208/1833] Copying CXX header __numeric/adjacent_difference.h
[1209/1833] Copying CXX header __numeric/gcd_lcm.h
[1210/1833] Copying CXX header __numeric/inner_product.h
[1211/1833] Copying CXX header __numeric/iota.h
[1212/1833] Copying CXX header __numeric/inclusive_scan.h
[1213/1833] Copying CXX header __numeric/midpoint.h
[1214/1833] Copying CXX header __numeric/pstl.h
[1215/1833] Copying CXX header __numeric/partial_sum.h
[1216/1833] Copying CXX header __numeric/ranges_iota.h
[1217/1833] Copying CXX header __numeric/transform_inclusive_scan.h
[1218/1833] Copying CXX header __numeric/transform_exclusive_scan.h
[1219/1833] Copying CXX header __numeric/reduce.h
[1220/1833] Copying CXX header __numeric/transform_reduce.h
[1221/1833] Copying CXX header __numeric/saturation_arithmetic.h
[1222/1833] Copying CXX header __ostream/print.h
[1223/1833] Copying CXX header __ostream/put_character_sequence.h
[1224/1833] Copying CXX header __ostream/basic_ostream.h
[1225/1833] Copying CXX header __pstl/backends/libdispatch.h
[1226/1833] Copying CXX header __pstl/backend_fwd.h
[1227/1833] Copying CXX header __pstl/backends/default.h
[1228/1833] Copying CXX header __pstl/backend.h
[1229/1833] Copying CXX header __pstl/backends/std_thread.h
[1230/1833] Copying CXX header __pstl/backends/serial.h
[1231/1833] Copying CXX header __pstl/cpu_algos/fill.h
[1232/1833] Copying CXX header __pstl/cpu_algos/any_of.h
[1233/1833] Copying CXX header __pstl/cpu_algos/cpu_traits.h
[1234/1833] Copying CXX header __pstl/cpu_algos/find_if.h
[1235/1833] Copying CXX header __pstl/cpu_algos/for_each.h
[1236/1833] Copying CXX header __pstl/dispatch.h
[1237/1833] Copying CXX header __pstl/handle_exception.h
[1238/1833] Copying CXX header __pstl/cpu_algos/merge.h
[1239/1833] Copying CXX header __pstl/cpu_algos/stable_sort.h
[1240/1833] Copying CXX header __pstl/cpu_algos/transform.h
[1241/1833] Copying CXX header __pstl/cpu_algos/transform_reduce.h
[1242/1833] Copying CXX header __random/binomial_distribution.h
[1243/1833] Copying CXX header __random/bernoulli_distribution.h
[1244/1833] Copying CXX header __random/cauchy_distribution.h
[1245/1833] Copying CXX header __random/chi_squared_distribution.h
[1246/1833] Copying CXX header __random/discard_block_engine.h
[1247/1833] Copying CXX header __random/clamp_to_integral.h
[1248/1833] Copying CXX header __random/default_random_engine.h
[1249/1833] Copying CXX header __random/extreme_value_distribution.h
[1250/1833] Copying CXX header __random/discrete_distribution.h
[1251/1833] Copying CXX header __random/fisher_f_distribution.h
[1252/1833] Copying CXX header __random/exponential_distribution.h
[1253/1833] Copying CXX header __random/independent_bits_engine.h
[1254/1833] Copying CXX header __random/generate_canonical.h
[1255/1833] Copying CXX header __random/gamma_distribution.h
[1256/1833] Copying CXX header __random/geometric_distribution.h
[1257/1833] Copying CXX header __random/is_seed_sequence.h
[1258/1833] Copying CXX header __random/is_valid.h
[1259/1833] Copying CXX header __random/knuth_b.h
[1260/1833] Copying CXX header __random/linear_congruential_engine.h
[1261/1833] Copying CXX header __random/log2.h
[1262/1833] Copying CXX header __random/negative_binomial_distribution.h
[1263/1833] Copying CXX header __random/mersenne_twister_engine.h
[1264/1833] Copying CXX header __random/lognormal_distribution.h
[1265/1833] Copying CXX header __random/normal_distribution.h
[1266/1833] Copying CXX header __random/piecewise_constant_distribution.h
[1267/1833] Copying CXX header __random/random_device.h
[1268/1833] Copying CXX header __random/piecewise_linear_distribution.h
[1269/1833] Copying CXX header __random/ranlux.h
[1270/1833] Copying CXX header __random/poisson_distribution.h
[1271/1833] Copying CXX header __random/seed_seq.h
[1272/1833] Copying CXX header __random/shuffle_order_engine.h
[1273/1833] Copying CXX header __random/student_t_distribution.h
[1274/1833] Copying CXX header __random/subtract_with_carry_engine.h
[1275/1833] Copying CXX header __random/uniform_random_bit_generator.h
[1276/1833] Copying CXX header __random/uniform_int_distribution.h
[1277/1833] Copying CXX header __random/uniform_real_distribution.h
[1278/1833] Copying CXX header __ranges/adjacent_transform_view.h
[1279/1833] Copying CXX header __random/weibull_distribution.h
[1280/1833] Copying CXX header __ranges/adjacent_view.h
[1281/1833] Copying CXX header __ranges/access.h
[1282/1833] Copying CXX header __ranges/all.h
[1283/1833] Copying CXX header __ranges/chunk_by_view.h
[1284/1833] Copying CXX header __ranges/as_rvalue_view.h
[1285/1833] Copying CXX header __ranges/concepts.h
[1286/1833] Copying CXX header __ranges/counted.h
[1287/1833] Copying CXX header __ranges/common_view.h
[1288/1833] Copying CXX header __ranges/container_compatible_range.h
[1289/1833] Copying CXX header __ranges/dangling.h
[1290/1833] Copying CXX header __ranges/data.h
[1291/1833] Copying CXX header __ranges/elements_view.h
[1292/1833] Copying CXX header __ranges/empty.h
[1293/1833] Copying CXX header __ranges/elements_of.h
[1294/1833] Copying CXX header __ranges/drop_while_view.h
[1295/1833] Copying CXX header __ranges/drop_view.h
[1296/1833] Copying CXX header __ranges/empty_view.h
[1297/1833] Copying CXX header __ranges/from_range.h
[1298/1833] Copying CXX header __ranges/filter_view.h
[1299/1833] Copying CXX header __ranges/enable_borrowed_range.h
[1300/1833] Copying CXX header __ranges/iota_view.h
[1301/1833] Copying CXX header __ranges/enable_view.h
[1302/1833] Copying CXX header __ranges/istream_view.h
[1303/1833] Copying CXX header __ranges/join_view.h
[1304/1833] Copying CXX header __ranges/join_with_view.h
[1305/1833] Copying CXX header __ranges/movable_box.h
[1306/1833] Copying CXX header __ranges/owning_view.h
[1307/1833] Copying CXX header __ranges/lazy_split_view.h
[1308/1833] Copying CXX header __ranges/non_propagating_cache.h
[1309/1833] Copying CXX header __ranges/rbegin.h
[1310/1833] Copying CXX header __ranges/range_adaptor.h
[1311/1833] Copying CXX header __ranges/ref_view.h
[1312/1833] Copying CXX header __ranges/reverse_view.h
[1313/1833] Copying CXX header __ranges/repeat_view.h
[1314/1833] Copying CXX header __ranges/rend.h
[1315/1833] Copying CXX header __ranges/size.h
[1316/1833] Copying CXX header __ranges/single_view.h
[1317/1833] Copying CXX header __ranges/split_view.h
[1318/1833] Copying CXX header __ranges/subrange.h
[1319/1833] Copying CXX header __ranges/take_view.h
[1320/1833] Copying CXX header __ranges/take_while_view.h
[1321/1833] Copying CXX header __ranges/to.h
[1322/1833] Copying CXX header __ranges/view_interface.h
[1323/1833] Copying CXX header __ranges/transform_view.h
[1324/1833] Copying CXX header __ranges/views.h
[1325/1833] Copying CXX header __ranges/zip_view.h
[1326/1833] Copying CXX header __ranges/zip_transform_view.h
[1327/1833] Copying CXX header __split_buffer
[1328/1833] Copying CXX header __std_mbstate_t.h
[1329/1833] Copying CXX header __stop_token/atomic_unique_lock.h
[1330/1833] Copying CXX header __stop_token/intrusive_list_view.h
[1331/1833] Copying CXX header __stop_token/stop_callback.h
[1332/1833] Copying CXX header __stop_token/intrusive_shared_ptr.h
[1333/1833] Copying CXX header __stop_token/stop_token.h
[1334/1833] Copying CXX header __stop_token/stop_source.h
[1335/1833] Copying CXX header __stop_token/stop_state.h
[1336/1833] Copying CXX header __string/constexpr_c_functions.h
[1337/1833] Copying CXX header __string/char_traits.h
[1338/1833] Copying CXX header __string/extern_template_lists.h
[1339/1833] Copying CXX header __support/ibm/gettod_zos.h
[1340/1833] Copying CXX header __support/xlocale/__posix_l_fallback.h
[1341/1833] Copying CXX header __support/xlocale/__nop_locale_mgmt.h
[1342/1833] Copying CXX header __support/ibm/locale_mgmt_zos.h
[1343/1833] Copying CXX header __support/ibm/nanosleep.h
[1344/1833] Copying CXX header __system_error/errc.h
[1345/1833] Copying CXX header __support/xlocale/__strtonum_fallback.h
[1346/1833] Copying CXX header __system_error/error_category.h
[1347/1833] Copying CXX header __system_error/error_condition.h
[1348/1833] Copying CXX header __system_error/throw_system_error.h
[1349/1833] Copying CXX header __system_error/error_code.h
[1350/1833] Copying CXX header __thread/formatter.h
[1351/1833] Copying CXX header __system_error/system_error.h
[1352/1833] Copying CXX header __thread/id.h
[1353/1833] Copying CXX header __thread/jthread.h
[1354/1833] Copying CXX header __thread/poll_with_backoff.h
[1355/1833] Copying CXX header __thread/support/c11.h
[1356/1833] Copying CXX header __thread/support.h
[1357/1833] Copying CXX header __thread/support/external.h
[1358/1833] Copying CXX header __thread/support/pthread.h
[1359/1833] Copying CXX header __thread/support/windows.h
[1360/1833] Copying CXX header __thread/thread.h
[1361/1833] Copying CXX header __tree
[1362/1833] Copying CXX header __thread/this_thread.h
[1363/1833] Copying CXX header __thread/timed_backoff_policy.h
[1364/1833] Copying CXX header __tuple/find_index.h
[1365/1833] Copying CXX header __tuple/ignore.h
[1366/1833] Copying CXX header __tuple/sfinae_helpers.h
[1367/1833] Copying CXX header __tuple/tuple_size.h
[1368/1833] Copying CXX header __tuple/tuple_like.h
[1369/1833] Copying CXX header __tuple/tuple_like_no_subrange.h
[1370/1833] Copying CXX header __tuple/tuple_element.h
[1371/1833] Copying CXX header __tuple/tuple_transform.h
[1372/1833] Copying CXX header __type_traits/add_cv_quals.h
[1373/1833] Copying CXX header __type_traits/add_reference.h
[1374/1833] Copying CXX header __type_traits/alignment_of.h
[1375/1833] Copying CXX header __type_traits/add_pointer.h
[1376/1833] Copying CXX header __type_traits/common_reference.h
[1377/1833] Copying CXX header __type_traits/aligned_storage.h
[1378/1833] Copying CXX header __type_traits/aligned_union.h
[1379/1833] Copying CXX header __type_traits/conditional.h
[1380/1833] Copying CXX header __type_traits/common_type.h
[1381/1833] Copying CXX header __type_traits/copy_cv.h
[1382/1833] Copying CXX header __type_traits/conjunction.h
[1383/1833] Copying CXX header __type_traits/container_traits.h
[1384/1833] Copying CXX header __type_traits/desugars_to.h
[1385/1833] Copying CXX header __type_traits/copy_cvref.h
[1386/1833] Copying CXX header __type_traits/datasizeof.h
[1387/1833] Copying CXX header __type_traits/detected_or.h
[1388/1833] Copying CXX header __type_traits/decay.h
[1389/1833] Copying CXX header __type_traits/dependent_type.h
[1390/1833] Copying CXX header __type_traits/disjunction.h
[1391/1833] Copying CXX header __type_traits/has_unique_object_representation.h
[1392/1833] Copying CXX header __type_traits/enable_if.h
[1393/1833] Copying CXX header __type_traits/has_virtual_destructor.h
[1394/1833] Copying CXX header __type_traits/integral_constant.h
[1395/1833] Copying CXX header __type_traits/extent.h
[1396/1833] Copying CXX header __type_traits/integer_traits.h
[1397/1833] Copying CXX header __type_traits/invoke.h
[1398/1833] Copying CXX header __type_traits/is_aggregate.h
[1399/1833] Copying CXX header __type_traits/is_abstract.h
[1400/1833] Copying CXX header __type_traits/is_allocator.h
[1401/1833] Copying CXX header __type_traits/is_array.h
[1402/1833] Copying CXX header __type_traits/is_always_bitcastable.h
[1403/1833] Copying CXX header __type_traits/is_arithmetic.h
[1404/1833] Copying CXX header __type_traits/is_assignable.h
[1405/1833] Copying CXX header __type_traits/is_base_of.h
[1406/1833] Copying CXX header __type_traits/is_char_like_type.h
[1407/1833] Copying CXX header __type_traits/is_callable.h
[1408/1833] Copying CXX header __type_traits/is_class.h
[1409/1833] Copying CXX header __type_traits/is_compound.h
[1410/1833] Copying CXX header __type_traits/is_constant_evaluated.h
[1411/1833] Copying CXX header __type_traits/is_const.h
[1412/1833] Copying CXX header __type_traits/is_core_convertible.h
[1413/1833] Copying CXX header __type_traits/is_destructible.h
[1414/1833] Copying CXX header __type_traits/is_constructible.h
[1415/1833] Copying CXX header __type_traits/is_convertible.h
[1416/1833] Copying CXX header __type_traits/is_equality_comparable.h
[1417/1833] Copying CXX header __type_traits/is_empty.h
[1418/1833] Copying CXX header __type_traits/is_enum.h
[1419/1833] Copying CXX header __type_traits/is_function.h
[1420/1833] Copying CXX header __type_traits/is_final.h
[1421/1833] Copying CXX header __type_traits/is_generic_transparent_comparator.h
[1422/1833] Copying CXX header __type_traits/is_execution_policy.h
[1423/1833] Copying CXX header __type_traits/is_floating_point.h
[1424/1833] Copying CXX header __type_traits/is_fundamental.h
[1425/1833] Copying CXX header __type_traits/is_implicitly_default_constructible.h
[1426/1833] Copying CXX header __type_traits/is_implicit_lifetime.h
[1427/1833] Copying CXX header __type_traits/is_literal_type.h
[1428/1833] Copying CXX header __type_traits/is_integral.h
[1429/1833] Copying CXX header __type_traits/is_nothrow_assignable.h
[1430/1833] Copying CXX header __type_traits/is_member_pointer.h
[1431/1833] Copying CXX header __type_traits/is_nothrow_constructible.h
[1432/1833] Copying CXX header __type_traits/is_nothrow_destructible.h
[1433/1833] Copying CXX header __type_traits/is_null_pointer.h
[1434/1833] Copying CXX header __type_traits/is_object.h
[1435/1833] Copying CXX header __type_traits/is_pod.h
[1436/1833] Copying CXX header __type_traits/is_reference.h
[1437/1833] Copying CXX header __type_traits/is_reference_wrapper.h
[1438/1833] Copying CXX header __type_traits/is_polymorphic.h
[1439/1833] Copying CXX header __type_traits/is_pointer.h
[1440/1833] Copying CXX header __type_traits/is_primary_template.h
[1441/1833] Copying CXX header __type_traits/is_referenceable.h
[1442/1833] Copying CXX header __type_traits/is_scalar.h
[1443/1833] Copying CXX header __type_traits/is_same.h
[1444/1833] Copying CXX header __type_traits/is_standard_layout.h
[1445/1833] Copying CXX header __type_traits/is_signed.h
[1446/1833] Copying CXX header __type_traits/is_specialization.h
[1447/1833] Copying CXX header __type_traits/is_trivial.h
[1448/1833] Copying CXX header __type_traits/is_swappable.h
[1449/1833] Copying CXX header __type_traits/is_trivially_assignable.h
[1450/1833] Copying CXX header __type_traits/is_trivially_constructible.h
[1451/1833] Copying CXX header __type_traits/is_trivially_destructible.h
[1452/1833] Copying CXX header __type_traits/is_trivially_lexicographically_comparable.h
[1453/1833] Copying CXX header __type_traits/is_trivially_copyable.h
[1454/1833] Copying CXX header __type_traits/is_trivially_relocatable.h
[1455/1833] Copying CXX header __type_traits/is_union.h
[1456/1833] Copying CXX header __type_traits/is_unsigned.h
[1457/1833] Copying CXX header __type_traits/is_unqualified.h
[1458/1833] Copying CXX header __type_traits/is_valid_expansion.h
[1459/1833] Copying CXX header __type_traits/is_void.h
[1460/1833] Copying CXX header __type_traits/is_within_lifetime.h
[1461/1833] Copying CXX header __type_traits/is_volatile.h
[1462/1833] Copying CXX header __type_traits/make_32_64_or_128_bit.h
[1463/1833] Copying CXX header __type_traits/lazy.h
[1464/1833] Copying CXX header __type_traits/make_signed.h
[1465/1833] Copying CXX header __type_traits/make_const_lvalue_ref.h
[1466/1833] Copying CXX header __type_traits/make_transparent.h
[1467/1833] Copying CXX header __type_traits/make_unsigned.h
[1468/1833] Copying CXX header __type_traits/rank.h
[1469/1833] Copying CXX header __type_traits/negation.h
[1470/1833] Copying CXX header __type_traits/nat.h
[1471/1833] Copying CXX header __type_traits/reference_constructs_from_temporary.h
[1472/1833] Copying CXX header __type_traits/maybe_const.h
[1473/1833] Copying CXX header __type_traits/promote.h
[1474/1833] Copying CXX header __type_traits/remove_const.h
[1475/1833] Copying CXX header __type_traits/remove_const_ref.h
[1476/1833] Copying CXX header __type_traits/remove_cv.h
[1477/1833] Copying CXX header __type_traits/reference_converts_from_temporary.h
[1478/1833] Copying CXX header __type_traits/remove_cvref.h
[1479/1833] Copying CXX header __type_traits/remove_all_extents.h
[1480/1833] Copying CXX header __type_traits/remove_volatile.h
[1481/1833] Copying CXX header __type_traits/result_of.h
[1482/1833] Copying CXX header __type_traits/remove_extent.h
[1483/1833] Copying CXX header __type_traits/remove_pointer.h
[1484/1833] Copying CXX header __type_traits/remove_reference.h
[1485/1833] Copying CXX header __type_traits/strip_signature.h
[1486/1833] Copying CXX header __type_traits/type_list.h
[1487/1833] Copying CXX header __type_traits/unwrap_ref.h
[1488/1833] Copying CXX header __type_traits/void_t.h
[1489/1833] Copying CXX header __type_traits/type_identity.h
[1490/1833] Copying CXX header __type_traits/underlying_type.h
[1491/1833] Copying CXX header __undef_macros
[1492/1833] Copying CXX header __utility/as_const.h
[1493/1833] Copying CXX header __utility/as_lvalue.h
[1494/1833] Copying CXX header __utility/declval.h
[1495/1833] Copying CXX header __utility/auto_cast.h
[1496/1833] Copying CXX header __utility/cmp.h
[1497/1833] Copying CXX header __utility/convert_to_integral.h
[1498/1833] Copying CXX header __utility/default_three_way_comparator.h
[1499/1833] Copying CXX header __utility/empty.h
[1500/1833] Copying CXX header __utility/element_count.h
[1501/1833] Copying CXX header __utility/exception_guard.h
[1502/1833] Copying CXX header __utility/in_place.h
[1503/1833] Copying CXX header __utility/exchange.h
[1504/1833] Copying CXX header __utility/forward.h
[1505/1833] Copying CXX header __utility/forward_like.h
[1506/1833] Copying CXX header __utility/integer_sequence.h
[1507/1833] Copying CXX header __utility/is_pointer_in_range.h
[1508/1833] Copying CXX header __utility/move.h
[1509/1833] Copying CXX header __utility/lazy_synth_three_way_comparator.h
[1510/1833] Copying CXX header __utility/is_valid_range.h
[1511/1833] Copying CXX header __utility/piecewise_construct.h
[1512/1833] Copying CXX header __utility/no_destroy.h
[1513/1833] Copying CXX header __utility/pair.h
[1514/1833] Copying CXX header __utility/rel_ops.h
[1515/1833] Copying CXX header __utility/private_constructor_tag.h
[1516/1833] Copying CXX header __utility/priority_tag.h
[1517/1833] Copying CXX header __utility/scope_guard.h
[1518/1833] Copying CXX header __utility/swap.h
[1519/1833] Copying CXX header __utility/small_buffer.h
[1520/1833] Copying CXX header __utility/to_underlying.h
[1521/1833] Copying CXX header __utility/try_key_extraction.h
[1522/1833] Copying CXX header __vector/comparison.h
[1523/1833] Copying CXX header __utility/unreachable.h
[1524/1833] Copying CXX header __variant/monostate.h
[1525/1833] Copying CXX header __vector/container_traits.h
[1526/1833] Copying CXX header __vector/erase.h
[1527/1833] Copying CXX header __vector/pmr.h
[1528/1833] Copying CXX header __vector/vector_bool_formatter.h
[1529/1833] Copying CXX header __vector/swap.h
[1530/1833] Copying CXX header __verbose_abort
[1531/1833] Copying CXX header __vector/vector.h
[1532/1833] Copying CXX header __vector/vector_bool.h
[1533/1833] Copying CXX header __verbose_trap
[1534/1833] Copying CXX header array
[1535/1833] Copying CXX header barrier
[1536/1833] Copying CXX header atomic
[1537/1833] Copying CXX header algorithm
[1538/1833] Copying CXX header any
[1539/1833] Copying CXX header bit
[1540/1833] Copying CXX header bitset
[1541/1833] Copying CXX header ccomplex
[1542/1833] Copying CXX header cassert
[1543/1833] Copying CXX header cctype
[1544/1833] Copying CXX header cfenv
[1545/1833] Copying CXX header cerrno
[1546/1833] Copying CXX header charconv
[1547/1833] Copying CXX header chrono
[1548/1833] Copying CXX header cfloat
[1549/1833] Copying CXX header cinttypes
[1550/1833] Copying CXX header ciso646
[1551/1833] Copying CXX header climits
[1552/1833] Copying CXX header compare
[1553/1833] Copying CXX header clocale
[1554/1833] Copying CXX header cmath
[1555/1833] Copying CXX header codecvt
[1556/1833] Copying CXX header complex
[1557/1833] Copying CXX header complex.h
[1558/1833] Copying CXX header coroutine
[1559/1833] Copying CXX header concepts
[1560/1833] Copying CXX header cstdalign
[1561/1833] Copying CXX header csetjmp
[1562/1833] Copying CXX header csignal
[1563/1833] Copying CXX header condition_variable
[1564/1833] Copying CXX header cstddef
[1565/1833] Copying CXX header cstdarg
[1566/1833] Copying CXX header cstdbool
[1567/1833] Copying CXX header cstdint
[1568/1833] Copying CXX header cstdio
[1569/1833] Copying CXX header cstdlib
[1570/1833] Copying CXX header cstring
[1571/1833] Copying CXX header ctgmath
[1572/1833] Copying CXX header ctime
[1573/1833] Copying CXX header ctype.h
[1574/1833] Copying CXX header cuchar
[1575/1833] Copying CXX header deque
[1576/1833] Copying CXX header cwchar
[1577/1833] Copying CXX header cwctype
[1578/1833] Copying CXX header errno.h
[1579/1833] Copying CXX header exception
[1580/1833] Copying CXX header expected
[1581/1833] Copying CXX header execution
[1582/1833] Copying CXX header experimental/__simd/aligned_tag.h
[1583/1833] Copying CXX header experimental/__simd/reference.h
[1584/1833] Copying CXX header experimental/__simd/declaration.h
[1585/1833] Copying CXX header experimental/__simd/scalar.h
[1586/1833] Copying CXX header experimental/__simd/simd.h
[1587/1833] Copying CXX header experimental/__simd/simd_mask.h
[1588/1833] Copying CXX header experimental/__simd/traits.h
[1589/1833] Copying CXX header experimental/memory
[1590/1833] Copying CXX header experimental/__simd/utility.h
[1591/1833] Copying CXX header experimental/__simd/vec_ext.h
[1592/1833] Copying CXX header experimental/iterator
[1593/1833] Copying CXX header experimental/propagate_const
[1594/1833] Copying CXX header experimental/simd
[1595/1833] Copying CXX header ext/hash_set
[1596/1833] Copying CXX header experimental/type_traits
[1597/1833] Copying CXX header experimental/utility
[1598/1833] Copying CXX header ext/__hash
[1599/1833] Copying CXX header fenv.h
[1600/1833] Copying CXX header ext/hash_map
[1601/1833] Copying CXX header filesystem
[1602/1833] Copying CXX header flat_map
[1603/1833] Copying CXX header float.h
[1604/1833] Copying CXX header format
[1605/1833] Copying CXX header flat_set
[1606/1833] Copying CXX header forward_list
[1607/1833] Copying CXX header fstream
[1608/1833] Copying CXX header functional
[1609/1833] Copying CXX header future
[1610/1833] Copying CXX header initializer_list
[1611/1833] Copying CXX header inttypes.h
[1612/1833] Copying CXX header iomanip
[1613/1833] Copying CXX header iosfwd
[1614/1833] Copying CXX header iostream
[1615/1833] Copying CXX header ios
[1616/1833] Copying CXX header istream
[1617/1833] Copying CXX header iterator
[1618/1833] Copying CXX header list
[1619/1833] Copying CXX header latch
[1620/1833] Copying CXX header limits
[1621/1833] Copying CXX header locale
[1622/1833] Copying CXX header map
[1623/1833] Copying CXX header memory_resource
[1624/1833] Copying CXX header math.h
[1625/1833] Copying CXX header mdspan
[1626/1833] Copying CXX header memory
[1627/1833] Copying CXX header mutex
[1628/1833] Copying CXX header numbers
[1629/1833] Copying CXX header optional
[1630/1833] Copying CXX header new
[1631/1833] Copying CXX header numeric
[1632/1833] Copying CXX header ostream
[1633/1833] Copying CXX header print
[1634/1833] Copying CXX header ranges
[1635/1833] Copying CXX header queue
[1636/1833] Copying CXX header random
[1637/1833] Copying CXX header ratio
[1638/1833] Copying CXX header shared_mutex
[1639/1833] Copying CXX header scoped_allocator
[1640/1833] Copying CXX header set
[1641/1833] Copying CXX header regex
[1642/1833] Copying CXX header semaphore
[1643/1833] Copying CXX header span
[1644/1833] Copying CXX header stdatomic.h
[1645/1833] Copying CXX header source_location
[1646/1833] Copying CXX header sstream
[1647/1833] Copying CXX header stack
[1648/1833] Copying CXX header stddef.h
[1649/1833] Copying CXX header stdio.h
[1650/1833] Copying CXX header stdexcept
[1651/1833] Copying CXX header stdlib.h
[1652/1833] Copying CXX header stop_token
[1653/1833] Copying CXX header string
[1654/1833] Copying CXX header string.h
[1655/1833] Copying CXX header streambuf
[1656/1833] Copying CXX header string_view
[1657/1833] Copying CXX header strstream
[1658/1833] Copying CXX header syncstream
[1659/1833] Copying CXX header thread
[1660/1833] Copying CXX header tgmath.h
[1661/1833] Copying CXX header tuple
[1662/1833] Copying CXX header system_error
[1663/1833] Copying CXX header typeinfo
[1664/1833] Copying CXX header type_traits
[1665/1833] Copying CXX header typeindex
[1666/1833] Copying CXX header unordered_map
[1667/1833] Copying CXX header uchar.h
[1668/1833] Copying CXX header unordered_set
[1669/1833] Copying CXX header utility
[1670/1833] Copying CXX header variant
[1671/1833] Copying CXX header valarray
[1672/1833] Copying CXX header vector
[1673/1833] Copying CXX header wchar.h
[1674/1833] Copying CXX header version
[1675/1833] Copying CXX header wctype.h
[1676/1833] Generate the mapping file for include-what-you-use
[1677/1833] Building CXX object libcxxabi/src/CMakeFiles/cxxabi_shared_objects.dir/cxa_aux_runtime.cpp.o
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
[1678/1833] Building CXX object libcxxabi/src/CMakeFiles/cxxabi_shared_objects.dir/cxa_exception_storage.cpp.o
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
[1679/1833] Building CXX object libcxxabi/src/CMakeFiles/cxxabi_shared_objects.dir/cxa_vector.cpp.o
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
[1680/1833] Building CXX object libcxxabi/src/CMakeFiles/cxxabi_shared_objects.dir/cxa_handlers.cpp.o
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
[1681/1833] Building CXX object libcxxabi/src/CMakeFiles/cxxabi_shared_objects.dir/cxa_default_handlers.cpp.o
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
[1682/1833] Building CXX object libcxxabi/src/CMakeFiles/cxxabi_shared_objects.dir/cxa_virtual.cpp.o
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
[1683/1833] Building CXX object libcxxabi/src/CMakeFiles/cxxabi_shared_objects.dir/cxa_guard.cpp.o
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
[1684/1833] Building CXX object libcxxabi/src/CMakeFiles/cxxabi_shared_objects.dir/stdlib_exception.cpp.o
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
[1685/1833] Building CXX object libcxxabi/src/CMakeFiles/cxxabi_shared_objects.dir/stdlib_typeinfo.cpp.o
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
[1686/1833] Building CXX object libcxxabi/src/CMakeFiles/cxxabi_shared_objects.dir/abort_message.cpp.o
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
[1687/1833] Building CXX object libcxxabi/src/CMakeFiles/cxxabi_shared_objects.dir/fallback_malloc.cpp.o
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
[1688/1833] Building CXX object libcxxabi/src/CMakeFiles/cxxabi_shared_objects.dir/stdlib_new_delete.cpp.o
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
[1689/1833] Building CXX object libcxxabi/src/CMakeFiles/cxxabi_shared_objects.dir/private_typeinfo.cpp.o
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
[1690/1833] Building CXX object libcxxabi/src/CMakeFiles/cxxabi_shared_objects.dir/stdlib_stdexcept.cpp.o
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
[1691/1833] Building CXX object libcxxabi/src/CMakeFiles/cxxabi_shared_objects.dir/cxa_thread_atexit.cpp.o
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
[1692/1833] Building CXX object libcxx/src/CMakeFiles/cxx_shared.dir/any.cpp.o
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
[1693/1833] Building CXX object libcxxabi/src/CMakeFiles/cxxabi_shared_objects.dir/cxa_exception.cpp.o
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
[1694/1833] Building CXX object libcxxabi/src/CMakeFiles/cxxabi_shared_objects.dir/cxa_personality.cpp.o
FAILED: [code=1] libcxxabi/src/CMakeFiles/cxxabi_shared_objects.dir/cxa_personality.cpp.o
/usr/lib/distcc/bin/clang++ -DLIBCXX_BUILDING_LIBCXXABI -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION=2 -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCXXABI_BUILDING_LIBRARY -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/libc++/src/llvm-project-22.1.8.src/libcxxabi/../libcxx/src -I/build/libc++/src/llvm-project-22.1.8.src/libcxxabi/include -I/build/libc++/src/build/include/c++/v1 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wno-comment -Wstring-conversion -Wno-pass-failed -fdiagnostics-color -ffunction-sections -fdata-sections -O3 -DNDEBUG -std=c++23 -fPIC -nostdinc++ -fstrict-aliasing -D_DEBUG -UNDEBUG -Wall -Wextra -Wnewline-eof -Wshadow -Wwrite-strings -Wno-unused-parameter -Wno-long-long -Werror=return-type -Wextra-semi -Wundef -Wunused-template -Wformat-nonliteral -Wzero-length-array -Wdeprecated-redundant-constexpr-static-def -Wno-nullability-completeness -Wmissing-prototypes -Wno-user-defined-literals -Wno-covered-switch-default -Wno-suggest-override -Wno-error -fsized-deallocation -fdebug-prefix-map=/build/libc++/src/build/include/c++/v1=/build/libc++/src/llvm-project-22.1.8.src/libcxx/include -MD -MT libcxxabi/src/CMakeFiles/cxxabi_shared_objects.dir/cxa_personality.cpp.o -MF libcxxabi/src/CMakeFiles/cxxabi_shared_objects.dir/cxa_personality.cpp.o.d -o libcxxabi/src/CMakeFiles/cxxabi_shared_objects.dir/cxa_personality.cpp.o -c /build/libc++/src/llvm-project-22.1.8.src/libcxxabi/src/cxa_personality.cpp
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
distcc[4428] ERROR: compile /build/libc++/src/llvm-project-22.1.8.src/libcxxabi/src/cxa_personality.cpp on 10.3.0.16:3732/8 failed
distcc[4428] (dcc_build_somewhere) Warning: remote compilation of '/build/libc++/src/llvm-project-22.1.8.src/libcxxabi/src/cxa_personality.cpp' failed, retrying locally
distcc[4428] Warning: failed to distribute /build/libc++/src/llvm-project-22.1.8.src/libcxxabi/src/cxa_personality.cpp to 10.3.0.16:3732/8, running locally instead
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
/build/libc++/src/llvm-project-22.1.8.src/libcxxabi/src/cxa_personality.cpp:1135:11: error: use of undeclared identifier '__gnu_unwind_frame'
1135 | switch (__gnu_unwind_frame(unwind_exception, context)) {
| ^~~~~~~~~~~~~~~~~~
1 error generated.
distcc[4428] ERROR: compile /build/libc++/src/llvm-project-22.1.8.src/libcxxabi/src/cxa_personality.cpp on localhost failed
[1695/1833] Building CXX object libcxx/src/CMakeFiles/cxx_shared.dir/call_once.cpp.o
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
[1696/1833] Building CXX object libcxx/src/CMakeFiles/cxx_shared.dir/bind.cpp.o
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
[1697/1833] Building CXX object libcxx/src/CMakeFiles/cxx_shared.dir/charconv.cpp.o
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
[1698/1833] Building CXX object libcxxabi/src/CMakeFiles/cxxabi_shared_objects.dir/cxa_demangle.cpp.o
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
[1699/1833] Building CXX object libcxx/src/CMakeFiles/cxx_shared.dir/algorithm.cpp.o
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Build failed, check /home/leming/armv7/leming/build
[?12l[?25h[?12l[?25h