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] Inconsistent marking of definitions with // \expos #4819

Closed
JohelEGP opened this issue Aug 17, 2021 · 1 comment · Fixed by #4829
Closed

[ranges] Inconsistent marking of definitions with // \expos #4819

JohelEGP opened this issue Aug 17, 2021 · 1 comment · Fixed by #4829
Assignees

Comments

@JohelEGP
Copy link
Contributor

class basic_istream_view<Val, CharT, Traits>::@\exposid{iterator}@ { // \expos

class take_while_view<V, Pred>::@\exposidnc{sentinel}@ { // \expos

class elements_view<V, N>::@\exposid{iterator}@ { // \expos

class elements_view<V, N>::@\exposid{sentinel}@ { // \expos

Out of all nested iterator and sentinel class (templates), these are the only definitions that are marked.

@jensmaurer jensmaurer self-assigned this Aug 19, 2021
@jensmaurer jensmaurer changed the title [ranges] Inconsistent marking of definitions with // \exposid [ranges] Inconsistent marking of definitions with // \expos Aug 20, 2021
@jensmaurer
Copy link
Member

Either add the missing markings (see pull request) or remove those four markings as redundant with the definition of the enclosing class.

@jensmaurer jensmaurer added the decision-required A decision of the editorial group (or the Project Editor) is required. label Aug 20, 2021
@tkoeppe tkoeppe removed the decision-required A decision of the editorial group (or the Project Editor) is required. label Sep 24, 2021
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.

3 participants