gpp icon indicating copy to clipboard operation
gpp copied to clipboard

Fix for "the defined(...) macro is already defined" warning being issued in case of nested #eval statements

Open GrayFace opened this issue 1 year ago • 1 comments

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

GrayFace avatar Feb 23 '24 21:02 GrayFace