Boost logo

Boost :

Subject: Re: [boost] Regression testing on win32 platforms
From: John Maddock (john_at_[hidden])
Date: 2010-01-11 07:51:23


> With regards to regression testing of boost libraries on the win32
> platform using MSVC versions post introduction of checked iterators, are
> any of the regression tests compiled with the following defines?

That example works OK for me here with:

Microsoft Visual Studio 2008
Version 9.0.30729.1 SP

Which specific MSVC version are you using?

Also note that some of those #defines will change the ABI of the C++ std
lib - so the regex lib (or any other lib for that matter), should always be
built with the same #defines that will be used in the program.

Regards, John.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk