@@ -141,6 +141,7 @@ libcxx/include/__algorithm/ranges_minmax.h
141
141
libcxx/include/__algorithm/ranges_mismatch.h
142
142
libcxx/include/__algorithm/ranges_move_backward.h
143
143
libcxx/include/__algorithm/ranges_move.h
144
+ libcxx/include/__algorithm/ranges_next_permutation.h
144
145
libcxx/include/__algorithm/ranges_none_of.h
145
146
libcxx/include/__algorithm/ranges_nth_element.h
146
147
libcxx/include/__algorithm/ranges_partial_sort_copy.h
@@ -205,6 +206,7 @@ libcxx/include/__algorithm/sort_heap.h
205
206
libcxx/include/__algorithm/stable_partition.h
206
207
libcxx/include/__algorithm/stable_sort.h
207
208
libcxx/include/__algorithm/swap_ranges.h
209
+ libcxx/include/__algorithm/three_way_comp_ref_type.h
208
210
libcxx/include/__algorithm/transform.h
209
211
libcxx/include/__algorithm/uniform_random_bit_generator_adaptor.h
210
212
libcxx/include/__algorithm/unwrap_iter.h
@@ -252,6 +254,7 @@ libcxx/include/__chrono/literals.h
252
254
libcxx/include/__chrono/monthday.h
253
255
libcxx/include/__chrono/month.h
254
256
libcxx/include/__chrono/month_weekday.h
257
+ libcxx/include/__chrono/statically_widen.h
255
258
libcxx/include/__chrono/steady_clock.h
256
259
libcxx/include/__chrono/system_clock.h
257
260
libcxx/include/__chrono/time_point.h
@@ -271,6 +274,7 @@ libcxx/include/__compare/compare_weak_order_fallback.h
271
274
libcxx/include/__compare/ordering.h
272
275
libcxx/include/__compare/partial_order.h
273
276
libcxx/include/__compare/strong_order.h
277
+ libcxx/include/__compare/synth_three_way.h
274
278
libcxx/include/__compare/three_way_comparable.h
275
279
libcxx/include/__compare/weak_order.h
276
280
libcxx/include/complex
@@ -309,9 +313,11 @@ libcxx/include/__debug
309
313
libcxx/include/__debug_utils/randomize_range.h
310
314
libcxx/include/deque
311
315
libcxx/include/errno.h
316
+ libcxx/include/__exception/exception_ptr.h
312
317
libcxx/include/execution
313
318
libcxx/include/expected
314
319
libcxx/include/__expected/expected.h
320
+ libcxx/include/__expected/unexpected.h
315
321
libcxx/include/experimental/__config
316
322
libcxx/include/experimental/iterator
317
323
libcxx/include/experimental/map
@@ -369,6 +375,8 @@ libcxx/include/__format/formatter_output.h
369
375
libcxx/include/__format/formatter_pointer.h
370
376
libcxx/include/__format/formatter_string.h
371
377
libcxx/include/__format/parser_std_format_spec.h
378
+ libcxx/include/__format/range_default_formatter.h
379
+ libcxx/include/__format/range_formatter.h
372
380
libcxx/include/__format/unicode.h
373
381
libcxx/include/forward_list
374
382
libcxx/include/fstream
@@ -432,6 +440,7 @@ libcxx/include/__iterator/istreambuf_iterator.h
432
440
libcxx/include/__iterator/istream_iterator.h
433
441
libcxx/include/__iterator/iterator.h
434
442
libcxx/include/__iterator/iterator_traits.h
443
+ libcxx/include/__iterator/iterator_with_data.h
435
444
libcxx/include/__iterator/iter_move.h
436
445
libcxx/include/__iterator/iter_swap.h
437
446
libcxx/include/__iterator/mergeable.h
@@ -545,12 +554,15 @@ libcxx/include/__random/weibull_distribution.h
545
554
libcxx/include/ranges
546
555
libcxx/include/__ranges/access.h
547
556
libcxx/include/__ranges/all.h
557
+ libcxx/include/__ranges/as_rvalue_view.h
548
558
libcxx/include/__ranges/common_view.h
549
559
libcxx/include/__ranges/concepts.h
550
560
libcxx/include/__ranges/copyable_box.h
551
561
libcxx/include/__ranges/counted.h
552
562
libcxx/include/__ranges/data.h
553
563
libcxx/include/__ranges/drop_view.h
564
+ libcxx/include/__ranges/drop_while_view.h
565
+ libcxx/include/__ranges/elements_view.h
554
566
libcxx/include/__ranges/empty.h
555
567
libcxx/include/__ranges/empty_view.h
556
568
libcxx/include/__ranges/enable_view.h
@@ -568,8 +580,10 @@ libcxx/include/__ranges/rend.h
568
580
libcxx/include/__ranges/reverse_view.h
569
581
libcxx/include/__ranges/single_view.h
570
582
libcxx/include/__ranges/size.h
583
+ libcxx/include/__ranges/split_view.h
571
584
libcxx/include/__ranges/subrange.h
572
585
libcxx/include/__ranges/take_view.h
586
+ libcxx/include/__ranges/take_while_view.h
573
587
libcxx/include/__ranges/transform_view.h
574
588
libcxx/include/__ranges/view_interface.h
575
589
libcxx/include/__ranges/views.h
@@ -610,6 +624,9 @@ libcxx/include/__support/solaris/xlocale.h
610
624
libcxx/include/__support/win32/locale_win32.h
611
625
libcxx/include/__support/xlocale/__nop_locale_mgmt.h
612
626
libcxx/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
613
630
libcxx/include/thread
614
631
libcxx/include/__threading_support
615
632
libcxx/include/__thread/poll_with_backoff.h
@@ -793,9 +810,9 @@ libcxx/src/include/ryu/ryu.h
793
810
libcxx/src/include/sso_allocator.h
794
811
libcxx/src/ios.cpp
795
812
libcxx/src/iostream.cpp
796
- libcxx/src/legacy_debug_handler.cpp
797
813
libcxx/src/locale.cpp
798
814
libcxx/src/memory.cpp
815
+ libcxx/src/memory_resource.cpp
799
816
libcxx/src/mutex.cpp
800
817
libcxx/src/mutex_destructor.cpp
801
818
libcxx/src/new.cpp
0 commit comments