Is there a way in gcc/g++ 4.* to write a macro that expands into several lines?
The following code:
#define A X \\ Y
Expands into>
From the docs:
in the present implementation, the entire expansion comes out on one line