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
also, see if you can replace the macro with a function.
? MATCH_SYMBOL(Sym const & symbol, Tok const & token) { ... }