11 Dec
2014
11 Dec
'14
10:54 a.m.
2014-12-05 19:33 GMT+01:00 John Maddock
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
. 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?