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


Hans Utz wrote:-

> Sorry, I was totally wrong.
> I did some testing with your code and mine.
> I can't even reproduce my test case where space killing seemed to help :-(

Killing space can never help (unless the preprocessor is seriously
screwed) since the compiler only sees a token stream.  It doesn't care
about whitespace.

Neil.


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