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]

Re: c++/8448: Regression from gcc 2.96 concerning nested namespaces


Synopsis: Regression from gcc 2.96 concerning nested namespaces

State-Changed-From-To: feedback->closed
State-Changed-By: bangerth
State-Changed-When: Mon Nov  4 08:01:33 2002
State-Changed-Why:
    Paolo is right. Your op<< is in another namespace, and the
    using directive only makes it visible in the global namespace,
    but not where it is needed: in std::copy or std::ostream_iterator.

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


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