$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [VC++ 14.0 preview] New failures in develop regression tests
From: Tom Kent (lists_at_[hidden])
Date: 2014-11-18 08:11:01
On Mon, Nov 17, 2014 at 11:25 AM, Marcel Raad <raad_at_[hidden]> wrote:
> Beman Dawes <bdawes <at> acm.org> writes:
>
> >
> > At my request, Tom Kent has kindly added VC++ 14.0 (toolset msvc-14.0) to
> > his develop branch tests.
> > [...]
> > Several libraries are showing new test failures.
>
> BOOST_MSVC_ENABLE_2014_JUN_CTP seems to be missing, visible in the
> Boost.Lockfree test failures (the default constructor of tagged_ptr must be
> noexcept).
>
I just did another run with BOOST_MSVC_ENABLE_2014_JUN_CTP defined. Does it
look like it worked?
I'm assuming this will be enabled by default for VC14 soon?
Tom