-
Notifications
You must be signed in to change notification settings - Fork 18.6k
[libc++][ranges] P3059R2: Making user-defined constructors of view iterators/sentinels private #193891
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Zingam
merged 33 commits into
llvm:main
from
H-G-Hristov:hgh/libcxx/P3059R2-Making-user-defined-constructors-of-view-iterators-sentinels-private
Jul 30, 2026
Merged
[libc++][ranges] P3059R2: Making user-defined constructors of view iterators/sentinels private #193891
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
8e34763
[libc++][ranges] P3059R2: Making user-defined constructors of view it…
H-G-Hristov e9a32ca
Tests: `split_view`
H-G-Hristov cf1dc7a
Tests: `take_view`
H-G-Hristov fd1f6ee
Tests: `take_while_view`
H-G-Hristov 666c86a
Tests: `filter_view`
H-G-Hristov cd91923
Tests: `lazy_split_view`
H-G-Hristov 4581bdc
Tests: `join_view`
H-G-Hristov f6daa20
Tests: `istream_view`
H-G-Hristov 4186467
Tests: `iota_view`
H-G-Hristov 9ea8e2c
Tests: `elements_view`
H-G-Hristov c54da86
Format
H-G-Hristov 428278a
Release notes
H-G-Hristov f80bcca
Format
H-G-Hristov 6da2fb0
Tests: `elements_view` updates
H-G-Hristov 2522cc1
Revert formatting
H-G-Hristov 94e99c0
Apply suggestion from @frederick-vs-ja
Zingam b0958e7
Fixed formatting
H-G-Hristov 656265d
Enable test
H-G-Hristov 792757c
Added `std::is_constructible/convertible` tests
H-G-Hristov 21cafc7
Cleanup
H-G-Hristov fb026c3
Fixed CI
H-G-Hristov 40e4eb9
Restored a test case!
H-G-Hristov 09acb0d
Added a missing `take_view` test
H-G-Hristov ba73c41
Added missing test `join_view`
H-G-Hristov 2f4a7d4
Update tests `split_view`
H-G-Hristov 4b7ed09
Fixed test
H-G-Hristov 2e22271
Added missing `transform_view` tests
H-G-Hristov 67392d1
Try to fix the tests
H-G-Hristov e692e9b
Formatting
H-G-Hristov ddb5c85
More fixes
H-G-Hristov 2e1494c
More fixes
H-G-Hristov 71723ab
Clean-up tests
H-G-Hristov f5c82b2
Clean-up `elements_view`
H-G-Hristov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.