c++/9834: Duplicate use of class name is ignored

lerdsuwa@gcc.gnu.org lerdsuwa@gcc.gnu.org
Thu Mar 6 15:36:00 GMT 2003


Synopsis: Duplicate use of class name is ignored

State-Changed-From-To: analyzed->closed
State-Changed-By: lerdsuwa
State-Changed-When: Thu Mar  6 15:00:40 2003
State-Changed-Why:
    Not a bug.  Inside the scope of class 'A', the name 'A' is introduced to refer to the class itself.  So 'A::A' (the name 'A' inside class 'A') is equivalent to 'A' and so on.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9834



More information about the Gcc-bugs mailing list