Test output: teeks99-09-v11m-64onAMD64 - container_hash - hash_custom_test / msvc-11.0
Rev 62658b2ab10667a59ced1201b3443ff937b70d4e / Tue, 19 Nov 2024 06:55:36 +0000
Compile [2024-11-19 08:29:24 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_custom_test.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\container_hash\test\hash_custom_test.test\msvc-11.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\hash_custom_test.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_custom_test.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=test::custom
        ]
        ..\libs\container_hash\test\hash_custom_test.cpp(69) : see reference to class template instantiation 'boost::container_hash::is_unordered_range<T>' being compiled
        with
        [
            T=test::custom
        ]
..\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=test::custom
        ]
..\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'