ramagottfried / symbolist

A library for graphic/symbolic score editing
15 stars 3 forks source link

debug macros maybe should wrap the end semicolon #111

Closed ramagottfried closed 6 years ago

ramagottfried commented 6 years ago

currently the debug macros require putting a semicolon at the end, this is functionally not a big deal, but it does mean that the compiler has to remove those lines, since the semicolon will still be there when building in release mode.