B
BQ
Dik T. Winter said:And indeed that will be done. But this is a bit different. With FUNC as
you see it, FUNC(56) could be expanded by the preprocessor, but FUNC(x)
not when x is a variable. On the other hand, a good optimising compiler
will expand FUNC(56) also with the conditional expression to a single
constant. gcc will do it.
Yes, I agree with you - but I've to rely on the compiler, and in particular it's not my
case...
Regards,
BQ