Test output: teeks99-09-v14d-64onAMD64 - type_traits - is_nothrow_move_assignable_test_no_intrinsics / msvc-14.0
Rev 1704ae5656970f972f91c0801f2177ee907e2ce8 / Tue, 19 Nov 2024 12:11:09 +0000
Compile [2024-11-19 16:49:39 UTC]: fail


    call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.0\msvc-setup.bat" amd64 >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.0\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" "-IC:\teeks99-09\run\boost_root\libs\assert\include" "-IC:\teeks99-09\run\boost_root\libs\core\include" "-IC:\teeks99-09\run\boost_root\libs\move\include" "-IC:\teeks99-09\run\boost_root\libs\throw_exception\include" "-IC:\teeks99-09\run\boost_root\libs\type_traits\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 ='
..\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