------- 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