This is the mail archive of the gcc@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: "using" directive bug


>        using N1::operator ==; //Have an error here

Killing the space between operator and == should do the trick.

using N1::operator==;

I was cought by that a week ago, too.
But I don't know, who's fault it is.
I'd guess it is ours.

HTH,
Hans


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