Compile [2024-11-16 03:08:27 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\container_hash\test\hash_no_ext_macro_2.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\container_hash\test\hash_no_ext_macro_2.test\msvc-10.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\hash_no_ext_macro_2.obj" -TP /wd4675 /EHs /GR /Od /Ob0 /W4 /WX /MDd /Zc:forScope /Zc:wchar_t /favor:blend -DBOOST_ALL_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\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\mp11\include" "-IC:\teeks99-09\run\boost_root\libs\throw_exception\include"
hash_no_ext_macro_2.cpp
..\boost/container_hash/is_range.hpp(34) : error C2062: type '' unexpected
..\boost/container_hash/is_range.hpp(35) : see reference to class template instantiation 'boost::container_hash::is_range<T>' being compiled
..\boost/container_hash/is_range.hpp(33) : error C2059: syntax error : 'decltype'
..\boost/container_hash/is_unordered_range.hpp(31) : see reference to class template instantiation 'boost::container_hash::is_range<T>' being compiled
with
[
T=std::map<int,int>
]
..\libs\container_hash\test\hash_no_ext_macro_2.cpp(33) : see reference to class template instantiation 'boost::container_hash::is_unordered_range<T>' being compiled
with
[
T=std::map<int,int>
]
..\boost/container_hash/is_range.hpp(33) : error C2039: 'is_range_' : is not a member of 'boost::hash_detail'
..\boost/container_hash/is_unordered_range.hpp(31) : error C2039: 'value' : is not a member of 'boost::container_hash::is_range<T>'
with
[
T=std::map<int,int>
]
..\boost/container_hash/is_unordered_range.hpp(31) : error C2065: 'value' : undeclared identifier
..\boost/container_hash/is_unordered_range.hpp(31) : error C2975: '_Val' : invalid template argument for 'std::tr1::integral_constant', expected compile-time constant expression
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\xtr1common(172) : see declaration of '_Val'
..\libs\container_hash\test\hash_no_ext_macro_2.cpp(33) : error C2665: 'boost::hash_value' : none of the 3 overloads could convert all the argument types
..\boost/container_hash/hash.hpp(376): could be 'size_t boost::hash_value(const std::type_index &)'
..\boost/container_hash/hash.hpp(387): or 'size_t boost::hash_value(const std::error_code &)'
..\boost/container_hash/hash.hpp(397): or 'size_t boost::hash_value(const std::error_condition &)'
while trying to match the argument list '(std::map<_Kty,_Ty>)'
with
[
_Kty=int,
_Ty=int
]