I've defined a new new and delete operator in an include called "defines.h". However, suddenly all files of my project, even those that don't include "defines.h" use the new new and delete operators.
This wouldn't be so much of a problem if not even the memory track functions I use "in" those operators would be affected.

Is there any way how I can request that the default new and delete operators are used?