[all-commits] [llvm/llvm-project] 68c04b: Revert "[libc++][C++03] Copy the LLVM 19 headers (...
Sylvestre Ledru via All-commits
all-commits at lists.llvm.org
Wed Oct 2 02:54:18 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 68c04b0ae62d8431d72d8b47fc13008002ee4387
https://github.com/llvm/llvm-project/commit/68c04b0ae62d8431d72d8b47fc13008002ee4387
Author: Sylvestre Ledru <sylvestre at debian.org>
Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths:
R libcxx/include/__cxx03/CMakeLists.txt
R libcxx/include/__cxx03/__algorithm/adjacent_find.h
R libcxx/include/__cxx03/__algorithm/all_of.h
R libcxx/include/__cxx03/__algorithm/any_of.h
R libcxx/include/__cxx03/__algorithm/binary_search.h
R libcxx/include/__cxx03/__algorithm/clamp.h
R libcxx/include/__cxx03/__algorithm/comp.h
R libcxx/include/__cxx03/__algorithm/comp_ref_type.h
R libcxx/include/__cxx03/__algorithm/copy.h
R libcxx/include/__cxx03/__algorithm/copy_backward.h
R libcxx/include/__cxx03/__algorithm/copy_if.h
R libcxx/include/__cxx03/__algorithm/copy_move_common.h
R libcxx/include/__cxx03/__algorithm/copy_n.h
R libcxx/include/__cxx03/__algorithm/count.h
R libcxx/include/__cxx03/__algorithm/count_if.h
R libcxx/include/__cxx03/__algorithm/equal.h
R libcxx/include/__cxx03/__algorithm/equal_range.h
R libcxx/include/__cxx03/__algorithm/fill.h
R libcxx/include/__cxx03/__algorithm/fill_n.h
R libcxx/include/__cxx03/__algorithm/find.h
R libcxx/include/__cxx03/__algorithm/find_end.h
R libcxx/include/__cxx03/__algorithm/find_first_of.h
R libcxx/include/__cxx03/__algorithm/find_if.h
R libcxx/include/__cxx03/__algorithm/find_if_not.h
R libcxx/include/__cxx03/__algorithm/find_segment_if.h
R libcxx/include/__cxx03/__algorithm/fold.h
R libcxx/include/__cxx03/__algorithm/for_each.h
R libcxx/include/__cxx03/__algorithm/for_each_n.h
R libcxx/include/__cxx03/__algorithm/for_each_segment.h
R libcxx/include/__cxx03/__algorithm/generate.h
R libcxx/include/__cxx03/__algorithm/generate_n.h
R libcxx/include/__cxx03/__algorithm/half_positive.h
R libcxx/include/__cxx03/__algorithm/in_found_result.h
R libcxx/include/__cxx03/__algorithm/in_fun_result.h
R libcxx/include/__cxx03/__algorithm/in_in_out_result.h
R libcxx/include/__cxx03/__algorithm/in_in_result.h
R libcxx/include/__cxx03/__algorithm/in_out_out_result.h
R libcxx/include/__cxx03/__algorithm/in_out_result.h
R libcxx/include/__cxx03/__algorithm/includes.h
R libcxx/include/__cxx03/__algorithm/inplace_merge.h
R libcxx/include/__cxx03/__algorithm/is_heap.h
R libcxx/include/__cxx03/__algorithm/is_heap_until.h
R libcxx/include/__cxx03/__algorithm/is_partitioned.h
R libcxx/include/__cxx03/__algorithm/is_permutation.h
R libcxx/include/__cxx03/__algorithm/is_sorted.h
R libcxx/include/__cxx03/__algorithm/is_sorted_until.h
R libcxx/include/__cxx03/__algorithm/iter_swap.h
R libcxx/include/__cxx03/__algorithm/iterator_operations.h
R libcxx/include/__cxx03/__algorithm/lexicographical_compare.h
R libcxx/include/__cxx03/__algorithm/lexicographical_compare_three_way.h
R libcxx/include/__cxx03/__algorithm/lower_bound.h
R libcxx/include/__cxx03/__algorithm/make_heap.h
R libcxx/include/__cxx03/__algorithm/make_projected.h
R libcxx/include/__cxx03/__algorithm/max.h
R libcxx/include/__cxx03/__algorithm/max_element.h
R libcxx/include/__cxx03/__algorithm/merge.h
R libcxx/include/__cxx03/__algorithm/min.h
R libcxx/include/__cxx03/__algorithm/min_element.h
R libcxx/include/__cxx03/__algorithm/min_max_result.h
R libcxx/include/__cxx03/__algorithm/minmax.h
R libcxx/include/__cxx03/__algorithm/minmax_element.h
R libcxx/include/__cxx03/__algorithm/mismatch.h
R libcxx/include/__cxx03/__algorithm/move.h
R libcxx/include/__cxx03/__algorithm/move_backward.h
R libcxx/include/__cxx03/__algorithm/next_permutation.h
R libcxx/include/__cxx03/__algorithm/none_of.h
R libcxx/include/__cxx03/__algorithm/nth_element.h
R libcxx/include/__cxx03/__algorithm/partial_sort.h
R libcxx/include/__cxx03/__algorithm/partial_sort_copy.h
R libcxx/include/__cxx03/__algorithm/partition.h
R libcxx/include/__cxx03/__algorithm/partition_copy.h
R libcxx/include/__cxx03/__algorithm/partition_point.h
R libcxx/include/__cxx03/__algorithm/pop_heap.h
R libcxx/include/__cxx03/__algorithm/prev_permutation.h
R libcxx/include/__cxx03/__algorithm/pstl.h
R libcxx/include/__cxx03/__algorithm/push_heap.h
R libcxx/include/__cxx03/__algorithm/ranges_adjacent_find.h
R libcxx/include/__cxx03/__algorithm/ranges_all_of.h
R libcxx/include/__cxx03/__algorithm/ranges_any_of.h
R libcxx/include/__cxx03/__algorithm/ranges_binary_search.h
R libcxx/include/__cxx03/__algorithm/ranges_clamp.h
R libcxx/include/__cxx03/__algorithm/ranges_contains.h
R libcxx/include/__cxx03/__algorithm/ranges_contains_subrange.h
R libcxx/include/__cxx03/__algorithm/ranges_copy.h
R libcxx/include/__cxx03/__algorithm/ranges_copy_backward.h
R libcxx/include/__cxx03/__algorithm/ranges_copy_if.h
R libcxx/include/__cxx03/__algorithm/ranges_copy_n.h
R libcxx/include/__cxx03/__algorithm/ranges_count.h
R libcxx/include/__cxx03/__algorithm/ranges_count_if.h
R libcxx/include/__cxx03/__algorithm/ranges_ends_with.h
R libcxx/include/__cxx03/__algorithm/ranges_equal.h
R libcxx/include/__cxx03/__algorithm/ranges_equal_range.h
R libcxx/include/__cxx03/__algorithm/ranges_fill.h
R libcxx/include/__cxx03/__algorithm/ranges_fill_n.h
R libcxx/include/__cxx03/__algorithm/ranges_find.h
R libcxx/include/__cxx03/__algorithm/ranges_find_end.h
R libcxx/include/__cxx03/__algorithm/ranges_find_first_of.h
R libcxx/include/__cxx03/__algorithm/ranges_find_if.h
R libcxx/include/__cxx03/__algorithm/ranges_find_if_not.h
R libcxx/include/__cxx03/__algorithm/ranges_find_last.h
R libcxx/include/__cxx03/__algorithm/ranges_for_each.h
R libcxx/include/__cxx03/__algorithm/ranges_for_each_n.h
R libcxx/include/__cxx03/__algorithm/ranges_generate.h
R libcxx/include/__cxx03/__algorithm/ranges_generate_n.h
R libcxx/include/__cxx03/__algorithm/ranges_includes.h
R libcxx/include/__cxx03/__algorithm/ranges_inplace_merge.h
R libcxx/include/__cxx03/__algorithm/ranges_is_heap.h
R libcxx/include/__cxx03/__algorithm/ranges_is_heap_until.h
R libcxx/include/__cxx03/__algorithm/ranges_is_partitioned.h
R libcxx/include/__cxx03/__algorithm/ranges_is_permutation.h
R libcxx/include/__cxx03/__algorithm/ranges_is_sorted.h
R libcxx/include/__cxx03/__algorithm/ranges_is_sorted_until.h
R libcxx/include/__cxx03/__algorithm/ranges_iterator_concept.h
R libcxx/include/__cxx03/__algorithm/ranges_lexicographical_compare.h
R libcxx/include/__cxx03/__algorithm/ranges_lower_bound.h
R libcxx/include/__cxx03/__algorithm/ranges_make_heap.h
R libcxx/include/__cxx03/__algorithm/ranges_max.h
R libcxx/include/__cxx03/__algorithm/ranges_max_element.h
R libcxx/include/__cxx03/__algorithm/ranges_merge.h
R libcxx/include/__cxx03/__algorithm/ranges_min.h
R libcxx/include/__cxx03/__algorithm/ranges_min_element.h
R libcxx/include/__cxx03/__algorithm/ranges_minmax.h
R libcxx/include/__cxx03/__algorithm/ranges_minmax_element.h
R libcxx/include/__cxx03/__algorithm/ranges_mismatch.h
R libcxx/include/__cxx03/__algorithm/ranges_move.h
R libcxx/include/__cxx03/__algorithm/ranges_move_backward.h
R libcxx/include/__cxx03/__algorithm/ranges_next_permutation.h
R libcxx/include/__cxx03/__algorithm/ranges_none_of.h
R libcxx/include/__cxx03/__algorithm/ranges_nth_element.h
R libcxx/include/__cxx03/__algorithm/ranges_partial_sort.h
R libcxx/include/__cxx03/__algorithm/ranges_partial_sort_copy.h
R libcxx/include/__cxx03/__algorithm/ranges_partition.h
R libcxx/include/__cxx03/__algorithm/ranges_partition_copy.h
R libcxx/include/__cxx03/__algorithm/ranges_partition_point.h
R libcxx/include/__cxx03/__algorithm/ranges_pop_heap.h
R libcxx/include/__cxx03/__algorithm/ranges_prev_permutation.h
R libcxx/include/__cxx03/__algorithm/ranges_push_heap.h
R libcxx/include/__cxx03/__algorithm/ranges_remove.h
R libcxx/include/__cxx03/__algorithm/ranges_remove_copy.h
R libcxx/include/__cxx03/__algorithm/ranges_remove_copy_if.h
R libcxx/include/__cxx03/__algorithm/ranges_remove_if.h
R libcxx/include/__cxx03/__algorithm/ranges_replace.h
R libcxx/include/__cxx03/__algorithm/ranges_replace_copy.h
R libcxx/include/__cxx03/__algorithm/ranges_replace_copy_if.h
R libcxx/include/__cxx03/__algorithm/ranges_replace_if.h
R libcxx/include/__cxx03/__algorithm/ranges_reverse.h
R libcxx/include/__cxx03/__algorithm/ranges_reverse_copy.h
R libcxx/include/__cxx03/__algorithm/ranges_rotate.h
R libcxx/include/__cxx03/__algorithm/ranges_rotate_copy.h
R libcxx/include/__cxx03/__algorithm/ranges_sample.h
R libcxx/include/__cxx03/__algorithm/ranges_search.h
R libcxx/include/__cxx03/__algorithm/ranges_search_n.h
R libcxx/include/__cxx03/__algorithm/ranges_set_difference.h
R libcxx/include/__cxx03/__algorithm/ranges_set_intersection.h
R libcxx/include/__cxx03/__algorithm/ranges_set_symmetric_difference.h
R libcxx/include/__cxx03/__algorithm/ranges_set_union.h
R libcxx/include/__cxx03/__algorithm/ranges_shuffle.h
R libcxx/include/__cxx03/__algorithm/ranges_sort.h
R libcxx/include/__cxx03/__algorithm/ranges_sort_heap.h
R libcxx/include/__cxx03/__algorithm/ranges_stable_partition.h
R libcxx/include/__cxx03/__algorithm/ranges_stable_sort.h
R libcxx/include/__cxx03/__algorithm/ranges_starts_with.h
R libcxx/include/__cxx03/__algorithm/ranges_swap_ranges.h
R libcxx/include/__cxx03/__algorithm/ranges_transform.h
R libcxx/include/__cxx03/__algorithm/ranges_unique.h
R libcxx/include/__cxx03/__algorithm/ranges_unique_copy.h
R libcxx/include/__cxx03/__algorithm/ranges_upper_bound.h
R libcxx/include/__cxx03/__algorithm/remove.h
R libcxx/include/__cxx03/__algorithm/remove_copy.h
R libcxx/include/__cxx03/__algorithm/remove_copy_if.h
R libcxx/include/__cxx03/__algorithm/remove_if.h
R libcxx/include/__cxx03/__algorithm/replace.h
R libcxx/include/__cxx03/__algorithm/replace_copy.h
R libcxx/include/__cxx03/__algorithm/replace_copy_if.h
R libcxx/include/__cxx03/__algorithm/replace_if.h
R libcxx/include/__cxx03/__algorithm/reverse.h
R libcxx/include/__cxx03/__algorithm/reverse_copy.h
R libcxx/include/__cxx03/__algorithm/rotate.h
R libcxx/include/__cxx03/__algorithm/rotate_copy.h
R libcxx/include/__cxx03/__algorithm/sample.h
R libcxx/include/__cxx03/__algorithm/search.h
R libcxx/include/__cxx03/__algorithm/search_n.h
R libcxx/include/__cxx03/__algorithm/set_difference.h
R libcxx/include/__cxx03/__algorithm/set_intersection.h
R libcxx/include/__cxx03/__algorithm/set_symmetric_difference.h
R libcxx/include/__cxx03/__algorithm/set_union.h
R libcxx/include/__cxx03/__algorithm/shift_left.h
R libcxx/include/__cxx03/__algorithm/shift_right.h
R libcxx/include/__cxx03/__algorithm/shuffle.h
R libcxx/include/__cxx03/__algorithm/sift_down.h
R libcxx/include/__cxx03/__algorithm/simd_utils.h
R libcxx/include/__cxx03/__algorithm/sort.h
R libcxx/include/__cxx03/__algorithm/sort_heap.h
R libcxx/include/__cxx03/__algorithm/stable_partition.h
R libcxx/include/__cxx03/__algorithm/stable_sort.h
R libcxx/include/__cxx03/__algorithm/swap_ranges.h
R libcxx/include/__cxx03/__algorithm/three_way_comp_ref_type.h
R libcxx/include/__cxx03/__algorithm/transform.h
R libcxx/include/__cxx03/__algorithm/uniform_random_bit_generator_adaptor.h
R libcxx/include/__cxx03/__algorithm/unique.h
R libcxx/include/__cxx03/__algorithm/unique_copy.h
R libcxx/include/__cxx03/__algorithm/unwrap_iter.h
R libcxx/include/__cxx03/__algorithm/unwrap_range.h
R libcxx/include/__cxx03/__algorithm/upper_bound.h
R libcxx/include/__cxx03/__assert
R libcxx/include/__cxx03/__atomic/aliases.h
R libcxx/include/__cxx03/__atomic/atomic.h
R libcxx/include/__cxx03/__atomic/atomic_base.h
R libcxx/include/__cxx03/__atomic/atomic_flag.h
R libcxx/include/__cxx03/__atomic/atomic_init.h
R libcxx/include/__cxx03/__atomic/atomic_lock_free.h
R libcxx/include/__cxx03/__atomic/atomic_ref.h
R libcxx/include/__cxx03/__atomic/atomic_sync.h
R libcxx/include/__cxx03/__atomic/check_memory_order.h
R libcxx/include/__cxx03/__atomic/contention_t.h
R libcxx/include/__cxx03/__atomic/cxx_atomic_impl.h
R libcxx/include/__cxx03/__atomic/fence.h
R libcxx/include/__cxx03/__atomic/is_always_lock_free.h
R libcxx/include/__cxx03/__atomic/kill_dependency.h
R libcxx/include/__cxx03/__atomic/memory_order.h
R libcxx/include/__cxx03/__atomic/to_gcc_order.h
R libcxx/include/__cxx03/__bit/bit_cast.h
R libcxx/include/__cxx03/__bit/bit_ceil.h
R libcxx/include/__cxx03/__bit/bit_floor.h
R libcxx/include/__cxx03/__bit/bit_log2.h
R libcxx/include/__cxx03/__bit/bit_width.h
R libcxx/include/__cxx03/__bit/blsr.h
R libcxx/include/__cxx03/__bit/byteswap.h
R libcxx/include/__cxx03/__bit/countl.h
R libcxx/include/__cxx03/__bit/countr.h
R libcxx/include/__cxx03/__bit/endian.h
R libcxx/include/__cxx03/__bit/has_single_bit.h
R libcxx/include/__cxx03/__bit/invert_if.h
R libcxx/include/__cxx03/__bit/popcount.h
R libcxx/include/__cxx03/__bit/rotate.h
R libcxx/include/__cxx03/__bit_reference
R libcxx/include/__cxx03/__charconv/chars_format.h
R libcxx/include/__cxx03/__charconv/from_chars_integral.h
R libcxx/include/__cxx03/__charconv/from_chars_result.h
R libcxx/include/__cxx03/__charconv/tables.h
R libcxx/include/__cxx03/__charconv/to_chars.h
R libcxx/include/__cxx03/__charconv/to_chars_base_10.h
R libcxx/include/__cxx03/__charconv/to_chars_floating_point.h
R libcxx/include/__cxx03/__charconv/to_chars_integral.h
R libcxx/include/__cxx03/__charconv/to_chars_result.h
R libcxx/include/__cxx03/__charconv/traits.h
R libcxx/include/__cxx03/__chrono/calendar.h
R libcxx/include/__cxx03/__chrono/concepts.h
R libcxx/include/__cxx03/__chrono/convert_to_timespec.h
R libcxx/include/__cxx03/__chrono/convert_to_tm.h
R libcxx/include/__cxx03/__chrono/day.h
R libcxx/include/__cxx03/__chrono/duration.h
R libcxx/include/__cxx03/__chrono/exception.h
R libcxx/include/__cxx03/__chrono/file_clock.h
R libcxx/include/__cxx03/__chrono/formatter.h
R libcxx/include/__cxx03/__chrono/hh_mm_ss.h
R libcxx/include/__cxx03/__chrono/high_resolution_clock.h
R libcxx/include/__cxx03/__chrono/leap_second.h
R libcxx/include/__cxx03/__chrono/literals.h
R libcxx/include/__cxx03/__chrono/local_info.h
R libcxx/include/__cxx03/__chrono/month.h
R libcxx/include/__cxx03/__chrono/month_weekday.h
R libcxx/include/__cxx03/__chrono/monthday.h
R libcxx/include/__cxx03/__chrono/ostream.h
R libcxx/include/__cxx03/__chrono/parser_std_format_spec.h
R libcxx/include/__cxx03/__chrono/statically_widen.h
R libcxx/include/__cxx03/__chrono/steady_clock.h
R libcxx/include/__cxx03/__chrono/sys_info.h
R libcxx/include/__cxx03/__chrono/system_clock.h
R libcxx/include/__cxx03/__chrono/time_point.h
R libcxx/include/__cxx03/__chrono/time_zone.h
R libcxx/include/__cxx03/__chrono/time_zone_link.h
R libcxx/include/__cxx03/__chrono/tzdb.h
R libcxx/include/__cxx03/__chrono/tzdb_list.h
R libcxx/include/__cxx03/__chrono/weekday.h
R libcxx/include/__cxx03/__chrono/year.h
R libcxx/include/__cxx03/__chrono/year_month.h
R libcxx/include/__cxx03/__chrono/year_month_day.h
R libcxx/include/__cxx03/__chrono/year_month_weekday.h
R libcxx/include/__cxx03/__chrono/zoned_time.h
R libcxx/include/__cxx03/__compare/common_comparison_category.h
R libcxx/include/__cxx03/__compare/compare_partial_order_fallback.h
R libcxx/include/__cxx03/__compare/compare_strong_order_fallback.h
R libcxx/include/__cxx03/__compare/compare_three_way.h
R libcxx/include/__cxx03/__compare/compare_three_way_result.h
R libcxx/include/__cxx03/__compare/compare_weak_order_fallback.h
R libcxx/include/__cxx03/__compare/is_eq.h
R libcxx/include/__cxx03/__compare/ordering.h
R libcxx/include/__cxx03/__compare/partial_order.h
R libcxx/include/__cxx03/__compare/strong_order.h
R libcxx/include/__cxx03/__compare/synth_three_way.h
R libcxx/include/__cxx03/__compare/three_way_comparable.h
R libcxx/include/__cxx03/__compare/weak_order.h
R libcxx/include/__cxx03/__concepts/arithmetic.h
R libcxx/include/__cxx03/__concepts/assignable.h
R libcxx/include/__cxx03/__concepts/boolean_testable.h
R libcxx/include/__cxx03/__concepts/class_or_enum.h
R libcxx/include/__cxx03/__concepts/common_reference_with.h
R libcxx/include/__cxx03/__concepts/common_with.h
R libcxx/include/__cxx03/__concepts/constructible.h
R libcxx/include/__cxx03/__concepts/convertible_to.h
R libcxx/include/__cxx03/__concepts/copyable.h
R libcxx/include/__cxx03/__concepts/derived_from.h
R libcxx/include/__cxx03/__concepts/destructible.h
R libcxx/include/__cxx03/__concepts/different_from.h
R libcxx/include/__cxx03/__concepts/equality_comparable.h
R libcxx/include/__cxx03/__concepts/invocable.h
R libcxx/include/__cxx03/__concepts/movable.h
R libcxx/include/__cxx03/__concepts/predicate.h
R libcxx/include/__cxx03/__concepts/regular.h
R libcxx/include/__cxx03/__concepts/relation.h
R libcxx/include/__cxx03/__concepts/same_as.h
R libcxx/include/__cxx03/__concepts/semiregular.h
R libcxx/include/__cxx03/__concepts/swappable.h
R libcxx/include/__cxx03/__concepts/totally_ordered.h
R libcxx/include/__cxx03/__condition_variable/condition_variable.h
R libcxx/include/__cxx03/__config
R libcxx/include/__cxx03/__config_site.in
R libcxx/include/__cxx03/__configuration/abi.h
R libcxx/include/__cxx03/__configuration/availability.h
R libcxx/include/__cxx03/__configuration/compiler.h
R libcxx/include/__cxx03/__configuration/language.h
R libcxx/include/__cxx03/__configuration/platform.h
R libcxx/include/__cxx03/__coroutine/coroutine_handle.h
R libcxx/include/__cxx03/__coroutine/coroutine_traits.h
R libcxx/include/__cxx03/__coroutine/noop_coroutine_handle.h
R libcxx/include/__cxx03/__coroutine/trivial_awaitables.h
R libcxx/include/__cxx03/__debug_utils/randomize_range.h
R libcxx/include/__cxx03/__debug_utils/sanitizers.h
R libcxx/include/__cxx03/__debug_utils/strict_weak_ordering_check.h
R libcxx/include/__cxx03/__exception/exception.h
R libcxx/include/__cxx03/__exception/exception_ptr.h
R libcxx/include/__cxx03/__exception/nested_exception.h
R libcxx/include/__cxx03/__exception/operations.h
R libcxx/include/__cxx03/__exception/terminate.h
R libcxx/include/__cxx03/__expected/bad_expected_access.h
R libcxx/include/__cxx03/__expected/expected.h
R libcxx/include/__cxx03/__expected/unexpect.h
R libcxx/include/__cxx03/__expected/unexpected.h
R libcxx/include/__cxx03/__filesystem/copy_options.h
R libcxx/include/__cxx03/__filesystem/directory_entry.h
R libcxx/include/__cxx03/__filesystem/directory_iterator.h
R libcxx/include/__cxx03/__filesystem/directory_options.h
R libcxx/include/__cxx03/__filesystem/file_status.h
R libcxx/include/__cxx03/__filesystem/file_time_type.h
R libcxx/include/__cxx03/__filesystem/file_type.h
R libcxx/include/__cxx03/__filesystem/filesystem_error.h
R libcxx/include/__cxx03/__filesystem/operations.h
R libcxx/include/__cxx03/__filesystem/path.h
R libcxx/include/__cxx03/__filesystem/path_iterator.h
R libcxx/include/__cxx03/__filesystem/perm_options.h
R libcxx/include/__cxx03/__filesystem/perms.h
R libcxx/include/__cxx03/__filesystem/recursive_directory_iterator.h
R libcxx/include/__cxx03/__filesystem/space_info.h
R libcxx/include/__cxx03/__filesystem/u8path.h
R libcxx/include/__cxx03/__format/buffer.h
R libcxx/include/__cxx03/__format/concepts.h
R libcxx/include/__cxx03/__format/container_adaptor.h
R libcxx/include/__cxx03/__format/enable_insertable.h
R libcxx/include/__cxx03/__format/escaped_output_table.h
R libcxx/include/__cxx03/__format/extended_grapheme_cluster_table.h
R libcxx/include/__cxx03/__format/format_arg.h
R libcxx/include/__cxx03/__format/format_arg_store.h
R libcxx/include/__cxx03/__format/format_args.h
R libcxx/include/__cxx03/__format/format_context.h
R libcxx/include/__cxx03/__format/format_error.h
R libcxx/include/__cxx03/__format/format_functions.h
R libcxx/include/__cxx03/__format/format_parse_context.h
R libcxx/include/__cxx03/__format/format_string.h
R libcxx/include/__cxx03/__format/format_to_n_result.h
R libcxx/include/__cxx03/__format/formatter.h
R libcxx/include/__cxx03/__format/formatter_bool.h
R libcxx/include/__cxx03/__format/formatter_char.h
R libcxx/include/__cxx03/__format/formatter_floating_point.h
R libcxx/include/__cxx03/__format/formatter_integer.h
R libcxx/include/__cxx03/__format/formatter_integral.h
R libcxx/include/__cxx03/__format/formatter_output.h
R libcxx/include/__cxx03/__format/formatter_pointer.h
R libcxx/include/__cxx03/__format/formatter_string.h
R libcxx/include/__cxx03/__format/formatter_tuple.h
R libcxx/include/__cxx03/__format/indic_conjunct_break_table.h
R libcxx/include/__cxx03/__format/parser_std_format_spec.h
R libcxx/include/__cxx03/__format/range_default_formatter.h
R libcxx/include/__cxx03/__format/range_formatter.h
R libcxx/include/__cxx03/__format/unicode.h
R libcxx/include/__cxx03/__format/width_estimation_table.h
R libcxx/include/__cxx03/__format/write_escaped.h
R libcxx/include/__cxx03/__functional/binary_function.h
R libcxx/include/__cxx03/__functional/binary_negate.h
R libcxx/include/__cxx03/__functional/bind.h
R libcxx/include/__cxx03/__functional/bind_back.h
R libcxx/include/__cxx03/__functional/bind_front.h
R libcxx/include/__cxx03/__functional/binder1st.h
R libcxx/include/__cxx03/__functional/binder2nd.h
R libcxx/include/__cxx03/__functional/boyer_moore_searcher.h
R libcxx/include/__cxx03/__functional/compose.h
R libcxx/include/__cxx03/__functional/default_searcher.h
R libcxx/include/__cxx03/__functional/function.h
R libcxx/include/__cxx03/__functional/hash.h
R libcxx/include/__cxx03/__functional/identity.h
R libcxx/include/__cxx03/__functional/invoke.h
R libcxx/include/__cxx03/__functional/is_transparent.h
R libcxx/include/__cxx03/__functional/mem_fn.h
R libcxx/include/__cxx03/__functional/mem_fun_ref.h
R libcxx/include/__cxx03/__functional/not_fn.h
R libcxx/include/__cxx03/__functional/operations.h
R libcxx/include/__cxx03/__functional/perfect_forward.h
R libcxx/include/__cxx03/__functional/pointer_to_binary_function.h
R libcxx/include/__cxx03/__functional/pointer_to_unary_function.h
R libcxx/include/__cxx03/__functional/ranges_operations.h
R libcxx/include/__cxx03/__functional/reference_wrapper.h
R libcxx/include/__cxx03/__functional/unary_function.h
R libcxx/include/__cxx03/__functional/unary_negate.h
R libcxx/include/__cxx03/__functional/weak_result_type.h
R libcxx/include/__cxx03/__fwd/array.h
R libcxx/include/__cxx03/__fwd/bit_reference.h
R libcxx/include/__cxx03/__fwd/complex.h
R libcxx/include/__cxx03/__fwd/deque.h
R libcxx/include/__cxx03/__fwd/format.h
R libcxx/include/__cxx03/__fwd/fstream.h
R libcxx/include/__cxx03/__fwd/functional.h
R libcxx/include/__cxx03/__fwd/ios.h
R libcxx/include/__cxx03/__fwd/istream.h
R libcxx/include/__cxx03/__fwd/mdspan.h
R libcxx/include/__cxx03/__fwd/memory.h
R libcxx/include/__cxx03/__fwd/memory_resource.h
R libcxx/include/__cxx03/__fwd/ostream.h
R libcxx/include/__cxx03/__fwd/pair.h
R libcxx/include/__cxx03/__fwd/queue.h
R libcxx/include/__cxx03/__fwd/span.h
R libcxx/include/__cxx03/__fwd/sstream.h
R libcxx/include/__cxx03/__fwd/stack.h
R libcxx/include/__cxx03/__fwd/streambuf.h
R libcxx/include/__cxx03/__fwd/string.h
R libcxx/include/__cxx03/__fwd/string_view.h
R libcxx/include/__cxx03/__fwd/subrange.h
R libcxx/include/__cxx03/__fwd/tuple.h
R libcxx/include/__cxx03/__fwd/vector.h
R libcxx/include/__cxx03/__hash_table
R libcxx/include/__cxx03/__ios/fpos.h
R libcxx/include/__cxx03/__iterator/access.h
R libcxx/include/__cxx03/__iterator/advance.h
R libcxx/include/__cxx03/__iterator/aliasing_iterator.h
R libcxx/include/__cxx03/__iterator/back_insert_iterator.h
R libcxx/include/__cxx03/__iterator/bounded_iter.h
R libcxx/include/__cxx03/__iterator/common_iterator.h
R libcxx/include/__cxx03/__iterator/concepts.h
R libcxx/include/__cxx03/__iterator/counted_iterator.h
R libcxx/include/__cxx03/__iterator/cpp17_iterator_concepts.h
R libcxx/include/__cxx03/__iterator/data.h
R libcxx/include/__cxx03/__iterator/default_sentinel.h
R libcxx/include/__cxx03/__iterator/distance.h
R libcxx/include/__cxx03/__iterator/empty.h
R libcxx/include/__cxx03/__iterator/erase_if_container.h
R libcxx/include/__cxx03/__iterator/front_insert_iterator.h
R libcxx/include/__cxx03/__iterator/incrementable_traits.h
R libcxx/include/__cxx03/__iterator/indirectly_comparable.h
R libcxx/include/__cxx03/__iterator/insert_iterator.h
R libcxx/include/__cxx03/__iterator/istream_iterator.h
R libcxx/include/__cxx03/__iterator/istreambuf_iterator.h
R libcxx/include/__cxx03/__iterator/iter_move.h
R libcxx/include/__cxx03/__iterator/iter_swap.h
R libcxx/include/__cxx03/__iterator/iterator.h
R libcxx/include/__cxx03/__iterator/iterator_traits.h
R libcxx/include/__cxx03/__iterator/iterator_with_data.h
R libcxx/include/__cxx03/__iterator/mergeable.h
R libcxx/include/__cxx03/__iterator/move_iterator.h
R libcxx/include/__cxx03/__iterator/move_sentinel.h
R libcxx/include/__cxx03/__iterator/next.h
R libcxx/include/__cxx03/__iterator/ostream_iterator.h
R libcxx/include/__cxx03/__iterator/ostreambuf_iterator.h
R libcxx/include/__cxx03/__iterator/permutable.h
R libcxx/include/__cxx03/__iterator/prev.h
R libcxx/include/__cxx03/__iterator/projected.h
R libcxx/include/__cxx03/__iterator/ranges_iterator_traits.h
R libcxx/include/__cxx03/__iterator/readable_traits.h
R libcxx/include/__cxx03/__iterator/reverse_access.h
R libcxx/include/__cxx03/__iterator/reverse_iterator.h
R libcxx/include/__cxx03/__iterator/segmented_iterator.h
R libcxx/include/__cxx03/__iterator/size.h
R libcxx/include/__cxx03/__iterator/sortable.h
R libcxx/include/__cxx03/__iterator/unreachable_sentinel.h
R libcxx/include/__cxx03/__iterator/wrap_iter.h
R libcxx/include/__cxx03/__locale
R libcxx/include/__cxx03/__locale_dir/locale_base_api.h
R libcxx/include/__cxx03/__locale_dir/locale_base_api/android.h
R libcxx/include/__cxx03/__locale_dir/locale_base_api/bsd_locale_defaults.h
R libcxx/include/__cxx03/__locale_dir/locale_base_api/bsd_locale_fallbacks.h
R libcxx/include/__cxx03/__locale_dir/locale_base_api/fuchsia.h
R libcxx/include/__cxx03/__locale_dir/locale_base_api/ibm.h
R libcxx/include/__cxx03/__locale_dir/locale_base_api/locale_guard.h
R libcxx/include/__cxx03/__locale_dir/locale_base_api/musl.h
R libcxx/include/__cxx03/__locale_dir/locale_base_api/newlib.h
R libcxx/include/__cxx03/__locale_dir/locale_base_api/openbsd.h
R libcxx/include/__cxx03/__locale_dir/locale_base_api/win32.h
R libcxx/include/__cxx03/__math/abs.h
R libcxx/include/__cxx03/__math/copysign.h
R libcxx/include/__cxx03/__math/error_functions.h
R libcxx/include/__cxx03/__math/exponential_functions.h
R libcxx/include/__cxx03/__math/fdim.h
R libcxx/include/__cxx03/__math/fma.h
R libcxx/include/__cxx03/__math/gamma.h
R libcxx/include/__cxx03/__math/hyperbolic_functions.h
R libcxx/include/__cxx03/__math/hypot.h
R libcxx/include/__cxx03/__math/inverse_hyperbolic_functions.h
R libcxx/include/__cxx03/__math/inverse_trigonometric_functions.h
R libcxx/include/__cxx03/__math/logarithms.h
R libcxx/include/__cxx03/__math/min_max.h
R libcxx/include/__cxx03/__math/modulo.h
R libcxx/include/__cxx03/__math/remainder.h
R libcxx/include/__cxx03/__math/roots.h
R libcxx/include/__cxx03/__math/rounding_functions.h
R libcxx/include/__cxx03/__math/special_functions.h
R libcxx/include/__cxx03/__math/traits.h
R libcxx/include/__cxx03/__math/trigonometric_functions.h
R libcxx/include/__cxx03/__mbstate_t.h
R libcxx/include/__cxx03/__mdspan/default_accessor.h
R libcxx/include/__cxx03/__mdspan/extents.h
R libcxx/include/__cxx03/__mdspan/layout_left.h
R libcxx/include/__cxx03/__mdspan/layout_right.h
R libcxx/include/__cxx03/__mdspan/layout_stride.h
R libcxx/include/__cxx03/__mdspan/mdspan.h
R libcxx/include/__cxx03/__memory/addressof.h
R libcxx/include/__cxx03/__memory/align.h
R libcxx/include/__cxx03/__memory/aligned_alloc.h
R libcxx/include/__cxx03/__memory/allocate_at_least.h
R libcxx/include/__cxx03/__memory/allocation_guard.h
R libcxx/include/__cxx03/__memory/allocator.h
R libcxx/include/__cxx03/__memory/allocator_arg_t.h
R libcxx/include/__cxx03/__memory/allocator_destructor.h
R libcxx/include/__cxx03/__memory/allocator_traits.h
R libcxx/include/__cxx03/__memory/assume_aligned.h
R libcxx/include/__cxx03/__memory/auto_ptr.h
R libcxx/include/__cxx03/__memory/builtin_new_allocator.h
R libcxx/include/__cxx03/__memory/compressed_pair.h
R libcxx/include/__cxx03/__memory/concepts.h
R libcxx/include/__cxx03/__memory/construct_at.h
R libcxx/include/__cxx03/__memory/destruct_n.h
R libcxx/include/__cxx03/__memory/inout_ptr.h
R libcxx/include/__cxx03/__memory/out_ptr.h
R libcxx/include/__cxx03/__memory/pointer_traits.h
R libcxx/include/__cxx03/__memory/ranges_construct_at.h
R libcxx/include/__cxx03/__memory/ranges_uninitialized_algorithms.h
R libcxx/include/__cxx03/__memory/raw_storage_iterator.h
R libcxx/include/__cxx03/__memory/shared_ptr.h
R libcxx/include/__cxx03/__memory/swap_allocator.h
R libcxx/include/__cxx03/__memory/temp_value.h
R libcxx/include/__cxx03/__memory/temporary_buffer.h
R libcxx/include/__cxx03/__memory/uninitialized_algorithms.h
R libcxx/include/__cxx03/__memory/unique_ptr.h
R libcxx/include/__cxx03/__memory/uses_allocator.h
R libcxx/include/__cxx03/__memory/uses_allocator_construction.h
R libcxx/include/__cxx03/__memory/voidify.h
R libcxx/include/__cxx03/__memory_resource/memory_resource.h
R libcxx/include/__cxx03/__memory_resource/monotonic_buffer_resource.h
R libcxx/include/__cxx03/__memory_resource/polymorphic_allocator.h
R libcxx/include/__cxx03/__memory_resource/pool_options.h
R libcxx/include/__cxx03/__memory_resource/synchronized_pool_resource.h
R libcxx/include/__cxx03/__memory_resource/unsynchronized_pool_resource.h
R libcxx/include/__cxx03/__mutex/lock_guard.h
R libcxx/include/__cxx03/__mutex/mutex.h
R libcxx/include/__cxx03/__mutex/once_flag.h
R libcxx/include/__cxx03/__mutex/tag_types.h
R libcxx/include/__cxx03/__mutex/unique_lock.h
R libcxx/include/__cxx03/__node_handle
R libcxx/include/__cxx03/__numeric/accumulate.h
R libcxx/include/__cxx03/__numeric/adjacent_difference.h
R libcxx/include/__cxx03/__numeric/exclusive_scan.h
R libcxx/include/__cxx03/__numeric/gcd_lcm.h
R libcxx/include/__cxx03/__numeric/inclusive_scan.h
R libcxx/include/__cxx03/__numeric/inner_product.h
R libcxx/include/__cxx03/__numeric/iota.h
R libcxx/include/__cxx03/__numeric/midpoint.h
R libcxx/include/__cxx03/__numeric/partial_sum.h
R libcxx/include/__cxx03/__numeric/pstl.h
R libcxx/include/__cxx03/__numeric/reduce.h
R libcxx/include/__cxx03/__numeric/saturation_arithmetic.h
R libcxx/include/__cxx03/__numeric/transform_exclusive_scan.h
R libcxx/include/__cxx03/__numeric/transform_inclusive_scan.h
R libcxx/include/__cxx03/__numeric/transform_reduce.h
R libcxx/include/__cxx03/__ostream/basic_ostream.h
R libcxx/include/__cxx03/__ostream/print.h
R libcxx/include/__cxx03/__pstl/backend.h
R libcxx/include/__cxx03/__pstl/backend_fwd.h
R libcxx/include/__cxx03/__pstl/backends/default.h
R libcxx/include/__cxx03/__pstl/backends/libdispatch.h
R libcxx/include/__cxx03/__pstl/backends/serial.h
R libcxx/include/__cxx03/__pstl/backends/std_thread.h
R libcxx/include/__cxx03/__pstl/cpu_algos/any_of.h
R libcxx/include/__cxx03/__pstl/cpu_algos/cpu_traits.h
R libcxx/include/__cxx03/__pstl/cpu_algos/fill.h
R libcxx/include/__cxx03/__pstl/cpu_algos/find_if.h
R libcxx/include/__cxx03/__pstl/cpu_algos/for_each.h
R libcxx/include/__cxx03/__pstl/cpu_algos/merge.h
R libcxx/include/__cxx03/__pstl/cpu_algos/stable_sort.h
R libcxx/include/__cxx03/__pstl/cpu_algos/transform.h
R libcxx/include/__cxx03/__pstl/cpu_algos/transform_reduce.h
R libcxx/include/__cxx03/__pstl/dispatch.h
R libcxx/include/__cxx03/__pstl/handle_exception.h
R libcxx/include/__cxx03/__random/bernoulli_distribution.h
R libcxx/include/__cxx03/__random/binomial_distribution.h
R libcxx/include/__cxx03/__random/cauchy_distribution.h
R libcxx/include/__cxx03/__random/chi_squared_distribution.h
R libcxx/include/__cxx03/__random/clamp_to_integral.h
R libcxx/include/__cxx03/__random/default_random_engine.h
R libcxx/include/__cxx03/__random/discard_block_engine.h
R libcxx/include/__cxx03/__random/discrete_distribution.h
R libcxx/include/__cxx03/__random/exponential_distribution.h
R libcxx/include/__cxx03/__random/extreme_value_distribution.h
R libcxx/include/__cxx03/__random/fisher_f_distribution.h
R libcxx/include/__cxx03/__random/gamma_distribution.h
R libcxx/include/__cxx03/__random/generate_canonical.h
R libcxx/include/__cxx03/__random/geometric_distribution.h
R libcxx/include/__cxx03/__random/independent_bits_engine.h
R libcxx/include/__cxx03/__random/is_seed_sequence.h
R libcxx/include/__cxx03/__random/is_valid.h
R libcxx/include/__cxx03/__random/knuth_b.h
R libcxx/include/__cxx03/__random/linear_congruential_engine.h
R libcxx/include/__cxx03/__random/log2.h
R libcxx/include/__cxx03/__random/lognormal_distribution.h
R libcxx/include/__cxx03/__random/mersenne_twister_engine.h
R libcxx/include/__cxx03/__random/negative_binomial_distribution.h
R libcxx/include/__cxx03/__random/normal_distribution.h
R libcxx/include/__cxx03/__random/piecewise_constant_distribution.h
R libcxx/include/__cxx03/__random/piecewise_linear_distribution.h
R libcxx/include/__cxx03/__random/poisson_distribution.h
R libcxx/include/__cxx03/__random/random_device.h
R libcxx/include/__cxx03/__random/ranlux.h
R libcxx/include/__cxx03/__random/seed_seq.h
R libcxx/include/__cxx03/__random/shuffle_order_engine.h
R libcxx/include/__cxx03/__random/student_t_distribution.h
R libcxx/include/__cxx03/__random/subtract_with_carry_engine.h
R libcxx/include/__cxx03/__random/uniform_int_distribution.h
R libcxx/include/__cxx03/__random/uniform_random_bit_generator.h
R libcxx/include/__cxx03/__random/uniform_real_distribution.h
R libcxx/include/__cxx03/__random/weibull_distribution.h
R libcxx/include/__cxx03/__ranges/access.h
R libcxx/include/__cxx03/__ranges/all.h
R libcxx/include/__cxx03/__ranges/as_rvalue_view.h
R libcxx/include/__cxx03/__ranges/chunk_by_view.h
R libcxx/include/__cxx03/__ranges/common_view.h
R libcxx/include/__cxx03/__ranges/concepts.h
R libcxx/include/__cxx03/__ranges/container_compatible_range.h
R libcxx/include/__cxx03/__ranges/counted.h
R libcxx/include/__cxx03/__ranges/dangling.h
R libcxx/include/__cxx03/__ranges/data.h
R libcxx/include/__cxx03/__ranges/drop_view.h
R libcxx/include/__cxx03/__ranges/drop_while_view.h
R libcxx/include/__cxx03/__ranges/elements_view.h
R libcxx/include/__cxx03/__ranges/empty.h
R libcxx/include/__cxx03/__ranges/empty_view.h
R libcxx/include/__cxx03/__ranges/enable_borrowed_range.h
R libcxx/include/__cxx03/__ranges/enable_view.h
R libcxx/include/__cxx03/__ranges/filter_view.h
R libcxx/include/__cxx03/__ranges/from_range.h
R libcxx/include/__cxx03/__ranges/iota_view.h
R libcxx/include/__cxx03/__ranges/istream_view.h
R libcxx/include/__cxx03/__ranges/join_view.h
R libcxx/include/__cxx03/__ranges/lazy_split_view.h
R libcxx/include/__cxx03/__ranges/movable_box.h
R libcxx/include/__cxx03/__ranges/non_propagating_cache.h
R libcxx/include/__cxx03/__ranges/owning_view.h
R libcxx/include/__cxx03/__ranges/range_adaptor.h
R libcxx/include/__cxx03/__ranges/rbegin.h
R libcxx/include/__cxx03/__ranges/ref_view.h
R libcxx/include/__cxx03/__ranges/rend.h
R libcxx/include/__cxx03/__ranges/repeat_view.h
R libcxx/include/__cxx03/__ranges/reverse_view.h
R libcxx/include/__cxx03/__ranges/single_view.h
R libcxx/include/__cxx03/__ranges/size.h
R libcxx/include/__cxx03/__ranges/split_view.h
R libcxx/include/__cxx03/__ranges/subrange.h
R libcxx/include/__cxx03/__ranges/take_view.h
R libcxx/include/__cxx03/__ranges/take_while_view.h
R libcxx/include/__cxx03/__ranges/to.h
R libcxx/include/__cxx03/__ranges/transform_view.h
R libcxx/include/__cxx03/__ranges/view_interface.h
R libcxx/include/__cxx03/__ranges/views.h
R libcxx/include/__cxx03/__ranges/zip_view.h
R libcxx/include/__cxx03/__split_buffer
R libcxx/include/__cxx03/__std_clang_module
R libcxx/include/__cxx03/__std_mbstate_t.h
R libcxx/include/__cxx03/__stop_token/atomic_unique_lock.h
R libcxx/include/__cxx03/__stop_token/intrusive_list_view.h
R libcxx/include/__cxx03/__stop_token/intrusive_shared_ptr.h
R libcxx/include/__cxx03/__stop_token/stop_callback.h
R libcxx/include/__cxx03/__stop_token/stop_source.h
R libcxx/include/__cxx03/__stop_token/stop_state.h
R libcxx/include/__cxx03/__stop_token/stop_token.h
R libcxx/include/__cxx03/__string/char_traits.h
R libcxx/include/__cxx03/__string/constexpr_c_functions.h
R libcxx/include/__cxx03/__string/extern_template_lists.h
R libcxx/include/__cxx03/__support/ibm/gettod_zos.h
R libcxx/include/__cxx03/__support/ibm/locale_mgmt_zos.h
R libcxx/include/__cxx03/__support/ibm/nanosleep.h
R libcxx/include/__cxx03/__support/xlocale/__nop_locale_mgmt.h
R libcxx/include/__cxx03/__support/xlocale/__posix_l_fallback.h
R libcxx/include/__cxx03/__support/xlocale/__strtonum_fallback.h
R libcxx/include/__cxx03/__system_error/errc.h
R libcxx/include/__cxx03/__system_error/error_category.h
R libcxx/include/__cxx03/__system_error/error_code.h
R libcxx/include/__cxx03/__system_error/error_condition.h
R libcxx/include/__cxx03/__system_error/system_error.h
R libcxx/include/__cxx03/__thread/formatter.h
R libcxx/include/__cxx03/__thread/id.h
R libcxx/include/__cxx03/__thread/jthread.h
R libcxx/include/__cxx03/__thread/poll_with_backoff.h
R libcxx/include/__cxx03/__thread/support.h
R libcxx/include/__cxx03/__thread/support/c11.h
R libcxx/include/__cxx03/__thread/support/external.h
R libcxx/include/__cxx03/__thread/support/pthread.h
R libcxx/include/__cxx03/__thread/support/windows.h
R libcxx/include/__cxx03/__thread/this_thread.h
R libcxx/include/__cxx03/__thread/thread.h
R libcxx/include/__cxx03/__thread/timed_backoff_policy.h
R libcxx/include/__cxx03/__tree
R libcxx/include/__cxx03/__tuple/find_index.h
R libcxx/include/__cxx03/__tuple/ignore.h
R libcxx/include/__cxx03/__tuple/make_tuple_types.h
R libcxx/include/__cxx03/__tuple/sfinae_helpers.h
R libcxx/include/__cxx03/__tuple/tuple_element.h
R libcxx/include/__cxx03/__tuple/tuple_indices.h
R libcxx/include/__cxx03/__tuple/tuple_like.h
R libcxx/include/__cxx03/__tuple/tuple_like_ext.h
R libcxx/include/__cxx03/__tuple/tuple_like_no_subrange.h
R libcxx/include/__cxx03/__tuple/tuple_size.h
R libcxx/include/__cxx03/__tuple/tuple_types.h
R libcxx/include/__cxx03/__type_traits/add_const.h
R libcxx/include/__cxx03/__type_traits/add_cv.h
R libcxx/include/__cxx03/__type_traits/add_lvalue_reference.h
R libcxx/include/__cxx03/__type_traits/add_pointer.h
R libcxx/include/__cxx03/__type_traits/add_rvalue_reference.h
R libcxx/include/__cxx03/__type_traits/add_volatile.h
R libcxx/include/__cxx03/__type_traits/aligned_storage.h
R libcxx/include/__cxx03/__type_traits/aligned_union.h
R libcxx/include/__cxx03/__type_traits/alignment_of.h
R libcxx/include/__cxx03/__type_traits/can_extract_key.h
R libcxx/include/__cxx03/__type_traits/common_reference.h
R libcxx/include/__cxx03/__type_traits/common_type.h
R libcxx/include/__cxx03/__type_traits/conditional.h
R libcxx/include/__cxx03/__type_traits/conjunction.h
R libcxx/include/__cxx03/__type_traits/copy_cv.h
R libcxx/include/__cxx03/__type_traits/copy_cvref.h
R libcxx/include/__cxx03/__type_traits/datasizeof.h
R libcxx/include/__cxx03/__type_traits/decay.h
R libcxx/include/__cxx03/__type_traits/dependent_type.h
R libcxx/include/__cxx03/__type_traits/desugars_to.h
R libcxx/include/__cxx03/__type_traits/disjunction.h
R libcxx/include/__cxx03/__type_traits/enable_if.h
R libcxx/include/__cxx03/__type_traits/extent.h
R libcxx/include/__cxx03/__type_traits/has_unique_object_representation.h
R libcxx/include/__cxx03/__type_traits/has_virtual_destructor.h
R libcxx/include/__cxx03/__type_traits/integral_constant.h
R libcxx/include/__cxx03/__type_traits/invoke.h
R libcxx/include/__cxx03/__type_traits/is_abstract.h
R libcxx/include/__cxx03/__type_traits/is_aggregate.h
R libcxx/include/__cxx03/__type_traits/is_allocator.h
R libcxx/include/__cxx03/__type_traits/is_always_bitcastable.h
R libcxx/include/__cxx03/__type_traits/is_arithmetic.h
R libcxx/include/__cxx03/__type_traits/is_array.h
R libcxx/include/__cxx03/__type_traits/is_assignable.h
R libcxx/include/__cxx03/__type_traits/is_base_of.h
R libcxx/include/__cxx03/__type_traits/is_bounded_array.h
R libcxx/include/__cxx03/__type_traits/is_callable.h
R libcxx/include/__cxx03/__type_traits/is_char_like_type.h
R libcxx/include/__cxx03/__type_traits/is_class.h
R libcxx/include/__cxx03/__type_traits/is_compound.h
R libcxx/include/__cxx03/__type_traits/is_const.h
R libcxx/include/__cxx03/__type_traits/is_constant_evaluated.h
R libcxx/include/__cxx03/__type_traits/is_constructible.h
R libcxx/include/__cxx03/__type_traits/is_convertible.h
R libcxx/include/__cxx03/__type_traits/is_core_convertible.h
R libcxx/include/__cxx03/__type_traits/is_destructible.h
R libcxx/include/__cxx03/__type_traits/is_empty.h
R libcxx/include/__cxx03/__type_traits/is_enum.h
R libcxx/include/__cxx03/__type_traits/is_equality_comparable.h
R libcxx/include/__cxx03/__type_traits/is_execution_policy.h
R libcxx/include/__cxx03/__type_traits/is_final.h
R libcxx/include/__cxx03/__type_traits/is_floating_point.h
R libcxx/include/__cxx03/__type_traits/is_function.h
R libcxx/include/__cxx03/__type_traits/is_fundamental.h
R libcxx/include/__cxx03/__type_traits/is_implicitly_default_constructible.h
R libcxx/include/__cxx03/__type_traits/is_integral.h
R libcxx/include/__cxx03/__type_traits/is_literal_type.h
R libcxx/include/__cxx03/__type_traits/is_member_pointer.h
R libcxx/include/__cxx03/__type_traits/is_nothrow_assignable.h
R libcxx/include/__cxx03/__type_traits/is_nothrow_constructible.h
R libcxx/include/__cxx03/__type_traits/is_nothrow_convertible.h
R libcxx/include/__cxx03/__type_traits/is_nothrow_destructible.h
R libcxx/include/__cxx03/__type_traits/is_null_pointer.h
R libcxx/include/__cxx03/__type_traits/is_object.h
R libcxx/include/__cxx03/__type_traits/is_pod.h
R libcxx/include/__cxx03/__type_traits/is_pointer.h
R libcxx/include/__cxx03/__type_traits/is_polymorphic.h
R libcxx/include/__cxx03/__type_traits/is_primary_template.h
R libcxx/include/__cxx03/__type_traits/is_reference.h
R libcxx/include/__cxx03/__type_traits/is_reference_wrapper.h
R libcxx/include/__cxx03/__type_traits/is_referenceable.h
R libcxx/include/__cxx03/__type_traits/is_same.h
R libcxx/include/__cxx03/__type_traits/is_scalar.h
R libcxx/include/__cxx03/__type_traits/is_signed.h
R libcxx/include/__cxx03/__type_traits/is_signed_integer.h
R libcxx/include/__cxx03/__type_traits/is_specialization.h
R libcxx/include/__cxx03/__type_traits/is_standard_layout.h
R libcxx/include/__cxx03/__type_traits/is_swappable.h
R libcxx/include/__cxx03/__type_traits/is_trivial.h
R libcxx/include/__cxx03/__type_traits/is_trivially_assignable.h
R libcxx/include/__cxx03/__type_traits/is_trivially_constructible.h
R libcxx/include/__cxx03/__type_traits/is_trivially_copyable.h
R libcxx/include/__cxx03/__type_traits/is_trivially_destructible.h
R libcxx/include/__cxx03/__type_traits/is_trivially_lexicographically_comparable.h
R libcxx/include/__cxx03/__type_traits/is_trivially_relocatable.h
R libcxx/include/__cxx03/__type_traits/is_unbounded_array.h
R libcxx/include/__cxx03/__type_traits/is_union.h
R libcxx/include/__cxx03/__type_traits/is_unsigned.h
R libcxx/include/__cxx03/__type_traits/is_unsigned_integer.h
R libcxx/include/__cxx03/__type_traits/is_valid_expansion.h
R libcxx/include/__cxx03/__type_traits/is_void.h
R libcxx/include/__cxx03/__type_traits/is_volatile.h
R libcxx/include/__cxx03/__type_traits/lazy.h
R libcxx/include/__cxx03/__type_traits/make_32_64_or_128_bit.h
R libcxx/include/__cxx03/__type_traits/make_const_lvalue_ref.h
R libcxx/include/__cxx03/__type_traits/make_signed.h
R libcxx/include/__cxx03/__type_traits/make_unsigned.h
R libcxx/include/__cxx03/__type_traits/maybe_const.h
R libcxx/include/__cxx03/__type_traits/nat.h
R libcxx/include/__cxx03/__type_traits/negation.h
R libcxx/include/__cxx03/__type_traits/noexcept_move_assign_container.h
R libcxx/include/__cxx03/__type_traits/promote.h
R libcxx/include/__cxx03/__type_traits/rank.h
R libcxx/include/__cxx03/__type_traits/remove_all_extents.h
R libcxx/include/__cxx03/__type_traits/remove_const.h
R libcxx/include/__cxx03/__type_traits/remove_const_ref.h
R libcxx/include/__cxx03/__type_traits/remove_cv.h
R libcxx/include/__cxx03/__type_traits/remove_cvref.h
R libcxx/include/__cxx03/__type_traits/remove_extent.h
R libcxx/include/__cxx03/__type_traits/remove_pointer.h
R libcxx/include/__cxx03/__type_traits/remove_reference.h
R libcxx/include/__cxx03/__type_traits/remove_volatile.h
R libcxx/include/__cxx03/__type_traits/result_of.h
R libcxx/include/__cxx03/__type_traits/strip_signature.h
R libcxx/include/__cxx03/__type_traits/type_identity.h
R libcxx/include/__cxx03/__type_traits/type_list.h
R libcxx/include/__cxx03/__type_traits/underlying_type.h
R libcxx/include/__cxx03/__type_traits/unwrap_ref.h
R libcxx/include/__cxx03/__type_traits/void_t.h
R libcxx/include/__cxx03/__undef_macros
R libcxx/include/__cxx03/__utility/as_const.h
R libcxx/include/__cxx03/__utility/as_lvalue.h
R libcxx/include/__cxx03/__utility/auto_cast.h
R libcxx/include/__cxx03/__utility/cmp.h
R libcxx/include/__cxx03/__utility/convert_to_integral.h
R libcxx/include/__cxx03/__utility/declval.h
R libcxx/include/__cxx03/__utility/empty.h
R libcxx/include/__cxx03/__utility/exception_guard.h
R libcxx/include/__cxx03/__utility/exchange.h
R libcxx/include/__cxx03/__utility/forward.h
R libcxx/include/__cxx03/__utility/forward_like.h
R libcxx/include/__cxx03/__utility/in_place.h
R libcxx/include/__cxx03/__utility/integer_sequence.h
R libcxx/include/__cxx03/__utility/is_pointer_in_range.h
R libcxx/include/__cxx03/__utility/is_valid_range.h
R libcxx/include/__cxx03/__utility/move.h
R libcxx/include/__cxx03/__utility/no_destroy.h
R libcxx/include/__cxx03/__utility/pair.h
R libcxx/include/__cxx03/__utility/piecewise_construct.h
R libcxx/include/__cxx03/__utility/priority_tag.h
R libcxx/include/__cxx03/__utility/private_constructor_tag.h
R libcxx/include/__cxx03/__utility/rel_ops.h
R libcxx/include/__cxx03/__utility/small_buffer.h
R libcxx/include/__cxx03/__utility/swap.h
R libcxx/include/__cxx03/__utility/to_underlying.h
R libcxx/include/__cxx03/__utility/unreachable.h
R libcxx/include/__cxx03/__variant/monostate.h
R libcxx/include/__cxx03/__verbose_abort
R libcxx/include/__cxx03/algorithm
R libcxx/include/__cxx03/any
R libcxx/include/__cxx03/array
R libcxx/include/__cxx03/atomic
R libcxx/include/__cxx03/barrier
R libcxx/include/__cxx03/bit
R libcxx/include/__cxx03/bitset
R libcxx/include/__cxx03/cassert
R libcxx/include/__cxx03/ccomplex
R libcxx/include/__cxx03/cctype
R libcxx/include/__cxx03/cerrno
R libcxx/include/__cxx03/cfenv
R libcxx/include/__cxx03/cfloat
R libcxx/include/__cxx03/charconv
R libcxx/include/__cxx03/chrono
R libcxx/include/__cxx03/cinttypes
R libcxx/include/__cxx03/ciso646
R libcxx/include/__cxx03/climits
R libcxx/include/__cxx03/clocale
R libcxx/include/__cxx03/cmath
R libcxx/include/__cxx03/codecvt
R libcxx/include/__cxx03/compare
R libcxx/include/__cxx03/complex
R libcxx/include/__cxx03/complex.h
R libcxx/include/__cxx03/concepts
R libcxx/include/__cxx03/condition_variable
R libcxx/include/__cxx03/coroutine
R libcxx/include/__cxx03/csetjmp
R libcxx/include/__cxx03/csignal
R libcxx/include/__cxx03/cstdarg
R libcxx/include/__cxx03/cstdbool
R libcxx/include/__cxx03/cstddef
R libcxx/include/__cxx03/cstdint
R libcxx/include/__cxx03/cstdio
R libcxx/include/__cxx03/cstdlib
R libcxx/include/__cxx03/cstring
R libcxx/include/__cxx03/ctgmath
R libcxx/include/__cxx03/ctime
R libcxx/include/__cxx03/ctype.h
R libcxx/include/__cxx03/cuchar
R libcxx/include/__cxx03/cwchar
R libcxx/include/__cxx03/cwctype
R libcxx/include/__cxx03/deque
R libcxx/include/__cxx03/errno.h
R libcxx/include/__cxx03/exception
R libcxx/include/__cxx03/execution
R libcxx/include/__cxx03/expected
R libcxx/include/__cxx03/experimental/__config
R libcxx/include/__cxx03/experimental/__simd/aligned_tag.h
R libcxx/include/__cxx03/experimental/__simd/declaration.h
R libcxx/include/__cxx03/experimental/__simd/reference.h
R libcxx/include/__cxx03/experimental/__simd/scalar.h
R libcxx/include/__cxx03/experimental/__simd/simd.h
R libcxx/include/__cxx03/experimental/__simd/simd_mask.h
R libcxx/include/__cxx03/experimental/__simd/traits.h
R libcxx/include/__cxx03/experimental/__simd/utility.h
R libcxx/include/__cxx03/experimental/__simd/vec_ext.h
R libcxx/include/__cxx03/experimental/iterator
R libcxx/include/__cxx03/experimental/memory
R libcxx/include/__cxx03/experimental/propagate_const
R libcxx/include/__cxx03/experimental/simd
R libcxx/include/__cxx03/experimental/type_traits
R libcxx/include/__cxx03/experimental/utility
R libcxx/include/__cxx03/ext/__hash
R libcxx/include/__cxx03/ext/hash_map
R libcxx/include/__cxx03/ext/hash_set
R libcxx/include/__cxx03/fenv.h
R libcxx/include/__cxx03/filesystem
R libcxx/include/__cxx03/float.h
R libcxx/include/__cxx03/format
R libcxx/include/__cxx03/forward_list
R libcxx/include/__cxx03/fstream
R libcxx/include/__cxx03/functional
R libcxx/include/__cxx03/future
R libcxx/include/__cxx03/initializer_list
R libcxx/include/__cxx03/inttypes.h
R libcxx/include/__cxx03/iomanip
R libcxx/include/__cxx03/ios
R libcxx/include/__cxx03/iosfwd
R libcxx/include/__cxx03/iostream
R libcxx/include/__cxx03/istream
R libcxx/include/__cxx03/iterator
R libcxx/include/__cxx03/latch
R libcxx/include/__cxx03/limits
R libcxx/include/__cxx03/list
R libcxx/include/__cxx03/locale
R libcxx/include/__cxx03/locale.h
R libcxx/include/__cxx03/map
R libcxx/include/__cxx03/math.h
R libcxx/include/__cxx03/mdspan
R libcxx/include/__cxx03/memory
R libcxx/include/__cxx03/memory_resource
R libcxx/include/__cxx03/module.modulemap
R libcxx/include/__cxx03/mutex
R libcxx/include/__cxx03/new
R libcxx/include/__cxx03/numbers
R libcxx/include/__cxx03/numeric
R libcxx/include/__cxx03/optional
R libcxx/include/__cxx03/ostream
R libcxx/include/__cxx03/print
R libcxx/include/__cxx03/queue
R libcxx/include/__cxx03/random
R libcxx/include/__cxx03/ranges
R libcxx/include/__cxx03/ratio
R libcxx/include/__cxx03/regex
R libcxx/include/__cxx03/scoped_allocator
R libcxx/include/__cxx03/semaphore
R libcxx/include/__cxx03/set
R libcxx/include/__cxx03/shared_mutex
R libcxx/include/__cxx03/source_location
R libcxx/include/__cxx03/span
R libcxx/include/__cxx03/sstream
R libcxx/include/__cxx03/stack
R libcxx/include/__cxx03/stdatomic.h
R libcxx/include/__cxx03/stdbool.h
R libcxx/include/__cxx03/stddef.h
R libcxx/include/__cxx03/stdexcept
R libcxx/include/__cxx03/stdint.h
R libcxx/include/__cxx03/stdio.h
R libcxx/include/__cxx03/stdlib.h
R libcxx/include/__cxx03/stop_token
R libcxx/include/__cxx03/streambuf
R libcxx/include/__cxx03/string
R libcxx/include/__cxx03/string.h
R libcxx/include/__cxx03/string_view
R libcxx/include/__cxx03/strstream
R libcxx/include/__cxx03/syncstream
R libcxx/include/__cxx03/system_error
R libcxx/include/__cxx03/tgmath.h
R libcxx/include/__cxx03/thread
R libcxx/include/__cxx03/tuple
R libcxx/include/__cxx03/type_traits
R libcxx/include/__cxx03/typeindex
R libcxx/include/__cxx03/typeinfo
R libcxx/include/__cxx03/uchar.h
R libcxx/include/__cxx03/unordered_map
R libcxx/include/__cxx03/unordered_set
R libcxx/include/__cxx03/utility
R libcxx/include/__cxx03/valarray
R libcxx/include/__cxx03/variant
R libcxx/include/__cxx03/vector
R libcxx/include/__cxx03/version
R libcxx/include/__cxx03/wchar.h
R libcxx/include/__cxx03/wctype.h
Log Message:
-----------
Revert "[libc++][C++03] Copy the LLVM 19 headers (#108999)"
it causes: https://github.com/llvm/llvm-project/issues/110808
This reverts commit 67432f20491a0fa6b05f8a3a91f88e26175453d6.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list