Test output: teeks99-09-v15d-64onAMD64 - type_traits - is_nothrow_move_constructible_test_no_intrinsics / msvc-14.1
Rev c8d0b32583c2fa3266edf88cd8ccb32312feae17 / Tue, 19 Nov 2024 21:44:00 +0000
Compile [2024-11-20 05:04: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_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.1\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" "-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_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