[Bug c++/48920] typename specifier should not ignore non-type names
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Dec 8 16:36:03 GMT 2021
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48920
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Last reconfirmed| |2021-12-08
Status|UNCONFIRMED |NEW
--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed with:
namespace A {
struct B { };
int B;
};
typename A::B a;
More information about the Gcc-bugs
mailing list