Compile [2024-11-16 03:13:02 UTC]: fail
call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-10.0\msvc-setup.bat" amd64 >nul
cl /Zm800 -nologo "..\libs\smart_ptr\test\make_unique_array_throws_test.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\smart_ptr\test\make_unique_array_throws_test.test\msvc-10.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\make_unique_array_throws_test.obj" -TP /wd4675 /EHs /GR /Od /Ob0 /W3 /MDd /Zc:forScope /Zc:wchar_t /favor:blend -DBOOST_ALL_NO_LIB=1 -DBOOST_ATOMIC_DYN_LINK=1 -DBOOST_ATOMIC_NO_LIB=1 -DBOOST_ATOMIC_NO_SYNCHRONIZATION_LIB -DBOOST_COBALT_USE_STD_PMR=1 "-I.." "-IC:\teeks99-09\run\boost_root\libs\assert\include" "-IC:\teeks99-09\run\boost_root\libs\atomic\include" "-IC:\teeks99-09\run\boost_root\libs\bind\include" "-IC:\teeks99-09\run\boost_root\libs\container_hash\include" "-IC:\teeks99-09\run\boost_root\libs\core\include" "-IC:\teeks99-09\run\boost_root\libs\describe\include" "-IC:\teeks99-09\run\boost_root\libs\move\include" "-IC:\teeks99-09\run\boost_root\libs\mp11\include" "-IC:\teeks99-09\run\boost_root\libs\predef\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\winapi\include"
make_unique_array_throws_test.cpp
..\boost/smart_ptr/detail/sp_type_traits.hpp(46) : error C2146: syntax error : missing ';' before identifier 'type'
..\boost/smart_ptr/detail/sp_type_traits.hpp(50) : see reference to class template instantiation 'boost::detail::sp_type_with_alignment<A>' being compiled
..\boost/smart_ptr/detail/sp_type_traits.hpp(46) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
..\boost/smart_ptr/detail/sp_type_traits.hpp(46) : error C2473: 'type' : looks like a function definition, but there is no parameter list.
..\boost/smart_ptr/detail/sp_type_traits.hpp(48) : error C2327: 'boost::detail::sp_type_with_alignment<A>::A' : is not a type name, static, or enumerator
..\boost/smart_ptr/make_unique.hpp(25) : error C2332: 'class' : missing tag name
..\boost/smart_ptr/make_unique.hpp(25) : error C2993: '' : illegal type for non-type template parameter '<unnamed-tag>'
..\boost/smart_ptr/make_unique.hpp(25) : error C2143: syntax error : missing ',' before '...'
..\boost/smart_ptr/make_unique.hpp(27) : error C2065: 'Args' : undeclared identifier
..\boost/smart_ptr/make_unique.hpp(27) : warning C4346: 'std::tr1::is_array<_Ty>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
..\boost/smart_ptr/make_unique.hpp(27) : error C2988: unrecognizable template declaration/definition
..\boost/smart_ptr/make_unique.hpp(27) : error C2059: syntax error : '...'
..\boost/smart_ptr/make_unique.hpp(33) : error C2065: 'T' : undeclared identifier
..\boost/smart_ptr/make_unique.hpp(33) : error C2065: 'T' : undeclared identifier
..\boost/smart_ptr/make_unique.hpp(33) : error C3203: 'unique_ptr' : unspecialized class template can't be used as a template argument for template parameter '_Type', expected a real type
..\boost/smart_ptr/make_unique.hpp(33) : error C2955: 'std::unique_ptr' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\memory(2192) : see declaration of 'std::unique_ptr'
..\boost/smart_ptr/make_unique.hpp(34) : error C2039: 'type' : is not a member of 'std::tr1::enable_if'
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\type_traits(975) : see declaration of 'std::tr1::enable_if'
..\boost/smart_ptr/make_unique.hpp(34) : error C2065: 'T' : undeclared identifier
..\boost/smart_ptr/make_unique.hpp(35) : error C2143: syntax error : missing ';' before '{'
..\boost/smart_ptr/make_unique.hpp(35) : error C2447: '{' : missing function header (old-style formal list?)