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

[basic.compound] Replace four refs with a single one to [dcl.meaning] #2906

Merged
merged 1 commit into from Jun 13, 2019

Conversation

jwakely
Copy link
Member

@jwakely jwakely commented May 29, 2019

Currently the cross references to 9.2.3.[1245] are not in numerical order, which just looks odd:

These methods of constructing types can be applied recursively; restrictions are mentioned in 9.2.3.1, 9.2.3.4, 9.2.3.5, and 9.2.3.2.

basic compound

It seems like 9.2.3.3 [dcl.mptr] also mentions a restriction:

A pointer to member shall not point to a static member of a class (11.3.8), a member with reference type, or “cv void”.

Should [dcl.mptr] be added to the list of refs in [basic.compound] p2?

@jensmaurer
Copy link
Member

I'd much prefer to simply refer to [dcl.meaning] instead of enumerating each subclause individually.

@jwakely
Copy link
Member Author

jwakely commented May 29, 2019

Ok I'll push an update shortly.

@jwakely
Copy link
Member Author

jwakely commented May 29, 2019

Updated, so it now says:

basic compound-2

@jensmaurer jensmaurer changed the title [basic.compound] Reorder refs to match document order [basic.compound] Replace four refs with a single one to [dcl.meaning] May 29, 2019
@zygoloid zygoloid merged commit 45d9fae into cplusplus:master Jun 13, 2019
@jwakely jwakely deleted the basic.compound-refs branch January 22, 2022 09:14
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 this pull request may close these issues.

None yet

3 participants