|
P99
|
A preprocessor control structure. Use this as follows P99_IF_ELSE(some_expression)(tokens_A)(tokens_B) This expands to tokens_B if the list expanded to the token 0 and to tokens_A in any other case. Observe the parenthesis around tokens_A and tokens_B. |
1.7.6.1