[Bug c++/33677] Member with same name as class is not rejected
--- Comment #6 from s__nakayama at infoseek dot jp 2009-01-02 14:52 --- > If T is the name of a class, then each of the following shall have a name > different from T: > - every data member of class T; This description is the one in "ISO/IEC 14882:1998". It was changed in "ISO/IEC 148
[Bug c++/33677] Member with same name as class is not rejected
--- Comment #5 from pinskia at gcc dot gnu dot org 2009-01-01 04:20 --- So confirmed as being invalid code at least the way I read the standard. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added