dpp icon indicating copy to clipboard operation
dpp copied to clipboard

Add option to specify which macros to ignore

Open cbecerescu opened this issue 4 years ago • 1 comments

E.g. in include/linux/kernel.h, there are macro definitions for max and min, which conflict with dlang's own max and min functions present in the .dpp file. In this case, I use d++ with --ignore-specified-macros "min,max"

cbecerescu avatar May 26 '20 22:05 cbecerescu

Does --ignore-cursor not work already?

atilaneves avatar May 27 '20 16:05 atilaneves