Macros with the pattern:

    #define BOO ( expression )

are now translated to:

    auto BOO()() { return expression; }

and are available for importing!

Reply via email to