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

[dcl.type.simple]/4 missing semicolon #133

Closed
sdutoit opened this issue May 16, 2013 · 0 comments
Closed

[dcl.type.simple]/4 missing semicolon #133

sdutoit opened this issue May 16, 2013 · 0 comments

Comments

@sdutoit
Copy link
Contributor

sdutoit commented May 16, 2013

[dcl.type.simple]/4 starts:

For an expression e, the type denoted by decltype(e) is defined as follows:
— if e has type “array of runtime bound”, the program is ill-formed
— otherwise, if e is an unparenthesized id-expression or an unparenthesized class member access (5.2.5), decltype(e) is the type of the entity named by e. If there is no such entity, or if e names a set of overloaded functions, the program is ill-formed;

The first bullet should end with a semicolons, as the subsequent ones do.

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