14 Aug
2012
14 Aug
'12
10:28 a.m.
On 08/13/2012 05:10 PM, Christian Henning wrote:
I think the main reason for my email was that I wasn't sure if I need to put the compiler symbol ( _ITERATOR_DEBUG_LEVEL=2 ) inside quotation marks on Windows machines.
I have now learned that I can use the dumpbin tool to double check that.
_ITERATOR_DEBUG_LEVEL=2 is automatically set by Visual C++ when compiling in debug mode.