@@ -141,6 +141,7 @@ libcxx/include/__algorithm/ranges_minmax.h
141141libcxx/include/__algorithm/ranges_mismatch.h
142142libcxx/include/__algorithm/ranges_move_backward.h
143143libcxx/include/__algorithm/ranges_move.h
144+ libcxx/include/__algorithm/ranges_next_permutation.h
144145libcxx/include/__algorithm/ranges_none_of.h
145146libcxx/include/__algorithm/ranges_nth_element.h
146147libcxx/include/__algorithm/ranges_partial_sort_copy.h
@@ -205,6 +206,7 @@ libcxx/include/__algorithm/sort_heap.h
205206libcxx/include/__algorithm/stable_partition.h
206207libcxx/include/__algorithm/stable_sort.h
207208libcxx/include/__algorithm/swap_ranges.h
209+ libcxx/include/__algorithm/three_way_comp_ref_type.h
208210libcxx/include/__algorithm/transform.h
209211libcxx/include/__algorithm/uniform_random_bit_generator_adaptor.h
210212libcxx/include/__algorithm/unwrap_iter.h
@@ -252,6 +254,7 @@ libcxx/include/__chrono/literals.h
252254libcxx/include/__chrono/monthday.h
253255libcxx/include/__chrono/month.h
254256libcxx/include/__chrono/month_weekday.h
257+ libcxx/include/__chrono/statically_widen.h
255258libcxx/include/__chrono/steady_clock.h
256259libcxx/include/__chrono/system_clock.h
257260libcxx/include/__chrono/time_point.h
@@ -271,6 +274,7 @@ libcxx/include/__compare/compare_weak_order_fallback.h
271274libcxx/include/__compare/ordering.h
272275libcxx/include/__compare/partial_order.h
273276libcxx/include/__compare/strong_order.h
277+ libcxx/include/__compare/synth_three_way.h
274278libcxx/include/__compare/three_way_comparable.h
275279libcxx/include/__compare/weak_order.h
276280libcxx/include/complex
@@ -309,9 +313,11 @@ libcxx/include/__debug
309313libcxx/include/__debug_utils/randomize_range.h
310314libcxx/include/deque
311315libcxx/include/errno.h
316+ libcxx/include/__exception/exception_ptr.h
312317libcxx/include/execution
313318libcxx/include/expected
314319libcxx/include/__expected/expected.h
320+ libcxx/include/__expected/unexpected.h
315321libcxx/include/experimental/__config
316322libcxx/include/experimental/iterator
317323libcxx/include/experimental/map
@@ -369,6 +375,8 @@ libcxx/include/__format/formatter_output.h
369375libcxx/include/__format/formatter_pointer.h
370376libcxx/include/__format/formatter_string.h
371377libcxx/include/__format/parser_std_format_spec.h
378+ libcxx/include/__format/range_default_formatter.h
379+ libcxx/include/__format/range_formatter.h
372380libcxx/include/__format/unicode.h
373381libcxx/include/forward_list
374382libcxx/include/fstream
@@ -432,6 +440,7 @@ libcxx/include/__iterator/istreambuf_iterator.h
432440libcxx/include/__iterator/istream_iterator.h
433441libcxx/include/__iterator/iterator.h
434442libcxx/include/__iterator/iterator_traits.h
443+ libcxx/include/__iterator/iterator_with_data.h
435444libcxx/include/__iterator/iter_move.h
436445libcxx/include/__iterator/iter_swap.h
437446libcxx/include/__iterator/mergeable.h
@@ -545,12 +554,15 @@ libcxx/include/__random/weibull_distribution.h
545554libcxx/include/ranges
546555libcxx/include/__ranges/access.h
547556libcxx/include/__ranges/all.h
557+ libcxx/include/__ranges/as_rvalue_view.h
548558libcxx/include/__ranges/common_view.h
549559libcxx/include/__ranges/concepts.h
550560libcxx/include/__ranges/copyable_box.h
551561libcxx/include/__ranges/counted.h
552562libcxx/include/__ranges/data.h
553563libcxx/include/__ranges/drop_view.h
564+ libcxx/include/__ranges/drop_while_view.h
565+ libcxx/include/__ranges/elements_view.h
554566libcxx/include/__ranges/empty.h
555567libcxx/include/__ranges/empty_view.h
556568libcxx/include/__ranges/enable_view.h
@@ -568,8 +580,10 @@ libcxx/include/__ranges/rend.h
568580libcxx/include/__ranges/reverse_view.h
569581libcxx/include/__ranges/single_view.h
570582libcxx/include/__ranges/size.h
583+ libcxx/include/__ranges/split_view.h
571584libcxx/include/__ranges/subrange.h
572585libcxx/include/__ranges/take_view.h
586+ libcxx/include/__ranges/take_while_view.h
573587libcxx/include/__ranges/transform_view.h
574588libcxx/include/__ranges/view_interface.h
575589libcxx/include/__ranges/views.h
@@ -610,6 +624,9 @@ libcxx/include/__support/solaris/xlocale.h
610624libcxx/include/__support/win32/locale_win32.h
611625libcxx/include/__support/xlocale/__nop_locale_mgmt.h
612626libcxx/include/__system_error/errc.h
627+ libcxx/include/__system_error/error_category.h
628+ libcxx/include/__system_error/error_code.h
629+ libcxx/include/__system_error/error_condition.h
613630libcxx/include/thread
614631libcxx/include/__threading_support
615632libcxx/include/__thread/poll_with_backoff.h
@@ -793,9 +810,9 @@ libcxx/src/include/ryu/ryu.h
793810libcxx/src/include/sso_allocator.h
794811libcxx/src/ios.cpp
795812libcxx/src/iostream.cpp
796- libcxx/src/legacy_debug_handler.cpp
797813libcxx/src/locale.cpp
798814libcxx/src/memory.cpp
815+ libcxx/src/memory_resource.cpp
799816libcxx/src/mutex.cpp
800817libcxx/src/mutex_destructor.cpp
801818libcxx/src/new.cpp
0 commit comments