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]

Re: Improved display of C++ template errors


In article <19990130171337.A25692@noris.de>,
smurf@noris.de (Matthias Urlichs) writes:

> A second nit: _Please_ try to do this without #pragma. They're impossible
> to generate from cpp macros. This is not just idle chatter, as I know
> somebody who uses them (with varargs, no less) to generate template
> definitions. (Yes, I already told him that he's sick. ;-)

ISO C9x has a _Pragma macro.  The ISO C++ standard hasn't, but I see no 
reason why G++ can't use it too.  

-Andi

-- 
This is like TV. I don't like TV.


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