Skip to content

Commit d19c4aa

Browse files
committed
Only add new mappings
1 parent 95e5a99 commit d19c4aa

File tree

1 file changed

+71
-1
lines changed

1 file changed

+71
-1
lines changed

clang/lib/Tooling/Inclusions/Stdlib/StdSymbolMap.inc

Lines changed: 71 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// This file was generated automatically by
77
// clang/tools/include-mapping/gen_std.py, DO NOT EDIT!
88
//
9-
// Generated from cppreference offline HTML book (modified on 2022-07-30).
9+
// Generated from cppreference offline HTML book (modified on 2023-08-11).
1010
//===----------------------------------------------------------------------===//
1111

1212
SYMBOL(ATOMIC_BOOL_LOCK_FREE, None, <atomic>)
@@ -607,6 +607,7 @@ SYMBOL(allocator_arg, std::, <memory>)
607607
SYMBOL(allocator_arg_t, std::, <memory>)
608608
SYMBOL(allocator_traits, std::, <memory>)
609609
SYMBOL(any, std::, <any>)
610+
SYMBOL(any_cast, std::, <any>)
610611
SYMBOL(any_of, std::, <algorithm>)
611612
SYMBOL(apply, std::, <tuple>)
612613
SYMBOL(arg, std::, <complex>)
@@ -738,19 +739,22 @@ SYMBOL(bad_any_cast, std::, <any>)
738739
SYMBOL(bad_array_new_length, std::, <new>)
739740
SYMBOL(bad_cast, std::, <typeinfo>)
740741
SYMBOL(bad_exception, std::, <exception>)
742+
SYMBOL(bad_expected_access, std::, <expected>)
741743
SYMBOL(bad_function_call, std::, <functional>)
742744
SYMBOL(bad_optional_access, std::, <optional>)
743745
SYMBOL(bad_typeid, std::, <typeinfo>)
744746
SYMBOL(bad_variant_access, std::, <variant>)
745747
SYMBOL(bad_weak_ptr, std::, <memory>)
746748
SYMBOL(barrier, std::, <barrier>)
747749
SYMBOL(basic_common_reference, std::, <type_traits>)
750+
SYMBOL(basic_const_iterator, std::, <iterator>)
748751
SYMBOL(basic_filebuf, std::, <fstream>)
749752
SYMBOL(basic_filebuf, std::, <iosfwd>)
750753
SYMBOL(basic_format_arg, std::, <format>)
751754
SYMBOL(basic_format_args, std::, <format>)
752755
SYMBOL(basic_format_context, std::, <format>)
753756
SYMBOL(basic_format_parse_context, std::, <format>)
757+
SYMBOL(basic_format_string, std::, <format>)
754758
SYMBOL(basic_fstream, std::, <fstream>)
755759
SYMBOL(basic_fstream, std::, <iosfwd>)
756760
SYMBOL(basic_ifstream, std::, <fstream>)
@@ -932,11 +936,13 @@ SYMBOL(conditional_t, std::, <type_traits>)
932936
SYMBOL(conj, std::, <complex>)
933937
SYMBOL(conjunction, std::, <type_traits>)
934938
SYMBOL(conjunction_v, std::, <type_traits>)
939+
SYMBOL(const_iterator, std::, <iterator>)
935940
SYMBOL(const_mem_fun1_ref_t, std::, <functional>)
936941
SYMBOL(const_mem_fun1_t, std::, <functional>)
937942
SYMBOL(const_mem_fun_ref_t, std::, <functional>)
938943
SYMBOL(const_mem_fun_t, std::, <functional>)
939944
SYMBOL(const_pointer_cast, std::, <memory>)
945+
SYMBOL(const_sentinel, std::, <iterator>)
940946
SYMBOL(construct_at, std::, <memory>)
941947
SYMBOL(constructible_from, std::, <concepts>)
942948
SYMBOL(contiguous_iterator, std::, <iterator>)
@@ -1019,6 +1025,7 @@ SYMBOL(deci, std::, <ratio>)
10191025
SYMBOL(declare_no_pointers, std::, <memory>)
10201026
SYMBOL(declare_reachable, std::, <memory>)
10211027
SYMBOL(declval, std::, <utility>)
1028+
SYMBOL(default_accessor, std::, <mdspan>)
10221029
SYMBOL(default_delete, std::, <memory>)
10231030
SYMBOL(default_initializable, std::, <concepts>)
10241031
SYMBOL(default_random_engine, std::, <random>)
@@ -1040,6 +1047,7 @@ SYMBOL(destroy_n, std::, <memory>)
10401047
SYMBOL(destroying_delete, std::, <new>)
10411048
SYMBOL(destroying_delete_t, std::, <new>)
10421049
SYMBOL(destructible, std::, <concepts>)
1050+
SYMBOL(dextents, std::, <mdspan>)
10431051
SYMBOL(difftime, std::, <ctime>)
10441052
SYMBOL(difftime, None, <ctime>)
10451053
SYMBOL(difftime, None, <time.h>)
@@ -1128,6 +1136,7 @@ SYMBOL(exp2f, None, <math.h>)
11281136
SYMBOL(exp2l, std::, <cmath>)
11291137
SYMBOL(exp2l, None, <cmath>)
11301138
SYMBOL(exp2l, None, <math.h>)
1139+
SYMBOL(expected, std::, <expected>)
11311140
SYMBOL(expf, std::, <cmath>)
11321141
SYMBOL(expf, None, <cmath>)
11331142
SYMBOL(expf, None, <math.h>)
@@ -1149,6 +1158,7 @@ SYMBOL(expm1l, None, <math.h>)
11491158
SYMBOL(exponential_distribution, std::, <random>)
11501159
SYMBOL(extent, std::, <type_traits>)
11511160
SYMBOL(extent_v, std::, <type_traits>)
1161+
SYMBOL(extents, std::, <mdspan>)
11521162
SYMBOL(extreme_value_distribution, std::, <random>)
11531163
SYMBOL(fabs, std::, <cmath>)
11541164
SYMBOL(fabs, None, <cmath>)
@@ -1314,6 +1324,7 @@ SYMBOL(format_args, std::, <format>)
13141324
SYMBOL(format_context, std::, <format>)
13151325
SYMBOL(format_error, std::, <format>)
13161326
SYMBOL(format_parse_context, std::, <format>)
1327+
SYMBOL(format_string, std::, <format>)
13171328
SYMBOL(format_to, std::, <format>)
13181329
SYMBOL(format_to_n, std::, <format>)
13191330
SYMBOL(format_to_n_result, std::, <format>)
@@ -1410,6 +1421,7 @@ SYMBOL(gcd, std::, <numeric>)
14101421
SYMBOL(generate, std::, <algorithm>)
14111422
SYMBOL(generate_canonical, std::, <random>)
14121423
SYMBOL(generate_n, std::, <algorithm>)
1424+
SYMBOL(generator, std::, <generator>)
14131425
SYMBOL(generic_category, std::, <system_error>)
14141426
SYMBOL(geometric_distribution, std::, <random>)
14151427
SYMBOL(get_deleter, std::, <memory>)
@@ -1510,6 +1522,8 @@ SYMBOL(inclusive_scan, std::, <numeric>)
15101522
SYMBOL(incrementable, std::, <iterator>)
15111523
SYMBOL(incrementable_traits, std::, <iterator>)
15121524
SYMBOL(independent_bits_engine, std::, <random>)
1525+
SYMBOL(index_sequence, std::, <utility>)
1526+
SYMBOL(index_sequence_for, std::, <utility>)
15131527
SYMBOL(indirect_array, std::, <valarray>)
15141528
SYMBOL(indirect_binary_predicate, std::, <iterator>)
15151529
SYMBOL(indirect_equivalence_relation, std::, <iterator>)
@@ -2071,10 +2085,15 @@ SYMBOL(lroundf, None, <math.h>)
20712085
SYMBOL(lroundl, std::, <cmath>)
20722086
SYMBOL(lroundl, None, <cmath>)
20732087
SYMBOL(lroundl, None, <math.h>)
2088+
SYMBOL(make_any, std::, <any>)
2089+
SYMBOL(make_const_iterator, std::, <iterator>)
2090+
SYMBOL(make_const_sentinel, std::, <iterator>)
20742091
SYMBOL(make_exception_ptr, std::, <exception>)
20752092
SYMBOL(make_format_args, std::, <format>)
20762093
SYMBOL(make_from_tuple, std::, <tuple>)
20772094
SYMBOL(make_heap, std::, <algorithm>)
2095+
SYMBOL(make_index_sequence, std::, <utility>)
2096+
SYMBOL(make_integer_sequence, std::, <utility>)
20782097
SYMBOL(make_move_iterator, std::, <iterator>)
20792098
SYMBOL(make_obj_using_allocator, std::, <memory>)
20802099
SYMBOL(make_optional, std::, <optional>)
@@ -2131,6 +2150,7 @@ SYMBOL(mbstowcs, None, <stdlib.h>)
21312150
SYMBOL(mbtowc, std::, <cstdlib>)
21322151
SYMBOL(mbtowc, None, <cstdlib>)
21332152
SYMBOL(mbtowc, None, <stdlib.h>)
2153+
SYMBOL(mdspan, std::, <mdspan>)
21342154
SYMBOL(mega, std::, <ratio>)
21352155
SYMBOL(mem_fn, std::, <functional>)
21362156
SYMBOL(mem_fun, std::, <functional>)
@@ -2365,9 +2385,11 @@ SYMBOL(predicate, std::, <concepts>)
23652385
SYMBOL(preferred, std::, <memory>)
23662386
SYMBOL(prev, std::, <iterator>)
23672387
SYMBOL(prev_permutation, std::, <algorithm>)
2388+
SYMBOL(print, std::, <print>)
23682389
SYMBOL(printf, std::, <cstdio>)
23692390
SYMBOL(printf, None, <cstdio>)
23702391
SYMBOL(printf, None, <stdio.h>)
2392+
SYMBOL(println, std::, <print>)
23712393
SYMBOL(priority_queue, std::, <queue>)
23722394
SYMBOL(proj, std::, <complex>)
23732395
SYMBOL(projected, std::, <iterator>)
@@ -3017,6 +3039,9 @@ SYMBOL(undeclare_reachable, std::, <memory>)
30173039
SYMBOL(underflow_error, std::, <stdexcept>)
30183040
SYMBOL(underlying_type, std::, <type_traits>)
30193041
SYMBOL(underlying_type_t, std::, <type_traits>)
3042+
SYMBOL(unexpect, std::, <expected>)
3043+
SYMBOL(unexpect_t, std::, <expected>)
3044+
SYMBOL(unexpected, std::, <expected>)
30203045
SYMBOL(unexpected_handler, std::, <exception>)
30213046
SYMBOL(ungetc, std::, <cstdio>)
30223047
SYMBOL(ungetc, None, <cstdio>)
@@ -3087,6 +3112,8 @@ SYMBOL(vfwscanf, None, <wchar.h>)
30873112
SYMBOL(visit, std::, <variant>)
30883113
SYMBOL(visit_format_arg, std::, <format>)
30893114
SYMBOL(void_t, std::, <type_traits>)
3115+
SYMBOL(vprint_nonunicode, std::, <print>)
3116+
SYMBOL(vprint_unicode, std::, <print>)
30903117
SYMBOL(vprintf, std::, <cstdio>)
30913118
SYMBOL(vprintf, None, <cstdio>)
30923119
SYMBOL(vprintf, None, <stdio.h>)
@@ -3239,6 +3266,7 @@ SYMBOL(wfilebuf, std::, <iosfwd>)
32393266
SYMBOL(wformat_args, std::, <format>)
32403267
SYMBOL(wformat_context, std::, <format>)
32413268
SYMBOL(wformat_parse_context, std::, <format>)
3269+
SYMBOL(wformat_string, std::, <format>)
32423270
SYMBOL(wfstream, std::, <fstream>)
32433271
SYMBOL(wfstream, std::, <iosfwd>)
32443272
SYMBOL(wifstream, std::, <fstream>)
@@ -3338,6 +3366,7 @@ SYMBOL(Tuesday, std::chrono::, <chrono>)
33383366
SYMBOL(Wednesday, std::chrono::, <chrono>)
33393367
SYMBOL(abs, std::chrono::, <chrono>)
33403368
SYMBOL(ambiguous_local_time, std::chrono::, <chrono>)
3369+
SYMBOL(ceil, std::chrono::, <chrono>)
33413370
SYMBOL(choose, std::chrono::, <chrono>)
33423371
SYMBOL(clock_cast, std::chrono::, <chrono>)
33433372
SYMBOL(clock_time_conversion, std::chrono::, <chrono>)
@@ -3349,6 +3378,8 @@ SYMBOL(duration_values, std::chrono::, <chrono>)
33493378
SYMBOL(file_clock, std::chrono::, <chrono>)
33503379
SYMBOL(file_seconds, std::chrono::, <chrono>)
33513380
SYMBOL(file_time, std::chrono::, <chrono>)
3381+
SYMBOL(floor, std::chrono::, <chrono>)
3382+
SYMBOL(from_stream, std::chrono::, <chrono>)
33523383
SYMBOL(get_leap_second_info, std::chrono::, <chrono>)
33533384
SYMBOL(gps_clock, std::chrono::, <chrono>)
33543385
SYMBOL(gps_seconds, std::chrono::, <chrono>)
@@ -3383,6 +3414,7 @@ SYMBOL(month_weekday_last, std::chrono::, <chrono>)
33833414
SYMBOL(nanoseconds, std::chrono::, <chrono>)
33843415
SYMBOL(nonexistent_local_time, std::chrono::, <chrono>)
33853416
SYMBOL(parse, std::chrono::, <chrono>)
3417+
SYMBOL(round, std::chrono::, <chrono>)
33863418
SYMBOL(seconds, std::chrono::, <chrono>)
33873419
SYMBOL(steady_clock, std::chrono::, <chrono>)
33883420
SYMBOL(sys_days, std::chrono::, <chrono>)
@@ -3425,6 +3457,7 @@ SYMBOL(sequenced_policy, std::execution::, <execution>)
34253457
SYMBOL(unseq, std::execution::, <execution>)
34263458
SYMBOL(unsequenced_policy, std::execution::, <execution>)
34273459
SYMBOL(absolute, std::filesystem::, <filesystem>)
3460+
SYMBOL(begin, std::filesystem::, <filesystem>)
34283461
SYMBOL(canonical, std::filesystem::, <filesystem>)
34293462
SYMBOL(copy, std::filesystem::, <filesystem>)
34303463
SYMBOL(copy_file, std::filesystem::, <filesystem>)
@@ -3439,6 +3472,7 @@ SYMBOL(current_path, std::filesystem::, <filesystem>)
34393472
SYMBOL(directory_entry, std::filesystem::, <filesystem>)
34403473
SYMBOL(directory_iterator, std::filesystem::, <filesystem>)
34413474
SYMBOL(directory_options, std::filesystem::, <filesystem>)
3475+
SYMBOL(end, std::filesystem::, <filesystem>)
34423476
SYMBOL(equivalent, std::filesystem::, <filesystem>)
34433477
SYMBOL(exists, std::filesystem::, <filesystem>)
34443478
SYMBOL(file_size, std::filesystem::, <filesystem>)
@@ -3539,6 +3573,8 @@ SYMBOL(wcmatch, std::pmr::, <regex>)
35393573
SYMBOL(wsmatch, std::pmr::, <regex>)
35403574
SYMBOL(wstring, std::pmr::, <string>)
35413575
SYMBOL(adjacent_find, std::ranges::, <algorithm>)
3576+
SYMBOL(adjacent_transform_view, std::ranges::, <ranges>)
3577+
SYMBOL(adjacent_view, std::ranges::, <ranges>)
35423578
SYMBOL(advance, std::ranges::, <iterator>)
35433579
SYMBOL(all_of, std::ranges::, <algorithm>)
35443580
SYMBOL(any_of, std::ranges::, <algorithm>)
@@ -3551,9 +3587,12 @@ SYMBOL(binary_transform_result, std::ranges::, <algorithm>)
35513587
SYMBOL(borrowed_iterator_t, std::ranges::, <ranges>)
35523588
SYMBOL(borrowed_range, std::ranges::, <ranges>)
35533589
SYMBOL(borrowed_subrange_t, std::ranges::, <ranges>)
3590+
SYMBOL(cartesian_product_view, std::ranges::, <ranges>)
35543591
SYMBOL(cbegin, std::ranges::, <ranges>)
35553592
SYMBOL(cdata, std::ranges::, <ranges>)
35563593
SYMBOL(cend, std::ranges::, <ranges>)
3594+
SYMBOL(chunk_by_view, std::ranges::, <ranges>)
3595+
SYMBOL(chunk_view, std::ranges::, <ranges>)
35573596
SYMBOL(clamp, std::ranges::, <algorithm>)
35583597
SYMBOL(common_range, std::ranges::, <ranges>)
35593598
SYMBOL(common_view, std::ranges::, <ranges>)
@@ -3604,13 +3643,20 @@ SYMBOL(find_if_not, std::ranges::, <algorithm>)
36043643
SYMBOL(find_last, std::ranges::, <algorithm>)
36053644
SYMBOL(find_last_if, std::ranges::, <algorithm>)
36063645
SYMBOL(find_last_if_not, std::ranges::, <algorithm>)
3646+
SYMBOL(fold_left, std::ranges::, <algorithm>)
3647+
SYMBOL(fold_left_first, std::ranges::, <algorithm>)
3648+
SYMBOL(fold_left_first_with_iter, std::ranges::, <algorithm>)
3649+
SYMBOL(fold_left_with_iter, std::ranges::, <algorithm>)
3650+
SYMBOL(fold_right, std::ranges::, <algorithm>)
3651+
SYMBOL(fold_right_last, std::ranges::, <algorithm>)
36073652
SYMBOL(for_each, std::ranges::, <algorithm>)
36083653
SYMBOL(for_each_n, std::ranges::, <algorithm>)
36093654
SYMBOL(for_each_n_result, std::ranges::, <algorithm>)
36103655
SYMBOL(for_each_result, std::ranges::, <algorithm>)
36113656
SYMBOL(forward_range, std::ranges::, <ranges>)
36123657
SYMBOL(generate, std::ranges::, <algorithm>)
36133658
SYMBOL(generate_n, std::ranges::, <algorithm>)
3659+
SYMBOL(get, std::ranges::, <ranges>)
36143660
SYMBOL(greater, std::ranges::, <functional>)
36153661
SYMBOL(greater_equal, std::ranges::, <functional>)
36163662
SYMBOL(in_found_result, std::ranges::, <algorithm>)
@@ -3684,6 +3730,7 @@ SYMBOL(prev_permutation_result, std::ranges::, <algorithm>)
36843730
SYMBOL(push_heap, std::ranges::, <algorithm>)
36853731
SYMBOL(random_access_range, std::ranges::, <ranges>)
36863732
SYMBOL(range, std::ranges::, <ranges>)
3733+
SYMBOL(range_adaptor_closure, std::ranges::, <ranges>)
36873734
SYMBOL(range_const_reference_t, std::ranges::, <ranges>)
36883735
SYMBOL(range_difference_t, std::ranges::, <ranges>)
36893736
SYMBOL(range_reference_t, std::ranges::, <ranges>)
@@ -3699,6 +3746,7 @@ SYMBOL(remove_copy_if_result, std::ranges::, <algorithm>)
36993746
SYMBOL(remove_copy_result, std::ranges::, <algorithm>)
37003747
SYMBOL(remove_if, std::ranges::, <algorithm>)
37013748
SYMBOL(rend, std::ranges::, <ranges>)
3749+
SYMBOL(repeat_view, std::ranges::, <ranges>)
37023750
SYMBOL(replace, std::ranges::, <algorithm>)
37033751
SYMBOL(replace_copy, std::ranges::, <algorithm>)
37043752
SYMBOL(replace_copy_if, std::ranges::, <algorithm>)
@@ -3730,13 +3778,15 @@ SYMBOL(shuffle, std::ranges::, <algorithm>)
37303778
SYMBOL(single_view, std::ranges::, <ranges>)
37313779
SYMBOL(size, std::ranges::, <ranges>)
37323780
SYMBOL(sized_range, std::ranges::, <ranges>)
3781+
SYMBOL(slide_view, std::ranges::, <ranges>)
37333782
SYMBOL(sort, std::ranges::, <algorithm>)
37343783
SYMBOL(sort_heap, std::ranges::, <algorithm>)
37353784
SYMBOL(split_view, std::ranges::, <ranges>)
37363785
SYMBOL(ssize, std::ranges::, <ranges>)
37373786
SYMBOL(stable_partition, std::ranges::, <algorithm>)
37383787
SYMBOL(stable_sort, std::ranges::, <algorithm>)
37393788
SYMBOL(starts_with, std::ranges::, <algorithm>)
3789+
SYMBOL(stride_view, std::ranges::, <ranges>)
37403790
SYMBOL(subrange, std::ranges::, <ranges>)
37413791
SYMBOL(subrange_kind, std::ranges::, <ranges>)
37423792
SYMBOL(swap, std::ranges::, <concepts>)
@@ -3773,10 +3823,15 @@ SYMBOL(viewable_range, std::ranges::, <ranges>)
37733823
SYMBOL(wistream_view, std::ranges::, <ranges>)
37743824
SYMBOL(zip_transform_view, std::ranges::, <ranges>)
37753825
SYMBOL(zip_view, std::ranges::, <ranges>)
3826+
SYMBOL(adjacent, std::ranges::views::, <ranges>)
3827+
SYMBOL(adjacent_transform, std::ranges::views::, <ranges>)
37763828
SYMBOL(all, std::ranges::views::, <ranges>)
37773829
SYMBOL(all_t, std::ranges::views::, <ranges>)
37783830
SYMBOL(as_const, std::ranges::views::, <ranges>)
37793831
SYMBOL(as_rvalue, std::ranges::views::, <ranges>)
3832+
SYMBOL(cartesian_product, std::ranges::views::, <ranges>)
3833+
SYMBOL(chunk, std::ranges::views::, <ranges>)
3834+
SYMBOL(chunk_by, std::ranges::views::, <ranges>)
37803835
SYMBOL(common, std::ranges::views::, <ranges>)
37813836
SYMBOL(counted, std::ranges::views::, <ranges>)
37823837
SYMBOL(drop, std::ranges::views::, <ranges>)
@@ -3791,9 +3846,14 @@ SYMBOL(join, std::ranges::views::, <ranges>)
37913846
SYMBOL(join_with, std::ranges::views::, <ranges>)
37923847
SYMBOL(keys, std::ranges::views::, <ranges>)
37933848
SYMBOL(lazy_split, std::ranges::views::, <ranges>)
3849+
SYMBOL(pairwise, std::ranges::views::, <ranges>)
3850+
SYMBOL(pairwise_transform, std::ranges::views::, <ranges>)
3851+
SYMBOL(repeat, std::ranges::views::, <ranges>)
37943852
SYMBOL(reverse, std::ranges::views::, <ranges>)
37953853
SYMBOL(single, std::ranges::views::, <ranges>)
3854+
SYMBOL(slide, std::ranges::views::, <ranges>)
37963855
SYMBOL(split, std::ranges::views::, <ranges>)
3856+
SYMBOL(stride, std::ranges::views::, <ranges>)
37973857
SYMBOL(take, std::ranges::views::, <ranges>)
37983858
SYMBOL(take_while, std::ranges::views::, <ranges>)
37993859
SYMBOL(transform, std::ranges::views::, <ranges>)
@@ -3844,10 +3904,15 @@ SYMBOL(get_id, std::this_thread::, <thread>)
38443904
SYMBOL(sleep_for, std::this_thread::, <thread>)
38453905
SYMBOL(sleep_until, std::this_thread::, <thread>)
38463906
SYMBOL(yield, std::this_thread::, <thread>)
3907+
SYMBOL(adjacent, std::views::, <ranges>)
3908+
SYMBOL(adjacent_transform, std::views::, <ranges>)
38473909
SYMBOL(all, std::views::, <ranges>)
38483910
SYMBOL(all_t, std::views::, <ranges>)
38493911
SYMBOL(as_const, std::views::, <ranges>)
38503912
SYMBOL(as_rvalue, std::views::, <ranges>)
3913+
SYMBOL(cartesian_product, std::views::, <ranges>)
3914+
SYMBOL(chunk, std::views::, <ranges>)
3915+
SYMBOL(chunk_by, std::views::, <ranges>)
38513916
SYMBOL(common, std::views::, <ranges>)
38523917
SYMBOL(counted, std::views::, <ranges>)
38533918
SYMBOL(drop, std::views::, <ranges>)
@@ -3862,9 +3927,14 @@ SYMBOL(join, std::views::, <ranges>)
38623927
SYMBOL(join_with, std::views::, <ranges>)
38633928
SYMBOL(keys, std::views::, <ranges>)
38643929
SYMBOL(lazy_split, std::views::, <ranges>)
3930+
SYMBOL(pairwise, std::views::, <ranges>)
3931+
SYMBOL(pairwise_transform, std::views::, <ranges>)
3932+
SYMBOL(repeat, std::views::, <ranges>)
38653933
SYMBOL(reverse, std::views::, <ranges>)
38663934
SYMBOL(single, std::views::, <ranges>)
3935+
SYMBOL(slide, std::views::, <ranges>)
38673936
SYMBOL(split, std::views::, <ranges>)
3937+
SYMBOL(stride, std::views::, <ranges>)
38683938
SYMBOL(take, std::views::, <ranges>)
38693939
SYMBOL(take_while, std::views::, <ranges>)
38703940
SYMBOL(transform, std::views::, <ranges>)

0 commit comments

Comments
 (0)