-
Notifications
You must be signed in to change notification settings - Fork 14
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
DR: 18.11.4.7: get_accessible_* and the name used for the access #79
Comments
Ditto |
The injected-class-name for |
More of a note-to-self: |
I think this issue is not at all straightforward. Protected non-static members are also complicated. |
IMO that's a design issue out of scope for the wording review. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The accessibility of
f
below fromC
depends upon the name used to nameA
. It is unclear what the application ofget_accessible_member_functions
upon the meta-object types produced ing()
andh()
h2()
would generate.The text was updated successfully, but these errors were encountered: