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

[expr.mptr.oper] Index second definition of 'object expression'. #1669

Merged
merged 1 commit into from Jul 17, 2017

Conversation

Eelis
Copy link
Contributor

@Eelis Eelis commented Jul 17, 2017

There are two things known as "object expression":

  • the E1 in "E1.E2" ([expr.ref]/3)
  • the E1 in "E1.*E2" ([expr.mptr.oper]/4)

Because currently only the first of these is indexed, this patch adds an entry for the second one.

diff

@tkoeppe tkoeppe merged commit c92eb3a into cplusplus:master Jul 17, 2017
@Eelis Eelis deleted the objectexpr branch July 17, 2017 16:27
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

2 participants