We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ranges::distance()
LWG-3392 ranges::distance() cannot be used on a move-only iterator with a sized sentinel
This was voted into the Working Paper in October 2021, see #2236.
The text was updated successfully, but these errors were encountered:
Implement LWG-3392
3f152b1
Cleanup conditional `noexcept` while we're here, and add test coverage. Fixes microsoft#2392
Successfully merging a pull request may close this issue.
LWG-3392
ranges::distance()
cannot be used on a move-only iterator with a sized sentinelThis was voted into the Working Paper in October 2021, see #2236.
The text was updated successfully, but these errors were encountered: