#define FOO (x) __LINE__</pre>then your example code misses the mark completely.<BR><BR>And anyway, it also fails to discuss anything about variadic macros (which weren't standardized until C99), ...
A meta-program is "executed" as the result of template instantiation (therefore, before compiled code is produced). Meta-program results are then compiled and merged into object code, including any ...