Compile [2025-06-13 20:45:59 UTC]: fail
call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-12.0\msvc-setup.bat" amd64 >nul
cl /Zm800 -nologo "..\libs\flyweight\test\test_concurrent_factory.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\flyweight\test\test_concurrent_factory.test\msvc-12.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\test_concurrent_factory.obj" -TP /wd4675 /EHs /GR /Od /Ob0 /W3 /MDd /Zc:forScope /Zc:wchar_t /Zc:inline /favor:blend -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_CONTAINER_NO_LIB=1 "-I.." "-I..\libs\config\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\concept_check\include" "-IC:\teeks99-09\run\boost_root\libs\container\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\flyweight\include" "-IC:\teeks99-09\run\boost_root\libs\function\include" "-IC:\teeks99-09\run\boost_root\libs\integer\include" "-IC:\teeks99-09\run\boost_root\libs\interprocess\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\move\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\multi_index\include" "-IC:\teeks99-09\run\boost_root\libs\optional\include" "-IC:\teeks99-09\run\boost_root\libs\parameter\include" "-IC:\teeks99-09\run\boost_root\libs\predef\include" "-IC:\teeks99-09\run\boost_root\libs\preprocessor\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" "-IC:\teeks99-09\run\boost_root\libs\type_traits\include" "-IC:\teeks99-09\run\boost_root\libs\utility\include" "-IC:\teeks99-09\run\boost_root\libs\winapi\include"
test_concurrent_factory.cpp
..\boost/unordered/concurrent_node_set_fwd.hpp(47) : error C3646: 'noexcept' : unknown override specifier
..\boost/unordered/concurrent_node_set_fwd.hpp(47) : error C2072: 'boost::unordered::swap' : initialization of a function
..\boost/unordered/detail/type_traits.hpp(110) : error C2144: syntax error : 'const bool' should be preceded by ';'
..\boost/unordered/detail/type_traits.hpp(111) : see reference to class template instantiation 'boost::unordered::detail::type_traits_detail::is_nothrow_swappable_helper<T,<unnamed-symbol>>' being compiled
..\boost/unordered/detail/type_traits.hpp(110) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
..\boost/unordered/detail/type_traits.hpp(115) : error C2665: 'std::swap' : none of the 2 overloads could convert all the argument types
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(492): could be 'void std::swap(std::exception_ptr &,std::exception_ptr &)'
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\utility(48): or 'void std::swap<add_rvalue_reference<T&>::type>(_Ty &,_Ty &)'
with
[
_Ty=add_rvalue_reference<T&>::type
]
while trying to match the argument list '(add_rvalue_reference<T&>::type, add_rvalue_reference<T&>::type)'
..\boost/unordered/detail/type_traits.hpp(117) : error C2144: syntax error : 'const bool' should be preceded by ';'
..\boost/unordered/detail/type_traits.hpp(119) : see reference to class template instantiation 'boost::unordered::detail::type_traits_detail::is_nothrow_swappable_helper<T,void>' being compiled
..\boost/unordered/detail/type_traits.hpp(117) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
..\boost/unordered/detail/type_traits.hpp(225) : error C2144: syntax error : 'std::add_const<_Ty>::type' should be preceded by ';'
..\boost/unordered/detail/type_traits.hpp(225) : error C2065: 'T' : undeclared identifier
..\boost/unordered/detail/type_traits.hpp(225) : error C2065: 't' : undeclared identifier
..\boost/unordered/detail/type_traits.hpp(225) : fatal error C1903: unable to recover from previous error(s); stopping compilation