This is the mail archive of the gcc-help@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: Loops in GCC preprocessor needed


The behaviour of the C preprocessor is defined by the ISO C standard,
not by GCC. It is not likely that GCC would add non-standard
extensions to add such features to the preprocessor.

You could look at
http://www.boost.org/doc/libs/1_60_0/libs/preprocessor/doc/ to see
what can be done using the standardpreprocessor, or you could look
into other ways to generate the code before you compile it.


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