Boost logo

Boost Users :

Subject: Re: [Boost-users] [chrono] Issues with _ITERATOR_DEBUG_LEVEL
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2012-08-13 07:38:47


On 08/10/2012 04:15 AM, Christian Henning wrote:
> Hi there, compiling with the latest trunk version gives me the
> following linker error with the chrono lib:
>
> libboost_chrono-vc100-mt-1_51.lib(chrono.obj) : error LNK2038:
> mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match
> value '2' in Factory.obj

Your code is compiled in debug, and you're trying to link with the
release version of the library.

This is just asking for problems. Link against the debug version of chrono.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net