How to do this, when I define both instructions at the same time, I get a compilation error? I want a mistake here
#define ENG #define POL #if defined POL #if defined ENG
Not here
#define ENG //#define POL #if defined POL #if defined ENG
source share