Test output: teeks99-09-v16m-64onAMD64 - type_traits - is_nothrow_move_constructible_test_no_intrinsics / msvc-14.2
Rev 9dae34c66db664e04b92ce65f33d238cb5fb1c44 / Wed, 20 Nov 2024 19:38:35 +0000
Compile [2024-11-21 02:20:13 UTC]: fail


    call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.2\msvc-setup.bat"  >nul
 cl /Zm800 -nologo "..\libs\type_traits\test\is_nothrow_move_constructible_test.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\type_traits\test\is_nothrow_move_constructible_test_no_intrinsics.test\msvc-14.2\dbg\x86_6\dbg-symbl-off\thrd-mlt\is_nothrow_move_constructible_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_constructible_test.cpp
..\boost/type_traits/is_nothrow_move_constructible.hpp(49): error C2248: 'non_copy::non_copy': cannot access private member declared in class 'non_copy'
..\libs\type_traits\test\is_nothrow_move_constructible_test.cpp(24): note: see declaration of 'non_copy::non_copy'
..\libs\type_traits\test\is_nothrow_move_constructible_test.cpp(20): note: see declaration of 'non_copy'
..\boost/type_traits/is_nothrow_move_constructible.hpp(55): note: see reference to class template instantiation 'boost::detail::false_or_cpp11_noexcept_move_constructible<T,void>' being compiled
        with
        [
            T=non_copy
        ]
..\libs\type_traits\test\is_nothrow_move_constructible_test.cpp(256): note: see reference to class template instantiation 'boost::is_nothrow_move_constructible<non_copy>' being compiled
..\boost/type_traits/is_nothrow_move_constructible.hpp(49): error C2280: 'delete_copy::delete_copy(const delete_copy &)': attempting to reference a deleted function
..\libs\type_traits\test\is_nothrow_move_constructible_test.cpp(32): note: see declaration of 'delete_copy::delete_copy'
..\libs\type_traits\test\is_nothrow_move_constructible_test.cpp(32): note: 'delete_copy::delete_copy(const delete_copy &)': function was explicitly deleted
..\boost/type_traits/is_nothrow_move_constructible.hpp(55): note: see reference to class template instantiation 'boost::detail::false_or_cpp11_noexcept_move_constructible<T,void>' being compiled
        with
        [
            T=delete_copy
        ]
..\libs\type_traits\test\is_nothrow_move_constructible_test.cpp(260): note: see reference to class template instantiation 'boost::is_nothrow_move_constructible<delete_copy>' being compiled