-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feature/std ranges part2 #11
Conversation
//using namespace njoy::tools; | ||
namespace std20 = nano::ranges; | ||
|
||
SCENARIO( "invoke" ) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scenario name "identity" instead of "invoke" ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, a copy/paste error.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will put all updates following the reviews of these PRs to the fix/review branch.
More nanorange being added. In this particular PR, we have added nanorange's iterator concepts and the common_iterator. Unit tests were added as well.
The unit tests compile on intel-classic/2022 and intel-classic/2023.