$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [chrono] Issues with _ITERATOR_DEBUG_LEVEL
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2012-08-14 06:28:47
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.