dpp icon indicating copy to clipboard operation
dpp copied to clipboard

Failure on multi line preprocessor macros.

Open veelo opened this issue 5 years ago • 0 comments

In the example https://github.com/atilaneves/dpp#example, try redefining the macro as

#define FOO_ID(x) (x*3) \
    + 1

veelo avatar Mar 18 '19 13:03 veelo