
11 Jan
2010
11 Jan
'10
12:51 p.m.
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.