5 Dec
2014
5 Dec
'14
6:33 p.m.
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. John.