Skip to content
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

<ranges>: Add missing test coverage for ranges::view_interface::c(begin|end) #3391

Open
26 of 34 tasks
JMazurkiewicz opened this issue Feb 5, 2023 · 0 comments
Open
26 of 34 tasks
Labels
ranges C++20/23 ranges test Related to test code

Comments

@JMazurkiewicz
Copy link
Contributor

JMazurkiewicz commented Feb 5, 2023

#3187 introduced new members to ranges::view_interface: cbegin and cend. While there is small coverage for those functions in P0896R4_ranges_subrange/test.compile.pass.cpp, I believe that we should add extra assertions to each views tests (see #3350 for example).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ranges C++20/23 ranges test Related to test code
Projects
None yet
Development

No branches or pull requests

2 participants