In C++, is it possible to make a multi-statement macro with nested if statements inside of it like the one below? I\'ve be
You need to have a backslash (\) at the end of all the lines in the macro but the last one.