Compile [2024-11-20 12:33:29 UTC]: fail
call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.1\msvc-setup.bat" >nul
cl /Zm800 -nologo "..\libs\type_traits\test\is_nothrow_move_assignable_test.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\type_traits\test\is_nothrow_move_assignable_test_no_intrinsics.test\msvc-14.1\dbg\x86_6\dbg-symbl-off\thrd-mlt\is_nothrow_move_assignable_test.obj" -TP /wd4675 /EHs /GR /Zc:throwingNew /Od /Ob0 /W4 /WX /MDd /Zc:forScope /Zc:wchar_t /Zc:inline /favor:blend -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_TT_DISABLE_INTRINSICS "-I.." "-I..\libs\type_traits\test\libs\tt2\light\include"
is_nothrow_move_assignable_test.cpp
..\boost/type_traits/is_nothrow_move_assignable.hpp(52): error C3863: array type 'int [2]' is not assignable
..\boost/type_traits/is_nothrow_move_assignable.hpp(58): note: see reference to class template instantiation 'boost::detail::false_or_cpp11_noexcept_move_assignable<T,void>' being compiled
with
[
T=int [2]
]
..\libs\type_traits\test\is_nothrow_move_assignable_test.cpp(224): note: see reference to class template instantiation 'boost::is_nothrow_move_assignable<int [2]>' being compiled
..\boost/type_traits/is_nothrow_move_assignable.hpp(52): error C2056: illegal expression
..\boost/type_traits/is_nothrow_move_assignable.hpp(52): error C3863: array type 'int [3][2]' is not assignable
..\boost/type_traits/is_nothrow_move_assignable.hpp(58): note: see reference to class template instantiation 'boost::detail::false_or_cpp11_noexcept_move_assignable<T,void>' being compiled
with
[
T=int [3][2]
]
..\libs\type_traits\test\is_nothrow_move_assignable_test.cpp(225): note: see reference to class template instantiation 'boost::is_nothrow_move_assignable<int [3][2]>' being compiled
..\boost/type_traits/is_nothrow_move_assignable.hpp(52): error C3863: array type 'int [2][4][5][6][3]' is not assignable
..\boost/type_traits/is_nothrow_move_assignable.hpp(58): note: see reference to class template instantiation 'boost::detail::false_or_cpp11_noexcept_move_assignable<T,void>' being compiled
with
[
T=int [2][4][5][6][3]
]
..\libs\type_traits\test\is_nothrow_move_assignable_test.cpp(226): note: see reference to class template instantiation 'boost::is_nothrow_move_assignable<int [2][4][5][6][3]>' being compiled
..\boost/type_traits/is_nothrow_move_assignable.hpp(52): error C2280: 'non_assignable &non_assignable::operator =(const non_assignable &)': attempting to reference a deleted function
..\libs\type_traits\test\is_nothrow_move_assignable_test.cpp(25): note: see declaration of 'non_assignable::operator ='
..\libs\type_traits\test\is_nothrow_move_assignable_test.cpp(25): note: 'non_assignable &non_assignable::operator =(const non_assignable &)': function was explicitly deleted
..\boost/type_traits/is_nothrow_move_assignable.hpp(58): note: see reference to class template instantiation 'boost::detail::false_or_cpp11_noexcept_move_assignable<T,void>' being compiled
with
[
T=non_assignable
]
..\libs\type_traits\test\is_nothrow_move_assignable_test.cpp(251): note: see reference to class template instantiation 'boost::is_nothrow_move_assignable<non_assignable>' being compiled