[Bug c++/61492] Nested-name-specifier lookup finds function

2014-08-28 Thread aaw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61492 Ollie Wild changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/61492] Nested-name-specifier lookup finds function

2014-06-12 Thread potswa at mac dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61492 --- Comment #1 from David Krauss --- Oops, objects hide enumerations in this context too. enum e { m } e = e::m; // Same error I neglected to check this because I thought I'd used it a while ago, but it turns out I'd worked around the problem.