This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/33287] namespace hides class definition



------- Comment #3 from ilgb at livius dot net  2007-09-03 18:15 -------
it looks we are talking about different bugs, the error I get is different:

../src/a.cpp:26: error: 'C1' does not name a type

where the line 26 is the following:

    C1 c;


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]