Test output: teeks99-09-v11d-64onAMD64 - smart_ptr - make_unique_args_test / msvc-11.0
Rev e8056f69c95fd5bbc08528738f43c8114da4f3b8 / Tue, 19 Nov 2024 05:18:24 +0000
Compile [2024-11-19 06:46:31 UTC]: fail


    call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-11.0\msvc-setup.bat" amd64 >nul
 cl /Zm800 -nologo "..\libs\smart_ptr\test\make_unique_args_test.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\smart_ptr\test\make_unique_args_test.test\msvc-11.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\make_unique_args_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_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\type_traits\include" "-IC:\teeks99-09\run\boost_root\libs\winapi\include" 

make_unique_args_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::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 C2923: 'std::is_array' : 'T' is not a valid template type argument for parameter '_Ty'
..\boost/smart_ptr/make_unique.hpp(33) : error C2923: 'std::unique_ptr' : 'T' is not a valid template type argument for parameter '_Ty'
..\boost/smart_ptr/make_unique.hpp(34) : error C2065: 'T' : undeclared identifier
..\boost/smart_ptr/make_unique.hpp(34) : error C2923: 'std::remove_reference' : 'T' is not a valid template type argument for parameter '_Ty'
..\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?)
..\libs\smart_ptr\test\make_unique_args_test.cpp(59) : error C2770: invalid explicit template argument(s) for 'std::enable_if<boost::detail::sp_is_unbounded_array<T>::value,std::unique_ptr<T>>::type boost::make_unique(size_t)'
        ..\boost/smart_ptr/make_unique.hpp(49) : see declaration of 'boost::make_unique'
..\libs\smart_ptr\test\make_unique_args_test.cpp(59) : error C2780: 'std::enable_if<!std::is_array<_Ty>::value,std::unique_ptr<T>>::type boost::make_unique(void)' : expects 0 arguments - 1 provided
        ..\boost/smart_ptr/make_unique.hpp(20) : see declaration of 'boost::make_unique'
..\libs\smart_ptr\test\make_unique_args_test.cpp(68) : error C2780: 'std::enable_if<boost::detail::sp_is_unbounded_array<T>::value,std::unique_ptr<T>>::type boost::make_unique(size_t)' : expects 1 arguments - 2 provided
        ..\boost/smart_ptr/make_unique.hpp(49) : see declaration of 'boost::make_unique'
..\libs\smart_ptr\test\make_unique_args_test.cpp(68) : error C2780: 'std::enable_if<!std::is_array<_Ty>::value,std::unique_ptr<T>>::type boost::make_unique(void)' : expects 0 arguments - 2 provided
        ..\boost/smart_ptr/make_unique.hpp(20) : see declaration of 'boost::make_unique'
..\libs\smart_ptr\test\make_unique_args_test.cpp(78) : error C2780: 'std::enable_if<boost::detail::sp_is_unbounded_array<T>::value,std::unique_ptr<T>>::type boost::make_unique(size_t)' : expects 1 arguments - 3 provided
        ..\boost/smart_ptr/make_unique.hpp(49) : see declaration of 'boost::make_unique'
..\libs\smart_ptr\test\make_unique_args_test.cpp(78) : error C2780: 'std::enable_if<!std::is_array<_Ty>::value,std::unique_ptr<T>>::type boost::make_unique(void)' : expects 0 arguments - 3 provided
        ..\boost/smart_ptr/make_unique.hpp(20) : see declaration of 'boost::make_unique'
..\libs\smart_ptr\test\make_unique_args_test.cpp(88) : error C2780: 'std::enable_if<boost::detail::sp_is_unbounded_array<T>::value,std::unique_ptr<T>>::type boost::make_unique(size_t)' : expects 1 arguments - 4 provided
        ..\boost/smart_ptr/make_unique.hpp(49) : see declaration of 'boost::make_unique'
..\libs\smart_ptr\test\make_unique_args_test.cpp(88) : error C2780: 'std::enable_if<!std::is_array<_Ty>::value,std::unique_ptr<T>>::type boost::make_unique(void)' : expects 0 arguments - 4 provided
        ..\boost/smart_ptr/make_unique.hpp(20) : see declaration of 'boost::make_unique'
..\libs\smart_ptr\test\make_unique_args_test.cpp(98) : error C2780: 'std::enable_if<boost::detail::sp_is_unbounded_array<T>::value,std::unique_ptr<T>>::type boost::make_unique(size_t)' : expects 1 arguments - 5 provided
        ..\boost/smart_ptr/make_unique.hpp(49) : see declaration of 'boost::make_unique'
..\libs\smart_ptr\test\make_unique_args_test.cpp(98) : error C2780: 'std::enable_if<!std::is_array<_Ty>::value,std::unique_ptr<T>>::type boost::make_unique(void)' : expects 0 arguments - 5 provided
        ..\boost/smart_ptr/make_unique.hpp(20) : see declaration of 'boost::make_unique'
..\libs\smart_ptr\test\make_unique_args_test.cpp(108) : error C2780: 'std::enable_if<boost::detail::sp_is_unbounded_array<T>::value,std::unique_ptr<T>>::type boost::make_unique(size_t)' : expects 1 arguments - 6 provided
        ..\boost/smart_ptr/make_unique.hpp(49) : see declaration of 'boost::make_unique'
..\libs\smart_ptr\test\make_unique_args_test.cpp(108) : error C2780: 'std::enable_if<!std::is_array<_Ty>::value,std::unique_ptr<T>>::type boost::make_unique(void)' : expects 0 arguments - 6 provided
        ..\boost/smart_ptr/make_unique.hpp(20) : see declaration of 'boost::make_unique'
..\libs\smart_ptr\test\make_unique_args_test.cpp(118) : error C2780: 'std::enable_if<boost::detail::sp_is_unbounded_array<T>::value,std::unique_ptr<T>>::type boost::make_unique(size_t)' : expects 1 arguments - 7 provided
        ..\boost/smart_ptr/make_unique.hpp(49) : see declaration of 'boost::make_unique'
..\libs\smart_ptr\test\make_unique_args_test.cpp(118) : error C2780: 'std::enable_if<!std::is_array<_Ty>::value,std::unique_ptr<T>>::type boost::make_unique(void)' : expects 0 arguments - 7 provided
        ..\boost/smart_ptr/make_unique.hpp(20) : see declaration of 'boost::make_unique'
..\libs\smart_ptr\test\make_unique_args_test.cpp(128) : error C2780: 'std::enable_if<boost::detail::sp_is_unbounded_array<T>::value,std::unique_ptr<T>>::type boost::make_unique(size_t)' : expects 1 arguments - 8 provided
        ..\boost/smart_ptr/make_unique.hpp(49) : see declaration of 'boost::make_unique'
..\libs\smart_ptr\test\make_unique_args_test.cpp(128) : error C2780: 'std::enable_if<!std::is_array<_Ty>::value,std::unique_ptr<T>>::type boost::make_unique(void)' : expects 0 arguments - 8 provided
        ..\boost/smart_ptr/make_unique.hpp(20) : see declaration of 'boost::make_unique'
..\libs\smart_ptr\test\make_unique_args_test.cpp(138) : error C2780: 'std::enable_if<boost::detail::sp_is_unbounded_array<T>::value,std::unique_ptr<T>>::type boost::make_unique(size_t)' : expects 1 arguments - 9 provided
        ..\boost/smart_ptr/make_unique.hpp(49) : see declaration of 'boost::make_unique'
..\libs\smart_ptr\test\make_unique_args_test.cpp(138) : error C2780: 'std::enable_if<!std::is_array<_Ty>::value,std::unique_ptr<T>>::type boost::make_unique(void)' : expects 0 arguments - 9 provided
        ..\boost/smart_ptr/make_unique.hpp(20) : see declaration of 'boost::make_unique'