[Bug c++/31300] undetected class name clash

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Mar 21 17:53:00 GMT 2007



------- Comment #3 from pinskia at gcc dot gnu dot org  2007-03-21 17:53 -------
They are not local, if you want to declare local classes to a file use an
anonymous namespace.

This code is invalid but no diagnostic is required by the C++ standard (it
violates the One definition rule).


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31300



More information about the Gcc-bugs mailing list