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++/25006] failure "using" a name contained in a class



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-11-23 18:51 -------
ICC rejects it as invalid too:
t.cc(7): error: a class-qualified name is not allowed
  using ::Foo::Bar::FooBar; // line 7

So does  Comeau with the same error message.


-- 


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


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