Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
179 commits
Select commit Hold shift + click to select a range
0565c46
WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Aug 8, 2023
dcf3bea
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Sep 4, 2023
c442278
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Sep 4, 2023
6595e6a
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Sep 9, 2023
2ac51b8
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Sep 10, 2023
3465f88
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Sep 11, 2023
80bd67a
amend! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Sep 11, 2023
62a3a61
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Sep 13, 2023
89c88fc
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Sep 13, 2023
2c6a336
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Sep 15, 2023
69738b3
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Sep 15, 2023
afe11f0
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Sep 18, 2023
64e6c17
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 4, 2023
ae1c13a
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 6, 2023
e13ce51
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 6, 2023
bee9a0b
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 6, 2023
dd1d424
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 6, 2023
6cb870a
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 6, 2023
1694a37
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 6, 2023
2d22db1
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 9, 2023
fbec0e8
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 13, 2023
7f630e4
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 13, 2023
1d51e6a
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 13, 2023
af926f7
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 13, 2023
3406879
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 13, 2023
4b10ddf
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 13, 2023
3361ec3
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 16, 2023
cfe70d1
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 16, 2023
dd65af9
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 16, 2023
57f9ee9
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 23, 2023
b7d3ebd
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 23, 2023
36df533
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 23, 2023
a8002bf
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 27, 2023
30c4eb6
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 27, 2023
af49bf3
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 27, 2023
308ede4
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 27, 2023
f699402
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 29, 2023
2687ed8
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 30, 2023
c281f85
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 30, 2023
1d2ec9f
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 31, 2023
76e2a6e
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 31, 2023
19783ae
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 1, 2023
fa42b3b
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 1, 2023
9c3b8af
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 1, 2023
6de857d
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 3, 2023
e1ba604
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 3, 2023
22c2366
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 10, 2023
48420c4
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 10, 2023
b334eb4
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 10, 2023
ffd0c33
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 14, 2023
b24b13e
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 15, 2023
71351a2
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 16, 2023
6b0eeff
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 18, 2023
a1f9cb9
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 18, 2023
cbf6ced
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 20, 2023
86c4e20
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 22, 2023
5d35756
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 22, 2023
df65cc9
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 27, 2023
2242206
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 27, 2023
8a51d5c
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 28, 2023
b308687
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 29, 2023
a196647
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 29, 2023
9120926
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 29, 2023
2e36b43
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 29, 2023
3597506
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 30, 2023
38e6a60
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Dec 1, 2023
fb17211
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Dec 1, 2023
7c54888
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Dec 4, 2023
36c356a
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Dec 8, 2023
b8710bf
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Dec 8, 2023
748229c
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Dec 11, 2023
b56b0ad
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Dec 11, 2023
5a5429b
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Dec 11, 2023
ee3277c
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Dec 11, 2023
a698982
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Dec 12, 2023
a868c87
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Dec 12, 2023
9056062
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Dec 13, 2023
6af7431
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Dec 22, 2023
8e0657d
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Dec 22, 2023
ec8fac2
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Dec 22, 2023
6d07bdc
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Dec 22, 2023
294bc2a
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Dec 23, 2023
fe6ab69
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Dec 23, 2023
c13fdd4
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Dec 26, 2023
1b5a734
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Dec 26, 2023
8ae85a5
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Dec 26, 2023
f7b6bd9
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Dec 28, 2023
c2f0fda
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jan 2, 2024
1587811
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jan 3, 2024
e3512cb
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jan 3, 2024
749572f
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jan 4, 2024
e7660cd
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jan 4, 2024
7d237e0
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jan 5, 2024
91070c7
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jan 6, 2024
d7773a1
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jan 6, 2024
0e6d3c7
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jan 6, 2024
15d06f8
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jan 7, 2024
923cc1c
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jan 10, 2024
2fa4277
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jan 10, 2024
f11e072
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jan 10, 2024
d6f0126
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jan 10, 2024
ceb2c54
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jan 11, 2024
b41f484
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jan 11, 2024
289405e
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jan 16, 2024
c6e640d
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jan 16, 2024
8f3e8eb
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jan 24, 2024
fecd435
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jan 24, 2024
1654837
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jan 31, 2024
e2af841
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jan 31, 2024
c234598
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Feb 1, 2024
6013c9c
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Feb 1, 2024
759f67c
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Feb 2, 2024
89892e9
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Feb 10, 2024
35dba87
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Feb 10, 2024
f0e07d6
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Feb 10, 2024
ce6c3ce
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Feb 10, 2024
c12b89b
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw May 4, 2024
9571092
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw May 4, 2024
3f4512c
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw May 4, 2024
a1d979c
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw May 4, 2024
266713c
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw May 4, 2024
8c6f3c0
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw May 7, 2024
314dc74
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw May 10, 2024
822030d
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw May 18, 2024
3046634
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jun 25, 2024
4bb05d9
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jun 26, 2024
774bb13
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jun 26, 2024
f4c37a3
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jul 18, 2024
56927a0
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Aug 3, 2024
bec871f
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Aug 3, 2024
63ebdd7
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Aug 3, 2024
cb1e39e
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Aug 3, 2024
121986b
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Aug 3, 2024
7385dd0
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Aug 6, 2024
bbfae5a
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Aug 17, 2024
87f6972
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Aug 17, 2024
3b48b6e
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Sep 10, 2024
0d28a67
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 2, 2024
7c5389d
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 2, 2024
feb3117
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 2, 2024
7b8e510
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 3, 2024
c4a966f
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 2, 2024
e9e18c9
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 2, 2024
c47fc63
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 2, 2024
e2b9533
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 2, 2024
e944d25
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 2, 2024
843efe0
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 2, 2024
6341e46
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 11, 2024
b5f5720
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 11, 2024
8908a3a
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 18, 2024
ea4d3a9
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 18, 2024
d2aac40
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 18, 2024
86291d9
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 18, 2024
a483342
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 19, 2024
62b00c4
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Nov 26, 2024
775dbc7
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Dec 7, 2024
e651f2f
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Dec 7, 2024
8f6a713
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Dec 7, 2024
59b07b9
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Dec 9, 2024
25a0d96
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw May 30, 2025
b8ac01d
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw May 30, 2025
d09aea4
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw May 30, 2025
f51546b
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw May 30, 2025
3f32a80
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw May 30, 2025
1eace39
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw May 30, 2025
16479bb
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw May 31, 2025
f7c366f
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw May 31, 2025
0600fda
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw May 31, 2025
cdb52b4
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jun 2, 2025
d63d9d1
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jun 2, 2025
acff18b
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jun 2, 2025
0cfc9e2
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Jun 13, 2025
22bc443
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Sep 5, 2025
51c37d6
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Sep 5, 2025
5df9d0c
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Sep 5, 2025
922c14e
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Sep 5, 2025
8d8a6dc
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Sep 12, 2025
782c998
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Sep 12, 2025
fd69709
fixup! WIP: [libc++][ranges] Implement `ranges::stride_view`.
hawkinsw Oct 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions libcxx/docs/FeatureTestMacroTable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,8 @@ Status
---------------------------------------------------------- -----------------
``__cpp_lib_ranges_starts_ends_with`` ``202106L``
---------------------------------------------------------- -----------------
``__cpp_lib_ranges_stride`` ``202207L``
---------------------------------------------------------- -----------------
``__cpp_lib_ranges_to_container`` ``202202L``
---------------------------------------------------------- -----------------
``__cpp_lib_ranges_zip`` *unimplemented*
Expand Down
1 change: 1 addition & 0 deletions libcxx/docs/ReleaseNotes/20.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Implemented Papers
- ``std::jthread`` and ``<stop_token>`` are not guarded behind ``-fexperimental-library`` anymore
- P2674R1: A trait for implicit lifetime types (`Github <https://github.com/llvm/llvm-project/issues/105259>`__)
- P0429R9: A Standard ``flat_map`` (`Github <https://github.com/llvm/llvm-project/issues/105190>`__)
- P1899: ``stride_view`` (`Github <https://github.com/llvm/llvm-project/issues/105198>` __)

Improvements and New Features
-----------------------------
Expand Down
1 change: 1 addition & 0 deletions libcxx/include/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@ set(files
__ranges/single_view.h
__ranges/size.h
__ranges/split_view.h
__ranges/stride_view.h
__ranges/subrange.h
__ranges/take_view.h
__ranges/take_while_view.h
Expand Down
1 change: 1 addition & 0 deletions libcxx/include/__cxx03/module.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -1753,6 +1753,7 @@ module cxx03_std_private_ranges_size [system] {
export std_private_type_traits_make_unsigned
}
module cxx03_std_private_ranges_split_view [system] { header "__ranges/split_view.h" }
module cxx03_std_private_ranges_stride_view [system] { header "__ranges/stride_view.h" }
module cxx03_std_private_ranges_subrange [system] {
header "__ranges/subrange.h"
export std_private_ranges_subrange_fwd
Expand Down
Loading
Loading