resurrecting the gnu c++ build on windows
[feisty_meow.git] / scripts / clam / cpp / vis_stu / trap_new.addin
1 // this should be included before the first use of new in a header.
2
3 #ifdef new
4   #undef new
5   #define NEW_TRAP
6 #endif
7