-
Notifications
You must be signed in to change notification settings - Fork 164
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
Fix for_each_pixel for non 1d iterable views #621
Conversation
@mloskot When the tests pass, I know we are pretty late in the dev cycle of 1.77 but any chance that this could be merged to master for 1.77? |
Some tests fails spurioulsy and generally unrelated to Boost.GIL, for instance clang/ubuntu reports:
or
@lpranam There seems to be an issue with the numeric extension though, MSVC complains:
|
@mloskot How about this one 😀 ? |
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.
Great, thanks!
@mloskot @simmplecoder Any chance that this could be merged? It fixes a pretty annoying bug (silently returns the wrong result)... |
Shoot, it's slipped through. Please, merge, of course. |
I noticed the same issue using clang 8 but with
|
This is workaround for clang issue with cxxstd=2a: error: no member named 'is_constant_evaluated' in namespace 'std' See #621 (comment)
Are these issues related to partially implemented std / standard library? Again I am super happy with all the work being done on the CI, this will make the project more attractive to users and developers. |
I'm not 100% sure, but looks like it. |
References
Fix #620
Tasklist