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::split_view::iterator::operator* Not rendered properly #4757

Closed
miscco opened this issue Jul 18, 2021 · 3 comments
Closed

ranges::split_view::iterator::operator* Not rendered properly #4757

miscco opened this issue Jul 18, 2021 · 3 comments

Comments

@miscco
Copy link
Contributor

miscco commented Jul 18, 2021

It seems that in https://eel.is/c++draft/ranges#range.split.iterator-3 the {} of the subclause constructor are missing.

I cannot really find an error with the code at a glance.

@jwakely
Copy link
Member

jwakely commented Jul 18, 2021

They need to be escaped with backslashes in that context.

@jwakely
Copy link
Member

jwakely commented Jul 18, 2021

This isn't the first time this has happened, we should have an automated check for it if possible.

@cpplearner
Copy link
Contributor

It seems that http://eel.is/c++draft/ hasn't picked up 628ded4

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

No branches or pull requests

4 participants