$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] 1.57.0 beta 1 release candidates available for testing
From: Marcel Raad (raad_at_[hidden])
Date: 2014-10-18 16:20:45
Marshall Clow <mclow.lists <at> gmail.com> writes:
> Release candidate files for 1.57.0 beta 1 are available [...]
> Please report both success and failure, and anything else that is
> noteworthy.
Everything tested in 32-bit and 64-bit, debug and release mode:
Visual C++ 2013 Update 4 RC: all libraries built successfully
Visual C++ 14 CTP 4 without BOOST_MSVC_ENABLE_2014_JUN_CTP: all libraries
built successfully (but some are not usable, mostly because of missing
noexcept)
Visual C++ 14 CTP 4 with BOOST_MSVC_ENABLE_2014_JUN_CTP: compile errors in
Graph and Log because of is_nothrow_move_assignable in TypeTraits
All projects using Boost I tried (Debug 32-bit + 64-bit) compiled
successfully with MSVC12. For MSVC14, TypeTraits 9de6a49 is missing in
master.