Test output: teeks99-09-v11d-64onAMD64 - container_hash - hash_no_ext_macro_2 / msvc-11.0
Rev e8056f69c95fd5bbc08528738f43c8114da4f3b8 / Tue, 19 Nov 2024 05:18:24 +0000
Compile [2024-11-19 06:42:22 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\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-11.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" "-IC:\teeks99-09\run\boost_root\libs\type_traits\include" 

hash_no_ext_macro_2.cpp
..\boost/container_hash/is_range.hpp(34) : error C2062: type 'unknown' 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 C2039: 'is_range_' : is not a member of 'boost::hash_detail'
        ..\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 C2065: 'is_range_' : undeclared identifier
..\boost/container_hash/is_range.hpp(33) : error C2275: 'T' : illegal use of this type as an expression
        ..\boost/container_hash/is_unordered_range.hpp(31) : see declaration of 'T'
..\boost/container_hash/is_range.hpp(34) : error C2062: type 'int' unexpected
..\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::integral_constant', expected compile-time constant expression
        C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xtr1common(33) : 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
        ]