[Bug c++/57752] during the lookup for a base class name, non-type names should be ignored

2021-07-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57752 Andrew Pinski changed: What|Removed |Added Keywords||rejects-valid

[Bug c++/57752] during the lookup for a base class name, non-type names should be ignored

2013-06-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57752 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org --- There's a cross-reference to [basic.scope.hiding] which explains how a class name can be hidden by variables, members and enumerators, and it seems that both G++ and clang interpret