Compile [2024-11-15 23:48:52 UTC]: fail
call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.3\msvc-setup.bat" >nul
cl /Zm800 -nologo "..\libs\python\test\copy_ctor_mutates_rhs.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\copy_ctor_mutates_rhs.test\msvc-14.3\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\copy_ctor_mutates_rhs.obj" -TP /wd4675 /EHs /GR /Zc:throwingNew /Od /Ob0 /W3 /MDd /Zc:forScope /Zc:wchar_t /Zc:inline /favor:blend /std:c++latest -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_CONTAINER_NO_LIB=1 -DBOOST_PYTHON_NO_LIB "-I.." "-IC:\Python311-64\include" "-IC:\teeks99-09\run\boost_root\libs\assert\include" "-IC:\teeks99-09\run\boost_root\libs\bind\include" "-IC:\teeks99-09\run\boost_root\libs\container\include" "-IC:\teeks99-09\run\boost_root\libs\conversion\include" "-IC:\teeks99-09\run\boost_root\libs\core\include" "-IC:\teeks99-09\run\boost_root\libs\detail\include" "-IC:\teeks99-09\run\boost_root\libs\function\include" "-IC:\teeks99-09\run\boost_root\libs\function_types\include" "-IC:\teeks99-09\run\boost_root\libs\integer\include" "-IC:\teeks99-09\run\boost_root\libs\intrusive\include" "-IC:\teeks99-09\run\boost_root\libs\iterator\include" "-IC:\teeks99-09\run\boost_root\libs\lexical_cast\include" "-IC:\teeks99-09\run\boost_root\libs\move\include" "-IC:\teeks99-09\run\boost_root\libs\optional\include" "-IC:\teeks99-09\run\boost_root\libs\python\include" "-IC:\teeks99-09\run\boost_root\libs\smart_ptr\include" "-IC:\teeks99-09\run\boost_root\libs\throw_exception\include" "-IC:\teeks99-09\run\boost_root\libs\tuple\include"
copy_ctor_mutates_rhs.cpp
..\boost/python/detail/is_auto_ptr.hpp(22): error C2039: 'false_': is not a member of 'boost::mpl'
..\boost/type_traits/integral_constant.hpp(21): note: see declaration of 'boost::mpl'
..\boost/python/detail/is_auto_ptr.hpp(22): note: the template instantiation context (the oldest one first) is
..\boost/python/detail/is_auto_ptr.hpp(22): note: while compiling class template 'boost::python::detail::is_auto_ptr'
..\libs\python\test\copy_ctor_mutates_rhs.cpp(12): error C2039: 'auto_ptr': is not a member of 'std'
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.41.34120\include\string(23): note: see declaration of 'std'
..\libs\python\test\copy_ctor_mutates_rhs.cpp(12): error C2833: 'operator auto_ptr' is not a recognized operator or type
..\libs\python\test\copy_ctor_mutates_rhs.cpp(12): error C2059: syntax error: 'newline'
..\libs\python\test\copy_ctor_mutates_rhs.cpp(12): error C2238: unexpected token(s) preceding ';'
..\libs\python\test\copy_ctor_mutates_rhs.cpp(19): error C2039: 'auto_ptr': is not a member of 'std'
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.41.34120\include\string(23): note: see declaration of 'std'
..\libs\python\test\copy_ctor_mutates_rhs.cpp(19): error C2062: type 'int' unexpected
..\libs\python\test\copy_ctor_mutates_rhs.cpp(19): error C2062: type 'unknown-type' unexpected
..\libs\python\test\copy_ctor_mutates_rhs.cpp(19): error C2039: 'value': is not a member of '`global namespace''