Eric Niebler
Eric Niebler
Do all of the views work with non-semi regular views? How do you know? Where are the tests?
Yup, that would do it. Thanks for making the effort.
I am very sympathetic to what you say here and I'm sorry about your lost 40 minutes. The reason the link to `accumulate` takes you to the one in the...
If all the non-sized ranges are known to be infinite, then yes. Otherwise, no. A sized range with 10 elements might be zipped with a non-sized range that only has...
Note to future self: make range-v3 work with `-frounding-math`.
Range-v3 doesn't have support for move only iterators or views. Adding that support and tests for it throughout would be a big job. Spot fixes for the concepts are not...
Wow, has it been that long? I'll cut a release soon. Thanks, work has been nutty lately.
Thanks for the report. I wonder how this compiles at all. :-/
I don't think there is much I can do about that second issue.
You're correct. The solution is to use the back_inserter from range-v3, and to wait for Microsoft to update its back_inserter implementation for C++20.