-
Notifications
You must be signed in to change notification settings - Fork 67
Ensure iterators satisfy input_iterator concept for views and ranges #273
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
Closed
Closed
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
383efc6
input_iterator type and unit tests
wdconinc 540eae4
Make checks happy by using all variables
wdconinc db113f8
Haha, get past the sanitzer checks
wdconinc dc6c782
Add reverse iterators; split tests into iterators and views
wdconinc f74e64e
Add prefix to iterator types; change to bidirectional_iterator_tag
wdconinc d2c783b
Add iterator default constructor (index 0, nullptr)
wdconinc 07fc73a
No getter for PDG in read_views test
wdconinc 3ae4087
Const dereference with mutable m_object
wdconinc f83d7bc
Full(er) set of unit tests (incl c++23 zip)
wdconinc 853423b
Single line import of iterator_definitions
wdconinc a71f643
Remove reserve for sized_range since not available for podio collection
wdconinc 74e4691
Suggested style change
wdconinc 4b5cf9f
static_assert on iterator_traits for bidirectional_iterator_tag
wdconinc d18b1d6
dereference operator* const to copy without mutable inside iterator
wdconinc 7e6672e
Remove read_iterators.cpp read_views.cpp again; put in unittests
wdconinc aedafdb
Examples on using for_each, ranges, etc
wdconinc 01f935a
shouldfail unit test for std::fill; added for_each to unit test
wdconinc 8291978
clang-format fixes
wdconinc c795898
Limit iterator types to input_iterator
wdconinc 784b902
Require input_iterator and nothing more; split off ranges tests
wdconinc 9fed18f
Fix clang-format on unit tests
wdconinc b541675
fix: add test case tags as suggested
wdconinc ec3e58e
fix: ifdef guard entire test case as suggested
wdconinc 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
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.