lib/libcxx/include/__algorithm/clamp.h | 6 +- lib/libcxx/include/__algorithm/copy.h | 31 +- lib/libcxx/include/__algorithm/copy_backward.h | 35 +- lib/libcxx/include/__algorithm/copy_if.h | 7 +- lib/libcxx/include/__algorithm/copy_move_common.h | 21 +- lib/libcxx/include/__algorithm/copy_n.h | 10 +- lib/libcxx/include/__algorithm/equal.h | 71 ++- lib/libcxx/include/__algorithm/find.h | 27 +- lib/libcxx/include/__algorithm/find_if.h | 19 +- lib/libcxx/include/__algorithm/find_if_not.h | 24 +- lib/libcxx/include/__algorithm/find_segment_if.h | 17 +- lib/libcxx/include/__algorithm/for_each.h | 2 +- lib/libcxx/include/__algorithm/for_each_n.h | 5 +- lib/libcxx/include/__algorithm/generate_n.h | 7 +- lib/libcxx/include/__algorithm/in_out_result.h | 14 + lib/libcxx/include/__algorithm/lexicographical_compare_three_way.h | 8 +- lib/libcxx/include/__algorithm/lower_bound.h | 9 +- lib/libcxx/include/__algorithm/move.h | 31 +- lib/libcxx/include/__algorithm/move_backward.h | 30 +- lib/libcxx/include/__algorithm/out_value_result.h | 8 +- lib/libcxx/include/__algorithm/partial_sort_copy.h | 9 +- lib/libcxx/include/__algorithm/pstl.h | 90 +++ lib/libcxx/include/__algorithm/radix_sort.h | 8 +- lib/libcxx/include/__algorithm/ranges_copy.h | 6 +- lib/libcxx/include/__algorithm/ranges_copy_backward.h | 6 +- lib/libcxx/include/__algorithm/ranges_copy_if.h | 6 +- lib/libcxx/include/__algorithm/ranges_copy_n.h | 11 +- lib/libcxx/include/__algorithm/ranges_equal.h | 4 +- lib/libcxx/include/__algorithm/ranges_find_if.h | 15 +- lib/libcxx/include/__algorithm/ranges_find_if_not.h | 11 +- lib/libcxx/include/__algorithm/ranges_fold.h | 149 ++++- lib/libcxx/include/__algorithm/ranges_move.h | 11 +- lib/libcxx/include/__algorithm/ranges_move_backward.h | 11 +- lib/libcxx/include/__algorithm/ranges_partial_sort_copy.h | 6 +- lib/libcxx/include/__algorithm/ranges_remove_if.h | 5 +- lib/libcxx/include/__algorithm/ranges_reverse_copy.h | 3 +- lib/libcxx/include/__algorithm/ranges_set_difference.h | 9 +- lib/libcxx/include/__algorithm/ranges_shift_left.h | 73 +++ lib/libcxx/include/__algorithm/ranges_shift_right.h | 76 +++ lib/libcxx/include/__algorithm/ranges_swap_ranges.h | 33 +- lib/libcxx/include/__algorithm/ranges_unique_copy.h | 7 +- lib/libcxx/include/__algorithm/rotate.h | 4 +- lib/libcxx/include/__algorithm/set_difference.h | 11 +- lib/libcxx/include/__algorithm/set_intersection.h | 7 +- lib/libcxx/include/__algorithm/set_symmetric_difference.h | 4 +- lib/libcxx/include/__algorithm/set_union.h | 4 +- lib/libcxx/include/__algorithm/shift_left.h | 43 +- lib/libcxx/include/__algorithm/shift_right.h | 80 ++- lib/libcxx/include/__algorithm/shuffle.h | 2 + lib/libcxx/include/__algorithm/simd_utils.h | 16 +- lib/libcxx/include/__algorithm/sort.h | 2 + lib/libcxx/include/__algorithm/specialized_algorithms.h | 1 + lib/libcxx/include/__algorithm/swap_ranges.h | 202 +------ lib/libcxx/include/__algorithm/three_way_comp_ref_type.h | 8 +- lib/libcxx/include/__algorithm/unique_copy.h | 16 +- lib/libcxx/include/__algorithm/unwrap_iter.h | 18 +- lib/libcxx/include/__algorithm/unwrap_range.h | 55 +- lib/libcxx/include/__assert | 2 +- lib/libcxx/include/__atomic/atomic.h | 6 +- lib/libcxx/include/__atomic/atomic_flag.h | 34 +- lib/libcxx/include/__atomic/atomic_ref.h | 19 +- lib/libcxx/include/__atomic/atomic_sync.h | 17 +- lib/libcxx/include/__atomic/atomic_sync_timed.h | 23 +- lib/libcxx/include/__atomic/atomic_waitable_traits.h | 10 +- lib/libcxx/include/__atomic/contention_t.h | 8 +- lib/libcxx/include/__atomic/floating_point_helper.h | 8 +- lib/libcxx/include/__atomic/support.h | 4 +- lib/libcxx/include/__bit/bit_cast.h | 12 +- lib/libcxx/include/__bit/bit_ceil.h | 7 +- lib/libcxx/include/__bit/byteswap.h | 31 +- lib/libcxx/include/__bit_reference | 187 ++++++- lib/libcxx/include/__charconv/from_chars_floating_point.h | 2 + lib/libcxx/include/__charconv/from_chars_integral.h | 5 +- lib/libcxx/include/__charconv/to_chars.h | 4 - lib/libcxx/include/__charconv/to_chars_floating_point.h | 2 + lib/libcxx/include/__chrono/convert_to_tm.h | 5 +- lib/libcxx/include/__chrono/day.h | 14 +- lib/libcxx/include/__chrono/duration.h | 50 +- lib/libcxx/include/__chrono/exception.h | 2 + lib/libcxx/include/__chrono/file_clock.h | 4 + lib/libcxx/include/__chrono/gps_clock.h | 8 +- lib/libcxx/include/__chrono/hh_mm_ss.h | 20 +- lib/libcxx/include/__chrono/literals.h | 4 +- lib/libcxx/include/__chrono/month.h | 12 +- lib/libcxx/include/__chrono/month_weekday.h | 40 +- lib/libcxx/include/__chrono/monthday.h | 34 +- lib/libcxx/include/__chrono/steady_clock.h | 8 +- lib/libcxx/include/__chrono/system_clock.h | 2 + lib/libcxx/include/__chrono/tai_clock.h | 8 +- lib/libcxx/include/__chrono/time_zone.h | 10 +- lib/libcxx/include/__chrono/time_zone_link.h | 8 +- lib/libcxx/include/__chrono/tzdb.h | 10 +- lib/libcxx/include/__chrono/tzdb_list.h | 10 +- lib/libcxx/include/__chrono/utc_clock.h | 8 +- lib/libcxx/include/__chrono/weekday.h | 44 +- lib/libcxx/include/__chrono/year.h | 24 +- lib/libcxx/include/__chrono/year_month.h | 33 +- lib/libcxx/include/__chrono/year_month_day.h | 79 +-- lib/libcxx/include/__chrono/year_month_weekday.h | 82 +-- lib/libcxx/include/__chrono/zoned_time.h | 8 +- lib/libcxx/include/__compare/common_comparison_category.h | 8 +- lib/libcxx/include/__compare/compare_three_way.h | 8 +- lib/libcxx/include/__compare/compare_three_way_result.h | 8 +- lib/libcxx/include/__compare/ordering.h | 8 +- lib/libcxx/include/__compare/synth_three_way.h | 8 +- lib/libcxx/include/__compare/three_way_comparable.h | 8 +- lib/libcxx/include/__concepts/arithmetic.h | 8 +- lib/libcxx/include/__concepts/assignable.h | 8 +- lib/libcxx/include/__concepts/boolean_testable.h | 8 +- lib/libcxx/include/__concepts/class_or_enum.h | 8 +- lib/libcxx/include/__concepts/common_reference_with.h | 8 +- lib/libcxx/include/__concepts/comparison_common_type.h | 8 +- lib/libcxx/include/__concepts/constructible.h | 8 +- lib/libcxx/include/__concepts/convertible_to.h | 8 +- lib/libcxx/include/__concepts/copyable.h | 8 +- lib/libcxx/include/__concepts/derived_from.h | 8 +- lib/libcxx/include/__concepts/destructible.h | 8 +- lib/libcxx/include/__concepts/different_from.h | 8 +- lib/libcxx/include/__concepts/equality_comparable.h | 8 +- lib/libcxx/include/__concepts/invocable.h | 8 +- lib/libcxx/include/__concepts/movable.h | 8 +- lib/libcxx/include/__concepts/predicate.h | 8 +- lib/libcxx/include/__concepts/primary_template.h | 33 ++ lib/libcxx/include/__concepts/referenceable.h | 30 + lib/libcxx/include/__concepts/regular.h | 8 +- lib/libcxx/include/__concepts/relation.h | 8 +- lib/libcxx/include/__concepts/same_as.h | 8 +- lib/libcxx/include/__concepts/semiregular.h | 8 +- lib/libcxx/include/__concepts/swappable.h | 8 +- lib/libcxx/include/__concepts/totally_ordered.h | 8 +- lib/libcxx/include/__condition_variable/condition_variable.h | 10 +- lib/libcxx/include/__config | 722 +----------------------- lib/libcxx/include/__configuration/abi.h | 20 +- lib/libcxx/include/__configuration/attributes.h | 476 ++++++++++++++++ lib/libcxx/include/__configuration/availability.h | 161 +++--- lib/libcxx/include/__configuration/compiler.h | 33 +- lib/libcxx/include/__configuration/diagnostic_suppression.h | 44 ++ lib/libcxx/include/__configuration/hardening.h | 17 - lib/libcxx/include/__configuration/language.h | 42 ++ lib/libcxx/include/__configuration/namespace.h | 99 ++++ lib/libcxx/include/__configuration/platform.h | 4 + lib/libcxx/include/__configuration/pstl.h | 66 +++ lib/libcxx/include/__configuration/utility.h | 26 + lib/libcxx/include/__cstddef/byte.h | 12 +- lib/libcxx/include/__cstddef/max_align_t.h | 6 +- lib/libcxx/include/__debug_utils/sanitizers.h | 35 +- lib/libcxx/include/__exception/exception.h | 2 + lib/libcxx/include/__exception/exception_ptr.h | 52 +- lib/libcxx/include/__exception/nested_exception.h | 12 +- lib/libcxx/include/__exception/operations.h | 4 + lib/libcxx/include/__exception/terminate.h | 4 + lib/libcxx/include/__expected/bad_expected_access.h | 2 + lib/libcxx/include/__expected/expected.h | 32 +- lib/libcxx/include/__filesystem/directory_entry.h | 2 + lib/libcxx/include/__filesystem/directory_iterator.h | 2 + lib/libcxx/include/__filesystem/filesystem_error.h | 2 + lib/libcxx/include/__filesystem/operations.h | 2 + lib/libcxx/include/__filesystem/path.h | 89 ++- lib/libcxx/include/__filesystem/path_iterator.h | 2 + lib/libcxx/include/__filesystem/recursive_directory_iterator.h | 2 + lib/libcxx/include/__flat_map/flat_multimap.h | 9 - lib/libcxx/include/__flat_set/flat_multiset.h | 9 - lib/libcxx/include/__format/container_adaptor.h | 8 +- lib/libcxx/include/__format/enable_insertable.h | 8 +- lib/libcxx/include/__format/escaped_output_table.h | 13 +- lib/libcxx/include/__format/fmt_pair_like.h | 8 +- lib/libcxx/include/__format/format_context.h | 11 +- lib/libcxx/include/__format/format_error.h | 2 + lib/libcxx/include/__format/format_functions.h | 26 +- lib/libcxx/include/__format/formatter_bool.h | 35 +- lib/libcxx/include/__format/formatter_bool_impl.h | 60 ++ lib/libcxx/include/__format/formatter_floating_point.h | 8 +- lib/libcxx/include/__format/formatter_tuple.h | 8 +- lib/libcxx/include/__format/range_default_formatter.h | 9 +- lib/libcxx/include/__format/range_format.h | 22 +- lib/libcxx/include/__format/range_formatter.h | 10 +- lib/libcxx/include/__format/unicode.h | 2 +- lib/libcxx/include/__functional/binary_negate.h | 8 +- lib/libcxx/include/__functional/bind_front.h | 49 ++ lib/libcxx/include/__functional/binder1st.h | 8 +- lib/libcxx/include/__functional/binder2nd.h | 8 +- lib/libcxx/include/__functional/compose.h | 8 +- lib/libcxx/include/__functional/function.h | 15 +- lib/libcxx/include/__functional/hash.h | 28 +- lib/libcxx/include/__functional/invoke.h | 12 +- lib/libcxx/include/__functional/is_transparent.h | 6 +- lib/libcxx/include/__functional/mem_fun_ref.h | 8 +- lib/libcxx/include/__functional/operations.h | 8 +- lib/libcxx/include/__functional/perfect_forward.h | 8 +- lib/libcxx/include/__functional/pointer_to_binary_function.h | 8 +- lib/libcxx/include/__functional/pointer_to_unary_function.h | 8 +- lib/libcxx/include/__functional/ranges_operations.h | 8 +- lib/libcxx/include/__functional/unary_negate.h | 8 +- lib/libcxx/include/__fwd/format.h | 27 +- lib/libcxx/include/__fwd/map.h | 31 - lib/libcxx/include/__fwd/set.h | 30 - lib/libcxx/include/__fwd/span.h | 8 +- lib/libcxx/include/__fwd/variant.h | 8 +- lib/libcxx/include/__hash_table | 20 +- lib/libcxx/include/__iterator/access.h | 28 +- lib/libcxx/include/__iterator/back_insert_iterator.h | 4 +- lib/libcxx/include/__iterator/bounded_iter.h | 16 +- lib/libcxx/include/__iterator/capacity_aware_iterator.h | 186 ++++++ lib/libcxx/include/__iterator/common_iterator.h | 6 +- lib/libcxx/include/__iterator/concepts.h | 17 +- lib/libcxx/include/__iterator/counted_iterator.h | 26 +- lib/libcxx/include/__iterator/data.h | 18 +- lib/libcxx/include/__iterator/default_sentinel.h | 8 +- lib/libcxx/include/__iterator/distance.h | 9 +- lib/libcxx/include/__iterator/empty.h | 8 +- lib/libcxx/include/__iterator/erase_if_container.h | 3 +- lib/libcxx/include/__iterator/front_insert_iterator.h | 6 +- lib/libcxx/include/__iterator/incrementable_traits.h | 12 +- lib/libcxx/include/__iterator/insert_iterator.h | 4 +- lib/libcxx/include/__iterator/istream_iterator.h | 2 +- lib/libcxx/include/__iterator/istreambuf_iterator.h | 6 +- lib/libcxx/include/__iterator/iter_move.h | 10 +- lib/libcxx/include/__iterator/iter_swap.h | 8 +- lib/libcxx/include/__iterator/iterator_traits.h | 6 +- lib/libcxx/include/__iterator/move_iterator.h | 45 +- lib/libcxx/include/__iterator/move_sentinel.h | 10 +- lib/libcxx/include/__iterator/ostream_iterator.h | 2 +- lib/libcxx/include/__iterator/ostreambuf_iterator.h | 27 +- lib/libcxx/include/__iterator/ranges_iterator_traits.h | 8 +- lib/libcxx/include/__iterator/readable_traits.h | 10 +- lib/libcxx/include/__iterator/reverse_access.h | 35 +- lib/libcxx/include/__iterator/reverse_iterator.h | 46 +- lib/libcxx/include/__iterator/segmented_iterator.h | 2 - lib/libcxx/include/__iterator/size.h | 19 +- lib/libcxx/include/__iterator/static_bounded_iter.h | 13 +- lib/libcxx/include/__iterator/wrap_iter.h | 243 ++++---- lib/libcxx/include/__locale | 176 +++--- lib/libcxx/include/__locale_dir/check_grouping.h | 2 + lib/libcxx/include/__locale_dir/get_c_locale.h | 2 + lib/libcxx/include/__locale_dir/locale_base_api.h | 24 +- lib/libcxx/include/__locale_dir/locale_base_api/android.h | 45 -- lib/libcxx/include/__locale_dir/locale_base_api/ibm.h | 97 ++++ lib/libcxx/include/__locale_dir/locale_base_api/musl.h | 31 - lib/libcxx/include/__locale_dir/locale_base_api/openbsd.h | 19 - lib/libcxx/include/__locale_dir/messages.h | 7 +- lib/libcxx/include/__locale_dir/money.h | 20 +- lib/libcxx/include/__locale_dir/num.h | 5 +- lib/libcxx/include/__locale_dir/pad_and_output.h | 16 +- lib/libcxx/include/__locale_dir/support/bsd_like.h | 11 +- lib/libcxx/include/__locale_dir/support/fuchsia.h | 5 + lib/libcxx/include/__locale_dir/support/linux.h | 15 +- lib/libcxx/include/__locale_dir/support/newlib.h | 9 +- lib/libcxx/include/__locale_dir/support/no_locale/characters.h | 10 +- lib/libcxx/include/__locale_dir/support/no_locale/conversions.h | 73 +++ lib/libcxx/include/__locale_dir/support/no_locale/formatting.h | 50 ++ lib/libcxx/include/__locale_dir/support/openbsd.h | 229 ++++++++ lib/libcxx/include/__locale_dir/support/windows.h | 10 +- lib/libcxx/include/__locale_dir/time.h | 2 + lib/libcxx/include/__locale_dir/wbuffer_convert.h | 6 +- lib/libcxx/include/__locale_dir/wstring_convert.h | 24 +- lib/libcxx/include/__log_hardening_failure | 2 + lib/libcxx/include/__math/abs.h | 13 + lib/libcxx/include/__math/gamma.h | 28 + lib/libcxx/include/__math/special_functions.h | 10 +- lib/libcxx/include/__mbstate_t.h | 4 + lib/libcxx/include/__mdspan/aligned_accessor.h | 8 +- lib/libcxx/include/__mdspan/extents.h | 157 +++--- lib/libcxx/include/__mdspan/layout_left.h | 6 +- lib/libcxx/include/__mdspan/layout_right.h | 6 +- lib/libcxx/include/__mdspan/layout_stride.h | 48 +- lib/libcxx/include/__mdspan/mdspan.h | 76 ++- lib/libcxx/include/__memory/aligned_alloc.h | 63 --- lib/libcxx/include/__memory/allocator_traits.h | 62 +- lib/libcxx/include/__memory/compressed_pair.h | 33 +- lib/libcxx/include/__memory/inout_ptr.h | 11 +- lib/libcxx/include/__memory/is_sufficiently_aligned.h | 7 +- lib/libcxx/include/__memory/out_ptr.h | 11 +- lib/libcxx/include/__memory/pointer_traits.h | 55 +- lib/libcxx/include/__memory/ranges_uninitialized_algorithms.h | 55 +- lib/libcxx/include/__memory/raw_storage_iterator.h | 8 +- lib/libcxx/include/__memory/shared_count.h | 2 + lib/libcxx/include/__memory/shared_ptr.h | 486 +++++++--------- lib/libcxx/include/__memory/temporary_buffer.h | 3 + lib/libcxx/include/__memory/uninitialized_algorithms.h | 245 ++------ lib/libcxx/include/__memory/uninitialized_multidimensional_algorithms.h | 194 +++++++ lib/libcxx/include/__memory/unique_ptr.h | 172 ++---- lib/libcxx/include/__memory/uses_allocator_construction.h | 12 +- lib/libcxx/include/__memory/valid_range.h | 74 +++ lib/libcxx/include/__memory_resource/memory_resource.h | 2 + lib/libcxx/include/__memory_resource/monotonic_buffer_resource.h | 2 + lib/libcxx/include/__memory_resource/synchronized_pool_resource.h | 2 + lib/libcxx/include/__memory_resource/unsynchronized_pool_resource.h | 2 + lib/libcxx/include/__mutex/lock_guard.h | 2 +- lib/libcxx/include/__mutex/mutex.h | 4 +- lib/libcxx/include/__mutex/once_flag.h | 2 + lib/libcxx/include/__mutex/unique_lock.h | 10 +- lib/libcxx/include/__new/exceptions.h | 3 + lib/libcxx/include/__new/new_handler.h | 4 + lib/libcxx/include/__new/placement_new_delete.h | 4 +- lib/libcxx/include/__node_handle | 73 +-- lib/libcxx/include/__numeric/accumulate.h | 4 +- lib/libcxx/include/__numeric/gcd_lcm.h | 4 +- lib/libcxx/include/__numeric/inner_product.h | 4 +- lib/libcxx/include/__numeric/pstl.h | 12 +- lib/libcxx/include/__numeric/ranges_iota.h | 7 +- lib/libcxx/include/__numeric/reduce.h | 14 +- lib/libcxx/include/__numeric/saturation_arithmetic.h | 30 +- lib/libcxx/include/__numeric/transform_reduce.h | 14 +- lib/libcxx/include/__ostream/basic_ostream.h | 2 + lib/libcxx/include/__ostream/print.h | 17 +- lib/libcxx/include/__pstl/backend_fwd.h | 20 + lib/libcxx/include/__pstl/backends/default.h | 78 +++ lib/libcxx/include/__pstl/backends/libdispatch.h | 2 + lib/libcxx/include/__random/bernoulli_distribution.h | 14 +- lib/libcxx/include/__random/binomial_distribution.h | 45 +- lib/libcxx/include/__random/cauchy_distribution.h | 18 +- lib/libcxx/include/__random/chi_squared_distribution.h | 14 +- lib/libcxx/include/__random/discard_block_engine.h | 19 +- lib/libcxx/include/__random/discrete_distribution.h | 14 +- lib/libcxx/include/__random/exponential_distribution.h | 14 +- lib/libcxx/include/__random/extreme_value_distribution.h | 18 +- lib/libcxx/include/__random/fisher_f_distribution.h | 18 +- lib/libcxx/include/__random/gamma_distribution.h | 18 +- lib/libcxx/include/__random/generate_canonical.h | 2 +- lib/libcxx/include/__random/geometric_distribution.h | 14 +- lib/libcxx/include/__random/independent_bits_engine.h | 64 +-- lib/libcxx/include/__random/is_seed_sequence.h | 6 +- lib/libcxx/include/__random/linear_congruential_engine.h | 67 +-- lib/libcxx/include/__random/lognormal_distribution.h | 18 +- lib/libcxx/include/__random/mersenne_twister_engine.h | 135 +++-- lib/libcxx/include/__random/negative_binomial_distribution.h | 18 +- lib/libcxx/include/__random/normal_distribution.h | 18 +- lib/libcxx/include/__random/piecewise_constant_distribution.h | 18 +- lib/libcxx/include/__random/piecewise_linear_distribution.h | 18 +- lib/libcxx/include/__random/poisson_distribution.h | 14 +- lib/libcxx/include/__random/random_device.h | 24 +- lib/libcxx/include/__random/seed_seq.h | 4 +- lib/libcxx/include/__random/shuffle_order_engine.h | 56 +- lib/libcxx/include/__random/student_t_distribution.h | 14 +- lib/libcxx/include/__random/subtract_with_carry_engine.h | 91 +-- lib/libcxx/include/__random/uniform_int_distribution.h | 18 +- lib/libcxx/include/__random/uniform_random_bit_generator.h | 8 +- lib/libcxx/include/__random/uniform_real_distribution.h | 18 +- lib/libcxx/include/__random/weibull_distribution.h | 18 +- lib/libcxx/include/__ranges/access.h | 8 +- lib/libcxx/include/__ranges/adjacent_transform_view.h | 39 +- lib/libcxx/include/__ranges/adjacent_view.h | 37 +- lib/libcxx/include/__ranges/all.h | 8 +- lib/libcxx/include/__ranges/chunk_by_view.h | 2 +- lib/libcxx/include/__ranges/concat_view.h | 651 +++++++++++++++++++++ lib/libcxx/include/__ranges/concepts.h | 8 +- lib/libcxx/include/__ranges/container_compatible_range.h | 8 +- lib/libcxx/include/__ranges/dangling.h | 8 +- lib/libcxx/include/__ranges/data.h | 12 +- lib/libcxx/include/__ranges/drop_view.h | 3 +- lib/libcxx/include/__ranges/drop_while_view.h | 4 +- lib/libcxx/include/__ranges/elements_of.h | 8 +- lib/libcxx/include/__ranges/elements_view.h | 41 +- lib/libcxx/include/__ranges/empty.h | 8 +- lib/libcxx/include/__ranges/enable_borrowed_range.h | 8 +- lib/libcxx/include/__ranges/enable_view.h | 8 +- lib/libcxx/include/__ranges/enumerate_view.h | 350 ++++++++++++ lib/libcxx/include/__ranges/filter_view.h | 4 +- lib/libcxx/include/__ranges/from_range.h | 8 +- lib/libcxx/include/__ranges/iota_view.h | 12 +- lib/libcxx/include/__ranges/istream_view.h | 8 +- lib/libcxx/include/__ranges/join_view.h | 16 +- lib/libcxx/include/__ranges/join_with_view.h | 5 +- lib/libcxx/include/__ranges/lazy_split_view.h | 34 +- lib/libcxx/include/__ranges/owning_view.h | 8 +- lib/libcxx/include/__ranges/range_adaptor.h | 8 +- lib/libcxx/include/__ranges/ref_view.h | 8 +- lib/libcxx/include/__ranges/repeat_view.h | 10 +- lib/libcxx/include/__ranges/reverse_view.h | 16 +- lib/libcxx/include/__ranges/single_view.h | 2 +- lib/libcxx/include/__ranges/size.h | 8 +- lib/libcxx/include/__ranges/split_view.h | 17 +- lib/libcxx/include/__ranges/stride_view.h | 410 ++++++++++++++ lib/libcxx/include/__ranges/subrange.h | 29 +- lib/libcxx/include/__ranges/take_view.h | 3 +- lib/libcxx/include/__ranges/take_while_view.h | 20 +- lib/libcxx/include/__ranges/transform_view.h | 59 +- lib/libcxx/include/__ranges/view_interface.h | 8 +- lib/libcxx/include/__ranges/views.h | 3 +- lib/libcxx/include/__ranges/zip_transform_view.h | 35 +- lib/libcxx/include/__ranges/zip_view.h | 33 +- lib/libcxx/include/__split_buffer | 147 ++++- lib/libcxx/include/__stop_token/atomic_unique_lock.h | 15 +- lib/libcxx/include/__stop_token/intrusive_list_view.h | 8 +- lib/libcxx/include/__stop_token/intrusive_shared_ptr.h | 9 +- lib/libcxx/include/__stop_token/stop_callback.h | 8 +- lib/libcxx/include/__stop_token/stop_state.h | 11 +- lib/libcxx/include/__stop_token/stop_token.h | 8 +- lib/libcxx/include/__support/xlocale/__nop_locale_mgmt.h | 33 -- lib/libcxx/include/__support/xlocale/__strtonum_fallback.h | 37 -- lib/libcxx/include/__system_error/error_category.h | 2 + lib/libcxx/include/__system_error/error_code.h | 2 + lib/libcxx/include/__system_error/error_condition.h | 2 + lib/libcxx/include/__system_error/system_error.h | 2 + lib/libcxx/include/__system_error/throw_system_error.h | 2 + lib/libcxx/include/__thread/formatter.h | 9 +- lib/libcxx/include/__thread/id.h | 7 +- lib/libcxx/include/__thread/support/pthread.h | 19 +- lib/libcxx/include/__thread/support/windows.h | 2 + lib/libcxx/include/__thread/this_thread.h | 2 + lib/libcxx/include/__thread/thread.h | 37 +- lib/libcxx/include/__tree | 827 +++++++++++++++------------ lib/libcxx/include/__tuple/make_tuple_types.h | 80 --- lib/libcxx/include/__tuple/sfinae_helpers.h | 11 +- lib/libcxx/include/__tuple/tuple_indices.h | 37 -- lib/libcxx/include/__tuple/tuple_like.h | 8 +- lib/libcxx/include/__tuple/tuple_like_ext.h | 52 -- lib/libcxx/include/__tuple/tuple_like_no_subrange.h | 8 +- lib/libcxx/include/__tuple/tuple_types.h | 25 - lib/libcxx/include/__type_traits/add_pointer.h | 31 +- lib/libcxx/include/__type_traits/aligned_union.h | 23 +- lib/libcxx/include/__type_traits/can_extract_key.h | 53 -- lib/libcxx/include/__type_traits/common_reference.h | 8 +- lib/libcxx/include/__type_traits/conditional.h | 14 +- lib/libcxx/include/__type_traits/conjunction.h | 2 +- lib/libcxx/include/__type_traits/dependent_type.h | 25 - lib/libcxx/include/__type_traits/disjunction.h | 3 +- lib/libcxx/include/__type_traits/has_unique_object_representation.h | 8 +- lib/libcxx/include/__type_traits/integer_traits.h | 55 +- lib/libcxx/include/__type_traits/integral_constant.h | 2 +- lib/libcxx/include/__type_traits/is_bounded_array.h | 36 -- lib/libcxx/include/__type_traits/is_constant_evaluated.h | 2 +- lib/libcxx/include/__type_traits/is_implicit_lifetime.h | 6 +- lib/libcxx/include/__type_traits/is_implicitly_default_constructible.h | 6 +- lib/libcxx/include/__type_traits/is_literal_type.h | 6 +- lib/libcxx/include/__type_traits/is_primary_template.h | 32 -- lib/libcxx/include/__type_traits/is_referenceable.h | 34 -- lib/libcxx/include/__type_traits/is_replaceable.h | 61 -- lib/libcxx/include/__type_traits/is_trivially_relocatable.h | 4 + lib/libcxx/include/__type_traits/is_unbounded_array.h | 38 -- lib/libcxx/include/__type_traits/is_valid_expansion.h | 31 - lib/libcxx/include/__type_traits/is_within_lifetime.h | 2 +- lib/libcxx/include/__type_traits/lazy.h | 25 - lib/libcxx/include/__type_traits/make_transparent.h | 24 +- lib/libcxx/include/__type_traits/rank.h | 22 +- lib/libcxx/include/__type_traits/reference_converts_from_temporary.h | 8 +- lib/libcxx/include/__type_traits/remove_pointer.h | 19 +- lib/libcxx/include/__type_traits/result_of.h | 10 +- lib/libcxx/include/__type_traits/strip_signature.h | 3 + lib/libcxx/include/__utility/as_const.h | 6 +- lib/libcxx/include/__utility/constant_wrapper.h | 326 +++++++++++ lib/libcxx/include/__utility/default_three_way_comparator.h | 4 +- lib/libcxx/include/__utility/exchange.h | 17 +- lib/libcxx/include/__utility/forward_like.h | 8 +- lib/libcxx/include/__utility/in_place.h | 8 +- lib/libcxx/include/__utility/is_pointer_in_range.h | 12 +- lib/libcxx/include/__utility/is_valid_range.h | 37 -- lib/libcxx/include/__utility/lazy_synth_three_way_comparator.h | 33 +- lib/libcxx/include/__utility/pair.h | 174 +++--- lib/libcxx/include/__utility/try_key_extraction.h | 12 +- lib/libcxx/include/__variant/monostate.h | 8 +- lib/libcxx/include/__vector/layout.h | 479 ++++++++++++++++ lib/libcxx/include/__vector/vector.h | 519 ++++++++--------- lib/libcxx/include/__vector/vector_bool.h | 30 +- lib/libcxx/include/__verbose_abort | 2 + lib/libcxx/include/__verbose_trap | 13 +- lib/libcxx/include/algorithm | 59 +- lib/libcxx/include/any | 20 +- lib/libcxx/include/array | 2 +- lib/libcxx/include/atomic | 6 +- lib/libcxx/include/barrier | 4 +- lib/libcxx/include/bit | 2 +- lib/libcxx/include/bitset | 2 +- lib/libcxx/include/cctype | 68 +-- lib/libcxx/include/cfenv | 13 +- lib/libcxx/include/cfloat | 14 +- lib/libcxx/include/charconv | 6 +- lib/libcxx/include/chrono | 7 +- lib/libcxx/include/cinttypes | 13 +- lib/libcxx/include/cmath | 2 +- lib/libcxx/include/codecvt | 4 +- lib/libcxx/include/compare | 2 +- lib/libcxx/include/complex | 2 +- lib/libcxx/include/concepts | 2 +- lib/libcxx/include/condition_variable | 7 +- lib/libcxx/include/coroutine | 2 +- lib/libcxx/include/ctype.h | 65 --- lib/libcxx/include/cuchar | 8 +- lib/libcxx/include/cwchar | 2 +- lib/libcxx/include/deque | 76 ++- lib/libcxx/include/exception | 4 +- lib/libcxx/include/execution | 2 +- lib/libcxx/include/experimental/iterator | 4 +- lib/libcxx/include/experimental/memory | 12 +- lib/libcxx/include/experimental/propagate_const | 2 +- lib/libcxx/include/experimental/simd | 2 +- lib/libcxx/include/experimental/type_traits | 2 +- lib/libcxx/include/experimental/utility | 2 +- lib/libcxx/include/ext/hash_map | 2 +- lib/libcxx/include/ext/hash_set | 2 +- lib/libcxx/include/fenv.h | 118 ---- lib/libcxx/include/filesystem | 2 +- lib/libcxx/include/float.h | 99 ---- lib/libcxx/include/format | 23 +- lib/libcxx/include/forward_list | 12 +- lib/libcxx/include/fstream | 121 +++- lib/libcxx/include/functional | 12 +- lib/libcxx/include/future | 33 +- lib/libcxx/include/initializer_list | 10 +- lib/libcxx/include/inttypes.h | 268 --------- lib/libcxx/include/iomanip | 22 +- lib/libcxx/include/ios | 33 +- lib/libcxx/include/istream | 6 +- lib/libcxx/include/iterator | 4 +- lib/libcxx/include/latch | 2 +- lib/libcxx/include/limits | 16 +- lib/libcxx/include/list | 12 +- lib/libcxx/include/locale | 2 +- lib/libcxx/include/map | 962 +++++++++++++++++++------------- lib/libcxx/include/mdspan | 92 +-- lib/libcxx/include/memory | 2 +- lib/libcxx/include/memory_resource | 4 +- lib/libcxx/include/mutex | 31 +- lib/libcxx/include/new | 6 +- lib/libcxx/include/numbers | 2 +- lib/libcxx/include/numeric | 14 +- lib/libcxx/include/optional | 724 +++++++++++------------- lib/libcxx/include/ostream | 4 +- lib/libcxx/include/print | 136 ++--- lib/libcxx/include/queue | 2 +- lib/libcxx/include/random | 2 +- lib/libcxx/include/ranges | 40 +- lib/libcxx/include/ratio | 2 +- lib/libcxx/include/regex | 7 +- lib/libcxx/include/scoped_allocator | 10 +- lib/libcxx/include/semaphore | 2 +- lib/libcxx/include/set | 587 ++++++++++++------- lib/libcxx/include/shared_mutex | 58 +- lib/libcxx/include/source_location | 8 +- lib/libcxx/include/span | 51 +- lib/libcxx/include/sstream | 4 +- lib/libcxx/include/stack | 2 +- lib/libcxx/include/stdatomic.h | 2 +- lib/libcxx/include/stdbool.h | 44 -- lib/libcxx/include/stdexcept | 4 +- lib/libcxx/include/stop_token | 6 +- lib/libcxx/include/streambuf | 6 +- lib/libcxx/include/string | 388 ++++++------- lib/libcxx/include/string.h | 2 + lib/libcxx/include/string_view | 2 +- lib/libcxx/include/strstream | 2 + lib/libcxx/include/syncstream | 11 +- lib/libcxx/include/system_error | 2 +- lib/libcxx/include/text_encoding | 835 +++++++++++++++++++++++++++ lib/libcxx/include/thread | 20 +- lib/libcxx/include/tuple | 118 ++-- lib/libcxx/include/typeindex | 2 +- lib/libcxx/include/typeinfo | 4 +- lib/libcxx/include/unordered_map | 98 +++- lib/libcxx/include/unordered_set | 98 ++-- lib/libcxx/include/utility | 21 +- lib/libcxx/include/valarray | 4 +- lib/libcxx/include/variant | 58 +- lib/libcxx/include/vector | 20 +- lib/libcxx/include/version | 38 +- lib/libcxx/include/wchar.h | 2 + lib/libcxx/src/algorithm.cpp | 2 + lib/libcxx/src/any.cpp | 6 +- lib/libcxx/src/atomic.cpp | 221 ++++++-- lib/libcxx/src/barrier.cpp | 2 + lib/libcxx/src/call_once.cpp | 2 + lib/libcxx/src/charconv.cpp | 3 + lib/libcxx/src/chrono.cpp | 5 +- lib/libcxx/src/condition_variable.cpp | 2 + lib/libcxx/src/condition_variable_destructor.cpp | 2 + lib/libcxx/src/error_category.cpp | 2 + lib/libcxx/src/expected.cpp | 4 + lib/libcxx/src/experimental/chrono_exception.cpp | 2 + lib/libcxx/src/experimental/include/tzdb/tzdb_private.h | 2 + lib/libcxx/src/experimental/log_hardening_failure.cpp | 2 + lib/libcxx/src/experimental/time_zone.cpp | 8 +- lib/libcxx/src/experimental/tzdb.cpp | 4 +- lib/libcxx/src/experimental/tzdb_list.cpp | 2 + lib/libcxx/src/filesystem/directory_entry.cpp | 2 + lib/libcxx/src/filesystem/directory_iterator.cpp | 2 + lib/libcxx/src/filesystem/filesystem_clock.cpp | 4 +- lib/libcxx/src/filesystem/filesystem_error.cpp | 2 + lib/libcxx/src/filesystem/operations.cpp | 5 + lib/libcxx/src/filesystem/path.cpp | 23 +- lib/libcxx/src/fstream.cpp | 2 + lib/libcxx/src/functional.cpp | 2 + lib/libcxx/src/future.cpp | 2 + lib/libcxx/src/hash.cpp | 351 +----------- lib/libcxx/src/include/apple_availability.h | 34 -- lib/libcxx/src/include/config_elast.h | 2 +- lib/libcxx/src/include/overridable_function.h | 130 +++-- lib/libcxx/src/include/refstring.h | 2 +- lib/libcxx/src/include/ryu/ryu.h | 18 - lib/libcxx/src/include/to_chars_floating_point.h | 2 +- lib/libcxx/src/ios.cpp | 77 ++- lib/libcxx/src/ios.instantiations.cpp | 21 + lib/libcxx/src/iostream.cpp | 2 + lib/libcxx/src/locale.cpp | 40 +- lib/libcxx/src/memory.cpp | 5 +- lib/libcxx/src/memory_resource.cpp | 37 +- lib/libcxx/src/mutex.cpp | 2 + lib/libcxx/src/mutex_destructor.cpp | 2 + lib/libcxx/src/new.cpp | 32 +- lib/libcxx/src/optional.cpp | 2 + lib/libcxx/src/ostream.cpp | 2 + lib/libcxx/src/print.cpp | 7 +- lib/libcxx/src/pstl/libdispatch.cpp | 2 + lib/libcxx/src/random.cpp | 2 + lib/libcxx/src/random_shuffle.cpp | 2 + lib/libcxx/src/regex.cpp | 2 + lib/libcxx/src/ryu/d2s.cpp | 15 +- lib/libcxx/src/ryu/f2s.cpp | 4 +- lib/libcxx/src/shared_mutex.cpp | 2 + lib/libcxx/src/std_stream.h | 2 + lib/libcxx/src/stdexcept.cpp | 2 + lib/libcxx/src/string.cpp | 2 + lib/libcxx/src/strstream.cpp | 2 + lib/libcxx/src/support/runtime/exception_pointer_msvc.ipp | 459 +++++++++++++-- lib/libcxx/src/support/win32/locale_win32.cpp | 262 +++++++++ lib/libcxx/src/support/win32/thread_win32.cpp | 2 + lib/libcxx/src/system_error.cpp | 2 + lib/libcxx/src/text_encoding.cpp | 54 ++ lib/libcxx/src/thread.cpp | 2 + lib/libcxx/src/valarray.cpp | 2 + lib/libcxx/src/variant.cpp | 2 + lib/libcxx/src/vector.cpp | 2 + lib/libcxx/src/verbose_abort.cpp | 4 +- src/libs/libcxx.zig | 5 +- 623 files changed, 13815 insertions(+), 9409 deletions(-)