gpp
gpp copied to clipboard
Fix for "the defined(...) macro is already defined" warning being issued in case of nested #eval statements
I don't have a code sample ready, but something like this should trigger the warning before the fix:
#define Num1 #eval 5*5
5*5*5 = #eval Num1*5