c++/2127: namespace problems
jason@gcc.gnu.org
jason@gcc.gnu.org
Fri Feb 1 04:03:00 GMT 2002
Synopsis: namespace problems
Responsible-Changed-From-To: unassigned->jason
Responsible-Changed-By: jason
Responsible-Changed-When: Fri Feb 1 04:03:32 2002
Responsible-Changed-Why:
got it
State-Changed-From-To: analyzed->closed
State-Changed-By: jason
State-Changed-When: Fri Feb 1 04:03:32 2002
State-Changed-Why:
This is not a bug. The candidates considered for the == expression in dummy<S2> are those visible at the point of definition of dummy (only the S1 version) and those in the associated namespace of S2 (also only the S1 version). You must move the S2 version into the namespace.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=2127
More information about the Gcc-bugs
mailing list