Skip to content

Conversation

@ednolan
Copy link
Member

@ednolan ednolan commented Nov 6, 2025

If std::ranges::range is true, then we already know std::ranges::input_range is true because the views are constrained on std::ranges::input_range V.

If std::ranges::range<const V> is true, then we already know
std::ranges::input_range<const V> is true because the views are
constrained on std::ranges::input_range V.
@ednolan ednolan requested a review from camio as a code owner November 6, 2025 15:46
@ednolan ednolan merged commit e1ae27e into main Nov 6, 2025
8 of 9 checks passed
@ednolan ednolan deleted the enolan_redundantbegin1 branch November 6, 2025 15:57
@coveralls
Copy link

Coverage Status

coverage: 97.222%. remained the same
when pulling 62950ea on enolan_redundantbegin1
into 6973e79 on main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants