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

Imprecise wording regarding pointers to members? #1952

Closed
jwakely opened this issue Mar 14, 2018 · 0 comments
Closed

Imprecise wording regarding pointers to members? #1952

jwakely opened this issue Mar 14, 2018 · 0 comments
Assignees

Comments

@jwakely
Copy link
Member

jwakely commented Mar 14, 2018

15 [special] p2 has an example saying "A program may explicitly call, take the address of, or form a pointer to member to an implicitly-declared special member function."

Is that right? Can you "take the address" of a member? I thought you could only "form a pointer to member" to it. [expr.unary.op] is quite careful to avoid talking about addresses when forming pointers to members

Secondly, 7.13 [conv.fctptr] says "the result points to the member function" ... should it be "refers to" or "designates" not "points to"?

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

2 participants