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

drop_view: begin() Returns: element doesn't use italics for exposition-only data members #4134

Closed
Dani-Hub opened this issue Sep 2, 2020 · 0 comments · Fixed by #4135
Closed

Comments

@Dani-Hub
Copy link
Member

Dani-Hub commented Sep 2, 2020

[range.drop.view] p3 misses to use italics for the exposition-only data members base_ and count_ when referring to the semantics within its Returns: element:

Returns: ranges::next(ranges::begin(base_), count_, ranges::end(base_)).

should be changed to (omitting the additional spaces which are artifacts of my limited Markdown capabilities):

Returns: ranges::next(ranges::begin(base_), count_ , ranges::end(base_)).

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 a pull request may close this issue.

1 participant