Skip to content

Conversation

@Nuxar1
Copy link

@Nuxar1 Nuxar1 commented Jun 23, 2025

Because the default constructor of std::collection<>::iterator is private, std::ranges::end() does not compile.
std::ranges::end requires std::semiregular.
Making the default constructor public solves the issue.

std::ranges::end requires std::semiregular<T> for iterators  -> make default constructor public
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.

1 participant