This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Preprocessor Problems
- To: Alexy Khrabrov <alexy dot khrabrov at setup dot org>
- Subject: Re: Preprocessor Problems
- From: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Date: Tue, 23 Jan 2001 18:30:55 +0000
- Cc: gcc-bugs at gcc dot gnu dot org, John Pedretti <pedretti at roguewave dot com>,Martin Sebor <sebor at roguewave dot com>,Neil Booth <neilb at earthling dot net>
- References: <14957.50528.659741.802398@roll.badbox.com>
Alexy Khrabrov wrote:-
Content-Description: message body and .signature
> ETEMPLATE(##ctypes) class name; \
> ETEMPLATE(##ctypes) \
This kind of stuff is not portable. Why do you need the ##? Just
remove it, and probably everywhere else it is complained about. You
cannot paste anything with a '('; shame on other preprocessors for not
telling you so.
Neil.