This is the mail archive of the gcc-bugs@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: Preprocessor Problems


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.

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