P1787: CWG536 (long partially resolved) is resolved by specifying that unqualified lookup occurs for any kind of unqualified-id as an id-expression.
Wording: An unqualified name is a name that <...>. Unless otherwise specified, such a name undergoes unqualified name lookup from the point where it appears. ([basic.lookup.unqual]/4)
Details
Details
- Reviewers
aaron.ballman - Group Reviewers
Restricted Project - Commits
- rG6737a1520900: [clang] Mark CWG536 as N/A
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM! This doesn't seem plausible to write a test for (it's basically a clarification rather than a change, as best I can tell).