$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Help test MSVC 14 CTP compiler
From: Andrzej Krzemienski (akrzemi1_at_[hidden])
Date: 2014-12-11 05:54:39
2014-12-05 19:33 GMT+01:00 John Maddock <boost.regex_at_[hidden]>:
> The compiler has an __is_nothrow_assignable() built-in, which seems
>>> usable here.
>>>
>>> The standard says that is_nothrow_move_assignable<T> is the same as
>>> is_nothrow_assignable<T&, T&&>.
>>>
>>
>> Will investigate.
>>
>
> is_nothrow_move_assignable/constructible should now be fixed for msvc-12
> and later in develop.
Thanks!
When can we expect it in branch master?