He's talking about the windows #define _DEBUG, enables alot of memory leak detection, but the remapping of the new, delete, malloc and free functions completely hoses STL libraries. So need to do alot of defining and undefining around those includes to make everything happy.
|