On Fri, Nov 1, 2013 at 2:12 AM, Craig Henderson <hello@craighenderson.co.uk> wrote:

> On 1 Nov 2013, at 00:29, Lars Viklund <zao@acc.umu.se> 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.

So, is there going to be an _rc2 for this and the bcp problem?
Tom