@@ -4,76 +4,76 @@ set(files
4
4
__algorithm/any_of.h
5
5
__algorithm/binary_search.h
6
6
__algorithm/clamp.h
7
- __algorithm/comp.h
8
7
__algorithm/comp_ref_type.h
8
+ __algorithm/comp.h
9
9
__algorithm/copy_backward.h
10
- __algorithm/copy.h
11
10
__algorithm/copy_if.h
12
11
__algorithm/copy_n.h
13
- __algorithm/count .h
12
+ __algorithm/copy .h
14
13
__algorithm/count_if.h
15
- __algorithm/equal .h
14
+ __algorithm/count .h
16
15
__algorithm/equal_range.h
16
+ __algorithm/equal.h
17
17
__algorithm/fill_n.h
18
18
__algorithm/fill.h
19
- __algorithm/find.h
20
19
__algorithm/find_end.h
21
20
__algorithm/find_first_of.h
22
- __algorithm/find_if.h
23
21
__algorithm/find_if_not.h
24
- __algorithm/for_each.h
22
+ __algorithm/find_if.h
23
+ __algorithm/find.h
25
24
__algorithm/for_each_n.h
25
+ __algorithm/for_each.h
26
26
__algorithm/generate_n.h
27
27
__algorithm/generate.h
28
28
__algorithm/half_positive.h
29
29
__algorithm/includes.h
30
30
__algorithm/inplace_merge.h
31
- __algorithm/is_heap.h
32
31
__algorithm/is_heap_until.h
32
+ __algorithm/is_heap.h
33
33
__algorithm/is_partitioned.h
34
34
__algorithm/is_permutation.h
35
- __algorithm/is_sorted.h
36
35
__algorithm/is_sorted_until.h
36
+ __algorithm/is_sorted.h
37
37
__algorithm/iter_swap.h
38
38
__algorithm/lexicographical_compare.h
39
39
__algorithm/lower_bound.h
40
40
__algorithm/make_heap.h
41
- __algorithm/max.h
42
41
__algorithm/max_element.h
42
+ __algorithm/max.h
43
43
__algorithm/merge.h
44
- __algorithm/min.h
45
44
__algorithm/min_element.h
46
- __algorithm/minmax .h
45
+ __algorithm/min .h
47
46
__algorithm/minmax_element.h
47
+ __algorithm/minmax.h
48
48
__algorithm/mismatch.h
49
49
__algorithm/move_backward.h
50
50
__algorithm/move.h
51
51
__algorithm/next_permutation.h
52
52
__algorithm/none_of.h
53
53
__algorithm/nth_element.h
54
- __algorithm/partial_sort.h
55
54
__algorithm/partial_sort_copy.h
56
- __algorithm/partition .h
55
+ __algorithm/partial_sort .h
57
56
__algorithm/partition_copy.h
58
57
__algorithm/partition_point.h
58
+ __algorithm/partition.h
59
59
__algorithm/pop_heap.h
60
60
__algorithm/prev_permutation.h
61
61
__algorithm/push_heap.h
62
- __algorithm/remove.h
63
- __algorithm/remove_copy.h
64
62
__algorithm/remove_copy_if.h
63
+ __algorithm/remove_copy.h
65
64
__algorithm/remove_if.h
66
- __algorithm/replace.h
67
- __algorithm/replace_copy.h
65
+ __algorithm/remove.h
68
66
__algorithm/replace_copy_if.h
67
+ __algorithm/replace_copy.h
69
68
__algorithm/replace_if.h
70
- __algorithm/reverse .h
69
+ __algorithm/replace .h
71
70
__algorithm/reverse_copy.h
72
- __algorithm/rotate .h
71
+ __algorithm/reverse .h
73
72
__algorithm/rotate_copy.h
73
+ __algorithm/rotate.h
74
74
__algorithm/sample.h
75
- __algorithm/search.h
76
75
__algorithm/search_n.h
76
+ __algorithm/search.h
77
77
__algorithm/set_difference.h
78
78
__algorithm/set_intersection.h
79
79
__algorithm/set_symmetric_difference.h
@@ -82,8 +82,8 @@ set(files
82
82
__algorithm/shift_right.h
83
83
__algorithm/shuffle.h
84
84
__algorithm/sift_down.h
85
- __algorithm/sort.h
86
85
__algorithm/sort_heap.h
86
+ __algorithm/sort.h
87
87
__algorithm/stable_partition.h
88
88
__algorithm/stable_sort.h
89
89
__algorithm/swap_ranges.h
@@ -156,9 +156,9 @@ set(files
156
156
__locale
157
157
__memory/addressof.h
158
158
__memory/allocation_guard.h
159
- __memory/allocator.h
160
159
__memory/allocator_arg_t.h
161
160
__memory/allocator_traits.h
161
+ __memory/allocator.h
162
162
__memory/auto_ptr.h
163
163
__memory/compressed_pair.h
164
164
__memory/construct_at.h
@@ -179,17 +179,38 @@ set(files
179
179
__ranges/concepts.h
180
180
__ranges/data.h
181
181
__ranges/drop_view.h
182
- __ranges/empty.h
183
182
__ranges/empty_view.h
183
+ __ranges/empty.h
184
184
__ranges/enable_borrowed_range.h
185
185
__ranges/enable_view.h
186
- __ranges/view_interface.h
187
186
__ranges/ref_view.h
188
187
__ranges/size.h
189
188
__ranges/subrange.h
189
+ __ranges/view_interface.h
190
190
__split_buffer
191
191
__std_stream
192
192
__string
193
+ __support/android/locale_bionic.h
194
+ __support/fuchsia/xlocale.h
195
+ __support/ibm/gettod_zos.h
196
+ __support/ibm/limits.h
197
+ __support/ibm/locale_mgmt_aix.h
198
+ __support/ibm/locale_mgmt_zos.h
199
+ __support/ibm/nanosleep.h
200
+ __support/ibm/support.h
201
+ __support/ibm/xlocale.h
202
+ __support/musl/xlocale.h
203
+ __support/newlib/xlocale.h
204
+ __support/nuttx/xlocale.h
205
+ __support/openbsd/xlocale.h
206
+ __support/solaris/floatingpoint.h
207
+ __support/solaris/wchar.h
208
+ __support/solaris/xlocale.h
209
+ __support/win32/limits_msvc_win32.h
210
+ __support/win32/locale_win32.h
211
+ __support/xlocale/__nop_locale_mgmt.h
212
+ __support/xlocale/__posix_l_fallback.h
213
+ __support/xlocale/__strtonum_fallback.h
193
214
__threading_support
194
215
__tree
195
216
__tuple
@@ -312,8 +333,8 @@ set(files
312
333
queue
313
334
random
314
335
ranges
315
- ratio
316
336
ranges
337
+ ratio
317
338
regex
318
339
scoped_allocator
319
340
semaphore
@@ -331,30 +352,9 @@ set(files
331
352
stdlib.h
332
353
streambuf
333
354
string
334
- string .h
335
355
string_view
356
+ string .h
336
357
strstream
337
- __support/android/locale_bionic.h
338
- __support/fuchsia/xlocale.h
339
- __support/ibm/gettod_zos.h
340
- __support/ibm/limits.h
341
- __support/ibm/locale_mgmt_aix.h
342
- __support/ibm/locale_mgmt_zos.h
343
- __support/ibm/nanosleep.h
344
- __support/ibm/support.h
345
- __support/ibm/xlocale.h
346
- __support/musl/xlocale.h
347
- __support/newlib/xlocale.h
348
- __support/nuttx/xlocale.h
349
- __support/openbsd/xlocale.h
350
- __support/solaris/floatingpoint.h
351
- __support/solaris/wchar.h
352
- __support/solaris/xlocale.h
353
- __support/win32/limits_msvc_win32.h
354
- __support/win32/locale_win32.h
355
- __support/xlocale/__nop_locale_mgmt.h
356
- __support/xlocale/__posix_l_fallback.h
357
- __support/xlocale/__strtonum_fallback.h
358
358
system_error
359
359
tgmath.h
360
360
thread
0 commit comments