On 1 Nov 2013, at 00:29, Lars Viklund
wrote: On Thu, Oct 31, 2013 at 10:38:22PM +0000, Craig Henderson wrote: Compiling x64 with vc12 (MSVS2012) using the command below, I get 33 failed targets. I reran the build to get a reduced log, which is attached.
b2 --build-dir=bin.x64 stage --build-type=complete variant=release,debug address-model=64 link=shared,static runtime-link=shared,static threading=multi
All the errors seems to be with transform_width.hpp: .\boost/archive/iterators/transform_width.hpp(151) : error C2039: 'min' : is not a member of 'std'
This took months to fix on trunk, where it's fixed, but the author has yet to bother/get-around merging it to release.
The trunk has other build problems, but this one seems fixed, yes. MSVS2013 is an important compiler to support. Sent from my iPad