Boost logo

Boost :

Subject: Re: [boost] Help test MSVC 14 CTP compiler
From: John Maddock (boost.regex_at_[hidden])
Date: 2014-12-05 13:33:44


>> 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.

John.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk