Compile [2025-04-27 17:00:56 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\fusion\test\sequence\cons.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\fusion\test\cons.test\msvc-11.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\sequence\cons.obj" -TP /wd4675 /EHs /GR /Od /Ob0 /W3 /MDd /Zc:forScope /Zc:wchar_t /favor:blend -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 "-I.." "-I..\libs\config\include" "-IC:\teeks99-09\run\boost_root\libs\assert\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\detail\include" "-IC:\teeks99-09\run\boost_root\libs\function_types\include" "-IC:\teeks99-09\run\boost_root\libs\fusion\include" "-IC:\teeks99-09\run\boost_root\libs\mp11\include" "-IC:\teeks99-09\run\boost_root\libs\mpl\include" "-IC:\teeks99-09\run\boost_root\libs\predef\include" "-IC:\teeks99-09\run\boost_root\libs\static_assert\include" "-IC:\teeks99-09\run\boost_root\libs\throw_exception\include" "-IC:\teeks99-09\run\boost_root\libs\tuple\include" "-IC:\teeks99-09\run\boost_root\libs\type_traits\include" "-IC:\teeks99-09\run\boost_root\libs\utility\include"
cons.cpp
..\boost/iterator/iterator_traits.hpp(14) : error C2988: unrecognizable template declaration/definition
..\boost/iterator/iterator_traits.hpp(14) : error C2059: syntax error : 'using'
..\boost/iterator/iterator_traits.hpp(23) : error C2988: unrecognizable template declaration/definition
..\boost/iterator/iterator_traits.hpp(23) : error C2059: syntax error : 'using'
..\boost/iterator/iterator_traits.hpp(32) : error C2988: unrecognizable template declaration/definition
..\boost/iterator/iterator_traits.hpp(32) : error C2059: syntax error : 'using'
..\boost/iterator/iterator_traits.hpp(41) : error C2988: unrecognizable template declaration/definition
..\boost/iterator/iterator_traits.hpp(41) : error C2059: syntax error : 'using'
..\boost/iterator/iterator_traits.hpp(50) : error C2988: unrecognizable template declaration/definition
..\boost/iterator/iterator_traits.hpp(50) : error C2059: syntax error : 'using'
..\boost/iterator/iterator_traits.hpp(60) : error C2039: 'iterator_value' : is not a member of 'boost::iterators'
..\boost/iterator/iterator_traits.hpp(60) : error C2873: 'iterator_value' : symbol cannot be used in a using-declaration
..\boost/iterator/iterator_traits.hpp(61) : error C2039: 'iterator_reference' : is not a member of 'boost::iterators'
..\boost/iterator/iterator_traits.hpp(61) : error C2873: 'iterator_reference' : symbol cannot be used in a using-declaration
..\boost/iterator/iterator_traits.hpp(62) : error C2039: 'iterator_pointer' : is not a member of 'boost::iterators'
..\boost/iterator/iterator_traits.hpp(62) : error C2873: 'iterator_pointer' : symbol cannot be used in a using-declaration
..\boost/iterator/iterator_traits.hpp(63) : error C2039: 'iterator_difference' : is not a member of 'boost::iterators'
..\boost/iterator/iterator_traits.hpp(63) : error C2873: 'iterator_difference' : symbol cannot be used in a using-declaration
..\boost/iterator/iterator_traits.hpp(64) : error C2039: 'iterator_category' : is not a member of 'boost::iterators'
..\boost/iterator/iterator_traits.hpp(64) : error C2873: 'iterator_category' : symbol cannot be used in a using-declaration
..\boost/pointee.hpp(27) : error C2873: 'type' : symbol cannot be used in a using-declaration
..\boost/pointee.hpp(28) : see reference to class template instantiation 'boost::detail::smart_ptr_pointee<P>' being compiled
..\boost/pointee.hpp(27) : error C2143: syntax error : missing ';' before '='
..\boost/pointee.hpp(27) : error C2238: unexpected token(s) preceding ';'
..\boost/pointee.hpp(36) : error C2873: 'type' : symbol cannot be used in a using-declaration
..\boost/pointee.hpp(37) : see reference to class template instantiation 'boost::detail::iterator_pointee<Iterator,<unnamed-symbol>>' being compiled
..\boost/pointee.hpp(36) : error C2143: syntax error : missing ';' before '='
..\boost/pointee.hpp(36) : error C2238: unexpected token(s) preceding ';'
..\boost/pointee.hpp(42) : error C2873: 'type' : symbol cannot be used in a using-declaration
..\boost/pointee.hpp(43) : see reference to class template instantiation 'boost::detail::iterator_pointee<Iterator,const Reference>' being compiled
..\boost/pointee.hpp(42) : error C2143: syntax error : missing ';' before '='
..\boost/pointee.hpp(42) : error C2238: unexpected token(s) preceding ';'
..\boost/pointee.hpp(58) : error C2988: unrecognizable template declaration/definition
..\boost/pointee.hpp(58) : error C2059: syntax error : 'using'
..\boost/pointee.hpp(60) : error C2143: syntax error : missing ';' before '}'
..\boost/indirect_reference.hpp(26) : error C2873: 'type' : symbol cannot be used in a using-declaration
..\boost/indirect_reference.hpp(27) : see reference to class template instantiation 'boost::detail::smart_ptr_reference<P>' being compiled
..\boost/indirect_reference.hpp(26) : error C2143: syntax error : missing ';' before '='
..\boost/indirect_reference.hpp(26) : error C2238: unexpected token(s) preceding ';'
..\boost/indirect_reference.hpp(35) : error C2065: 'iterator_reference' : undeclared identifier
..\boost/indirect_reference.hpp(39) : see reference to class template instantiation 'boost::indirect_reference<P>' being compiled
..\boost/indirect_reference.hpp(35) : error C2976: 'std::conditional' : too few template arguments
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xtr1common(81) : see declaration of 'std::conditional'
..\boost/indirect_reference.hpp(35) : error C2955: 'std::conditional' : use of class template requires template argument list
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xtr1common(81) : see declaration of 'std::conditional'
..\boost/indirect_reference.hpp(37) : warning C4346: 'boost::detail::is_incrementable<T>::value' : dependent name is not a type
prefix with 'typename' to indicate a type
..\boost/indirect_reference.hpp(37) : error C2143: syntax error : missing ',' before '>'
..\boost/indirect_reference.hpp(42) : error C2988: unrecognizable template declaration/definition
..\boost/indirect_reference.hpp(42) : error C2059: syntax error : 'using'
..\boost/indirect_reference.hpp(44) : error C2143: syntax error : missing ';' before '}'