Test output: teeks99-09-v12m-64onAMD64 - multi_index - test_update / msvc-12.0
Rev 62658b2ab10667a59ced1201b3443ff937b70d4e / Tue, 19 Nov 2024 10:22:31 +0000
Compile [2024-11-19 11:59:33 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\multi_index\test\test_update.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\multi_index\test\test_update.test\msvc-12.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\test_update.obj"     -TP /wd4675 /EHs /GR /Od /Ob0 /W3 /MDd /Zc:forScope /Zc:wchar_t /Zc:inline /favor:blend /wd4494 -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS "-I.." "-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\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\integer\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\multi_index\include" "-IC:\teeks99-09\run\boost_root\libs\optional\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" 

test_update.cpp
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\utility(310) : error C2338: The C++ Standard doesn't define tuple_size for this type.
        ..\boost/container_hash/is_tuple_like.hpp(30) : see reference to class template instantiation 'std::tuple_size<int>' being compiled
        ..\boost/container_hash/hash.hpp(537) : see reference to class template instantiation 'boost::container_hash::is_tuple_like<T>' being compiled
        with
        [
            T=int
        ]
        ..\boost/container_hash/hash.hpp(536) : while compiling class template member function 'size_t boost::hash<int>::operator ()(const T &) const'
        with
        [
            T=int
        ]
        ..\boost/multi_index/hashed_index.hpp(684) : see reference to function template instantiation 'size_t boost::hash<int>::operator ()(const T &) const' being compiled
        with
        [
            T=int
        ]
        ..\boost/multi_index/hashed_index.hpp(1775) : see reference to class template instantiation 'boost::hash<int>' being compiled
        ..\boost/multi_index/sequenced_index.hpp(78) : see reference to class template instantiation 'boost::multi_index::detail::hashed_index<boost::multi_index::member<employee,int,pointer-to-member(0x34)>,boost::hash<int>,std::equal_to<int>,SuperMeta,boost::mpl::vector1<T0>,boost::multi_index::detail::hashed_unique_tag>' being compiled
        with
        [
            SuperMeta=boost::multi_index::detail::nth_layer<5,employee,employee_set_indices,non_std_allocator<employee>>
,            T0=ssn
        ]
        ..\boost/multi_index/detail/ord_index_impl.hpp(135) : see reference to class template instantiation 'boost::multi_index::detail::sequenced_index<SuperMeta,boost::mpl::vector1<T0>>' being compiled
        with
        [
            SuperMeta=boost::multi_index::detail::nth_layer<4,employee,employee_set_indices,non_std_allocator<employee>>
,            T0=as_inserted
        ]
        ..\boost/multi_index/ranked_index.hpp(39) : see reference to class template instantiation 'boost::multi_index::detail::ordered_index_impl<KeyFromValue,Compare,SuperMeta,TagList,Category,AugmentPolicy>' being compiled
        with
        [
            KeyFromValue=boost::multi_index::member<employee,int,pointer-to-member(0x30)>
,            Compare=std::less<int>
,            SuperMeta=boost::multi_index::detail::nth_layer<3,employee,employee_set_indices,non_std_allocator<employee>>
,            TagList=boost::mpl::vector1<age>
,            Category=boost::multi_index::detail::ordered_non_unique_tag
,            AugmentPolicy=boost::multi_index::detail::rank_policy
        ]
        ..\boost/multi_index/detail/ord_index_impl.hpp(1547) : see reference to class template instantiation 'boost::multi_index::detail::ranked_index<OrderedIndexImpl>' being compiled
        with
        [
            OrderedIndexImpl=boost::multi_index::detail::ordered_index_impl<boost::multi_index::member<employee,int,pointer-to-member(0x30)>,std::less<int>,boost::multi_index::detail::nth_layer<3,employee,employee_set_indices,non_std_allocator<employee>>,boost::mpl::vector1<age>,boost::multi_index::detail::ordered_non_unique_tag,boost::multi_index::detail::rank_policy>
        ]
        ..\boost/multi_index/hashed_index.hpp(96) : see reference to class template instantiation 'boost::multi_index::detail::ordered_index<boost::multi_index::member<employee,int,pointer-to-member(0x30)>,std::less<int>,SuperMeta,boost::mpl::vector1<T0>,boost::multi_index::detail::ordered_non_unique_tag,boost::multi_index::detail::rank_policy>' being compiled
        with
        [
            SuperMeta=boost::multi_index::detail::nth_layer<3,employee,employee_set_indices,non_std_allocator<employee>>
,            T0=age
        ]
        ..\boost/multi_index/detail/ord_index_impl.hpp(135) : see reference to class template instantiation 'boost::multi_index::detail::hashed_index<boost::multi_index::member<employee,std::string,pointer-to-member(0x8)>,boost::hash<std::basic_string<char,std::char_traits<char>,std::allocator<char>>>,std::equal_to<std::basic_string<char,std::char_traits<char>,std::allocator<char>>>,SuperMeta,boost::mpl::vector2<T0,T1>,boost::multi_index::detail::hashed_non_unique_tag>' being compiled
        with
        [
            SuperMeta=boost::multi_index::detail::nth_layer<2,employee,employee_set_indices,non_std_allocator<employee>>
,            T0=name
,            T1=by_name
        ]
        ..\boost/multi_index/detail/ord_index_impl.hpp(1547) : see reference to class template instantiation 'boost::multi_index::detail::ordered_index_impl<KeyFromValue,Compare,SuperMeta,TagList,Category,AugmentPolicy>' being compiled
        with
        [
            KeyFromValue=boost::multi_index::identity<employee>
,            Compare=std::less<employee>
,            SuperMeta=boost::multi_index::detail::nth_layer<1,employee,employee_set_indices,non_std_allocator<employee>>
,            TagList=boost::mpl::vector0<boost::mpl::na>
,            Category=boost::multi_index::detail::ordered_unique_tag
,            AugmentPolicy=boost::multi_index::detail::null_augment_policy
        ]
        ..\boost/multi_index_container.hpp(118) : see reference to class template instantiation 'boost::multi_index::detail::ordered_index<boost::multi_index::identity<employee>,std::less<employee>,SuperMeta,boost::mpl::vector0<boost::mpl::na>,boost::multi_index::detail::ordered_unique_tag,boost::multi_index::detail::null_augment_policy>' being compiled
        with
        [
            SuperMeta=boost::multi_index::detail::nth_layer<1,employee,employee_set_indices,non_std_allocator<employee>>
        ]
        c:\teeks99-09\run\boost_root\libs\multi_index\test\employee.hpp(134) : see reference to class template instantiation 'boost::multi_index::multi_index_container<employee,employee_set_indices,non_std_allocator<employee>>' being compiled