DSP-Cpp-filters icon indicating copy to clipboard operation
DSP-Cpp-filters copied to clipboard

avoid macro names conflict

Open lunarifish opened this issue 1 year ago • 0 comments

it's very likely that there is already a thing named "pi" or "sqrt2" in a codebase, and you get a "expected unqualified-id before numeric constant" error.... anyway, fixed this by adding a dcf_ prefix to these macros! ^^

lunarifish avatar Jul 28 '24 10:07 lunarifish