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. These patchsets are what completely put me off bothering reporting/patching anything in Boost, as approximately 3/4 of the libraries touched have yet to give any form of hoots at the time where it was suitable to. Meh.