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

concept Variable refinement regarding ScopeMember (Needs NB Comment) #19

Open
Dani-Hub opened this issue Aug 11, 2018 · 0 comments
Open

Comments

@Dani-Hub
Copy link
Member

This is not a review deviation of the accepted p0670r4 document but was observed during the review:

In [reflect.synopsis], the declaration is presented as:

template <class T> concept Variable; // refines Typed and ScopeMember

but the defining sub-clause [reflect.concepts.variable] says:

template <class T> concept Variable = Typed<T> && see below ;

If the synopsis comment was correct, I would expect that [reflect.concepts.variable] should be presented as

template <class T> concept Variable = Typed<T> && ScopeMember<T> && see below ;

but if [reflect.concepts.variable] is correct, I would expect that [reflect.synopsis] is corrected to say

template <class T> concept Variable; // refines Typed
@camio camio changed the title concept Variable refinement regarding ScopeMember concept Variable refinement regarding ScopeMember (Needs NB Comment) Aug 12, 2018
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

1 participant