On 11.07.2015 22:26, Andrey Semashev wrote:
On 11.07.2015 20:06, John Maddock wrote:
On 10/07/2015 20:47, Andrey Semashev wrote:
I'm getting these errors with MSVC12 on the current develop branch:
I'm unable to reproduce, I did a:
* Fresh checkout of develop super-project. * Then a: bjam address-model=64 --with-thread --build-type=complete
and everything built fine.
Also built the tests in libs/thread/test, and I see 4 test failures coming from Boost.Container, but nothing from type_traits.
Note that I'm using the x86/amd64 cross compiler as I don't have the native 64-bit compiler (but looks like you're using the same?)
And I'm using Microsoft Visual Studio Express 2013 for Windows Desktop Version 12.0.31101.00 Update 4. Is it possible you're using an older unpatched version?
I'm using Visual Studio 2013 Version 12.0.30723.00 Update 3. The problem seems to be triggered by Boost.Chrono, so it fails similarly in multiple places.
I'll try installing Update 4. Do we support unpatched MSVC versions?
I can confirm that installing Update 4 fixed the problem. Thanks, John.