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


No, space killing doesn't help :(

----
Lev Assinovsky
Aelita Software Corporation
O&S Core Division, Programmer
ICQ# 165072909


> -----Original Message-----
> From: Hans Utz [mailto:hans.utz@informatik.uni-ulm.de]
> Sent: Wednesday, January 29, 2003 6:29 PM
> To: gcc@gcc.gnu.org; Lev Assinovsky
> Subject: 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]