Compile [2024-11-20 19:16:46 UTC]: fail
call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.2\msvc-setup.bat" >nul
cl /Zm800 -nologo "..\libs\hana\test\builtin_array.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\hana\test\test~builtin_array.test\msvc-14.2\dbg\x86_6\dbg-symbl-off\thrd-mlt\builtin_array.obj" -TP /wd4675 /EHs /GR /Zc:throwingNew /Od /Ob0 /W3 /MDd /Zc:forScope /Zc:wchar_t /Zc:inline /favor:blend -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 "-I.." "-I..\libs\hana\include" "-I..\libs\hana\test\_include"
builtin_array.cpp
..\boost/hana/eval_if.hpp(60): error C2446: ':': no conversion from 'const boost::hana::integral_constant<bool,false>' to 'const boost::hana::integral_constant<bool,true>'
..\boost/hana/eval_if.hpp(60): note: No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
..\boost/hana/eval_if.hpp(42): note: see reference to function template instantiation 'auto boost::hana::eval_if_impl<L,boost::hana::when<true>>::apply<Cond,Then,Else>(const Cond &,T &&,E &&)' being compiled
with
[
L=bool,
Cond=bool,
Then=boost::hana::detail::hold<const boost::hana::integral_constant<bool,true> &>,
Else=boost::hana::detail::hold<const boost::hana::integral_constant<bool,false> &>,
T=boost::hana::detail::hold<const boost::hana::integral_constant<bool,true> &>,
E=boost::hana::detail::hold<const boost::hana::integral_constant<bool,false> &>
]
..\boost/hana/if.hpp(56): note: see reference to function template instantiation 'decltype(auto) boost::hana::eval_if_t::operator ()<C,boost::hana::detail::hold<T>,boost::hana::detail::hold<E>>(Cond &&,Then &&,Else &&) const' being compiled
with
[
C=bool,
T=const boost::hana::integral_constant<bool,true> &,
E=const boost::hana::integral_constant<bool,false> &,
Cond=bool,
Then=boost::hana::detail::hold<const boost::hana::integral_constant<bool,true> &>,
Else=boost::hana::detail::hold<const boost::hana::integral_constant<bool,false> &>
]
..\boost/hana/if.hpp(37): note: see reference to function template instantiation 'auto boost::hana::if_impl<L,boost::hana::when<true>>::apply<Cond,const boost::hana::integral_constant<bool,true>&,const boost::hana::integral_constant<bool,false>&>(C &&,T,E)' being compiled
with
[
L=Bool,
Cond=bool,
C=bool,
T=const boost::hana::integral_constant<bool,true> &,
E=const boost::hana::integral_constant<bool,false> &
]
..\boost/hana/equal.hpp(144): note: see reference to function template instantiation 'decltype(auto) boost::hana::if_t::operator ()<bool,const boost::hana::integral_constant<bool,true>&,const boost::hana::integral_constant<bool,false>&>(Cond &&,Then,Else) const' being compiled
with
[
Cond=bool,
Then=const boost::hana::integral_constant<bool,true> &,
Else=const boost::hana::integral_constant<bool,false> &
]
..\boost/hana/equal.hpp(175): note: see reference to function template instantiation 'auto boost::hana::detail::compare_finite_sequences<Xs,Ys,1>::apply<0>(boost::hana::false_,boost::hana::true_) const' being compiled
with
[
Xs=boost::hana::tuple<int>,
Ys=boost::hana::tuple<int>
]
..\boost/hana/equal.hpp(50): note: see reference to function template instantiation 'auto boost::hana::equal_impl<T,U,boost::hana::when<true>>::apply<boost::hana::tuple<int>,boost::hana::tuple<int>>(const Xs &,const Ys &)' being compiled
with
[
T=T,
U=U,
Xs=boost::hana::tuple<int>,
Ys=boost::hana::tuple<int>
]
..\libs\hana\test\_include\laws/base.hpp(163): note: see reference to function template instantiation 'auto boost::hana::equal_t::operator ()<boost::hana::tuple<int>&,boost::hana::tuple<int>&>(X,Y) const' being compiled
with
[
X=boost::hana::tuple<int> &,
Y=boost::hana::tuple<int> &
]
..\boost/hana/equal.hpp(50): note: see reference to function template instantiation 'auto boost::hana::equal_impl<boost::hana::test::InjectionResult,boost::hana::test::InjectionResult,void>::apply<X,Y>(X,Y)' being compiled
with
[
X=boost::hana::test::injection_result<0,int>,
Y=boost::hana::test::injection_result<0,int>
]
..\libs\hana\test\builtin_array.cpp(49): note: see reference to function template instantiation 'auto boost::hana::equal_t::operator ()<boost::hana::test::injection_result<0,int>,boost::hana::test::injection_result<0,int>>(X &&,Y &&) const' being compiled
with
[
X=boost::hana::test::injection_result<0,int>,
Y=boost::hana::test::injection_result<0,int>
]
..\boost/hana/equal.hpp(141): error C2672: 'boost::hana::detail::compare_finite_sequences<Xs,Ys,1>::apply': no matching overloaded function found
with
[
Xs=boost::hana::tuple<int>,
Ys=boost::hana::tuple<int>
]
..\boost/hana/equal.hpp(142): error C2440: 'initializing': cannot convert from 'boost::hana::integral_constant<bool,true>' to 'boost::hana::false_'
..\boost/hana/equal.hpp(142): note: No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
..\libs\hana\test\_include\laws/base.hpp(161): error C2672: 'operator __surrogate_func': no matching overloaded function found
..\libs\hana\test\_include\laws/base.hpp(164): error C2893: Failed to specialize function template 'decltype(auto) boost::hana::and_t::operator ()(X &&,Y &&...) const'
..\boost/hana/fwd/and.hpp(46): note: see declaration of 'boost::hana::and_t::operator ()'
..\libs\hana\test\_include\laws/base.hpp(164): note: With the following template arguments:
..\libs\hana\test\_include\laws/base.hpp(164): note: 'X=const boost::hana::integral_constant<bool,true> &'
..\libs\hana\test\_include\laws/base.hpp(164): note: 'Y={void}'
..\libs\hana\test\builtin_array.cpp(49): error C3313: '__hana_tmp': variable cannot have the type 'void'
..\libs\hana\test\builtin_array.cpp(49): error C3536: '__hana_tmp': cannot be used before it is initialized
..\libs\hana\test\builtin_array.cpp(49): error C3539: a template-argument cannot be a type that contains 'auto'
..\boost/hana/equal.hpp(141): error C2672: 'boost::hana::detail::compare_finite_sequences<Xs,Ys,2>::apply': no matching overloaded function found
with
[
Xs=boost::hana::tuple<int,int>,
Ys=boost::hana::tuple<int,int>
]
..\boost/hana/equal.hpp(175): note: see reference to function template instantiation 'auto boost::hana::detail::compare_finite_sequences<Xs,Ys,2>::apply<0>(boost::hana::false_,boost::hana::true_) const' being compiled
with
[
Xs=boost::hana::tuple<int,int>,
Ys=boost::hana::tuple<int,int>
]
..\boost/hana/equal.hpp(50): note: see reference to function template instantiation 'auto boost::hana::equal_impl<T,U,boost::hana::when<true>>::apply<boost::hana::tuple<int,int>,boost::hana::tuple<int,int>>(const Xs &,const Ys &)' being compiled
with
[
T=T,
U=U,
Xs=boost::hana::tuple<int,int>,
Ys=boost::hana::tuple<int,int>
]
..\libs\hana\test\_include\laws/base.hpp(163): note: see reference to function template instantiation 'auto boost::hana::equal_t::operator ()<boost::hana::tuple<int,int>&,boost::hana::tuple<int,int>&>(X,Y) const' being compiled
with
[
X=boost::hana::tuple<int,int> &,
Y=boost::hana::tuple<int,int> &
]
..\boost/hana/equal.hpp(50): note: see reference to function template instantiation 'auto boost::hana::equal_impl<boost::hana::test::InjectionResult,boost::hana::test::InjectionResult,void>::apply<X,Y>(X,Y)' being compiled
with
[
X=boost::hana::test::injection_result<0,int,int>,
Y=boost::hana::test::injection_result<0,int,int>
]
..\libs\hana\test\builtin_array.cpp(54): note: see reference to function template instantiation 'auto boost::hana::equal_t::operator ()<boost::hana::test::injection_result<0,int,int>,boost::hana::test::injection_result<0,int,int>>(X &&,Y &&) const' being compiled
with
[
X=boost::hana::test::injection_result<0,int,int>,
Y=boost::hana::test::injection_result<0,int,int>
]
..\boost/hana/equal.hpp(143): error C2440: 'initializing': cannot convert from 'void' to 'boost::hana::true_'
..\boost/hana/equal.hpp(143): note: Expressions of type void cannot be converted to other types
..\libs\hana\test\builtin_array.cpp(54): error C3313: '__hana_tmp': variable cannot have the type 'void'
..\libs\hana\test\builtin_array.cpp(54): error C3536: '__hana_tmp': cannot be used before it is initialized
..\libs\hana\test\builtin_array.cpp(54): error C3539: a template-argument cannot be a type that contains 'auto'
..\boost/hana/equal.hpp(141): error C2672: 'boost::hana::detail::compare_finite_sequences<Xs,Ys,3>::apply': no matching overloaded function found
with
[
Xs=boost::hana::tuple<int,int,int>,
Ys=boost::hana::tuple<int,int,int>
]
..\boost/hana/equal.hpp(175): note: see reference to function template instantiation 'auto boost::hana::detail::compare_finite_sequences<Xs,Ys,3>::apply<0>(boost::hana::false_,boost::hana::true_) const' being compiled
with
[
Xs=boost::hana::tuple<int,int,int>,
Ys=boost::hana::tuple<int,int,int>
]
..\boost/hana/equal.hpp(50): note: see reference to function template instantiation 'auto boost::hana::equal_impl<T,U,boost::hana::when<true>>::apply<boost::hana::tuple<int,int,int>,boost::hana::tuple<int,int,int>>(const Xs &,const Ys &)' being compiled
with
[
T=T,
U=U,
Xs=boost::hana::tuple<int,int,int>,
Ys=boost::hana::tuple<int,int,int>
]
..\libs\hana\test\_include\laws/base.hpp(163): note: see reference to function template instantiation 'auto boost::hana::equal_t::operator ()<boost::hana::tuple<int,int,int>&,boost::hana::tuple<int,int,int>&>(X,Y) const' being compiled
with
[
X=boost::hana::tuple<int,int,int> &,
Y=boost::hana::tuple<int,int,int> &
]
..\boost/hana/equal.hpp(50): note: see reference to function template instantiation 'auto boost::hana::equal_impl<boost::hana::test::InjectionResult,boost::hana::test::InjectionResult,void>::apply<X,Y>(X,Y)' being compiled
with
[
X=boost::hana::test::injection_result<0,int,int,int>,
Y=boost::hana::test::injection_result<0,int,int,int>
]
..\libs\hana\test\builtin_array.cpp(59): note: see reference to function template instantiation 'auto boost::hana::equal_t::operator ()<boost::hana::test::injection_result<0,int,int,int>,boost::hana::test::injection_result<0,int,int,int>>(X &&,Y &&) const' being compiled
with
[
X=boost::hana::test::injection_result<0,int,int,int>,
Y=boost::hana::test::injection_result<0,int,int,int>
]
..\libs\hana\test\builtin_array.cpp(59): error C3313: '__hana_tmp': variable cannot have the type 'void'
..\libs\hana\test\builtin_array.cpp(59): error C3536: '__hana_tmp': cannot be used before it is initialized
..\libs\hana\test\builtin_array.cpp(59): error C3539: a template-argument cannot be a type that contains 'auto'
..\boost/hana/equal.hpp(141): error C2672: 'boost::hana::detail::compare_finite_sequences<Xs,Ys,4>::apply': no matching overloaded function found
with
[
Xs=boost::hana::tuple<int,int,int,int>,
Ys=boost::hana::tuple<int,int,int,int>
]
..\boost/hana/equal.hpp(175): note: see reference to function template instantiation 'auto boost::hana::detail::compare_finite_sequences<Xs,Ys,4>::apply<0>(boost::hana::false_,boost::hana::true_) const' being compiled
with
[
Xs=boost::hana::tuple<int,int,int,int>,
Ys=boost::hana::tuple<int,int,int,int>
]
..\boost/hana/equal.hpp(50): note: see reference to function template instantiation 'auto boost::hana::equal_impl<T,U,boost::hana::when<true>>::apply<boost::hana::tuple<int,int,int,int>,boost::hana::tuple<int,int,int,int>>(const Xs &,const Ys &)' being compiled
with
[
T=T,
U=U,
Xs=boost::hana::tuple<int,int,int,int>,
Ys=boost::hana::tuple<int,int,int,int>
]
..\libs\hana\test\_include\laws/base.hpp(163): note: see reference to function template instantiation 'auto boost::hana::equal_t::operator ()<boost::hana::tuple<int,int,int,int>&,boost::hana::tuple<int,int,int,int>&>(X,Y) const' being compiled
with
[
X=boost::hana::tuple<int,int,int,int> &,
Y=boost::hana::tuple<int,int,int,int> &
]
..\boost/hana/equal.hpp(50): note: see reference to function template instantiation 'auto boost::hana::equal_impl<boost::hana::test::InjectionResult,boost::hana::test::InjectionResult,void>::apply<X,Y>(X,Y)' being compiled
with
[
X=boost::hana::test::injection_result<0,int,int,int,int>,
Y=boost::hana::test::injection_result<0,int,int,int,int>
]
..\libs\hana\test\builtin_array.cpp(64): note: see reference to function template instantiation 'auto boost::hana::equal_t::operator ()<boost::hana::test::injection_result<0,int,int,int,int>,boost::hana::test::injection_result<0,int,int,int,int>>(X &&,Y &&) const' being compiled
with
[
X=boost::hana::test::injection_result<0,int,int,int,int>,
Y=boost::hana::test::injection_result<0,int,int,int,int>
]
..\libs\hana\test\builtin_array.cpp(64): error C3313: '__hana_tmp': variable cannot have the type 'void'
..\libs\hana\test\builtin_array.cpp(64): error C3536: '__hana_tmp': cannot be used before it is initialized
..\libs\hana\test\builtin_array.cpp(64): error C3539: a template-argument cannot be a type that contains 'auto'
..\boost/hana/any_of.hpp(176): error C3313: 'cond': variable cannot have the type 'void'
..\boost/hana/any_of.hpp(48): note: see reference to function template instantiation 'auto boost::hana::any_of_impl<int [1],void>::apply<Xs,Pred>(Xs (&&),Pred &&)' being compiled
with
[
Xs=int [1],
Pred=boost::hana::partial_t<std::integer_sequence<size_t,0>,boost::hana::equal_t,int>
]
..\libs\hana\test\builtin_array.cpp(77): note: see reference to function template instantiation 'auto boost::hana::any_of_t::operator ()<int[1],boost::hana::partial_t<std::integer_sequence<size_t,0>,boost::hana::equal_t,int>>(Xs (&&),Pred &&) const' being compiled
with
[
Xs=int [1],
Pred=boost::hana::partial_t<std::integer_sequence<size_t,0>,boost::hana::equal_t,int>
]
..\boost/hana/any_of.hpp(177): error C3536: 'cond': cannot be used before it is initialized
..\boost/hana/any_of.hpp(175): error C2440: 'initializing': cannot convert from 'void' to 'int'
..\boost/hana/any_of.hpp(175): note: Expressions of type void cannot be converted to other types
..\boost/hana/any_of.hpp(48): note: while evaluating constexpr function 'boost::hana::any_of_impl<int [1],void>::apply'
..\libs\hana\test\builtin_array.cpp(77): note: while evaluating constexpr function 'boost::hana::any_of_t::operator ()'
..\libs\hana\test\builtin_array.cpp(77): error C2131: expression did not evaluate to a constant
..\boost/hana/any_of.hpp(175): note: a non-constant (sub-)expression was encountered
..\libs\hana\test\builtin_array.cpp(81): error C2131: expression did not evaluate to a constant
..\boost/hana/any_of.hpp(175): note: a non-constant (sub-)expression was encountered
..\libs\hana\test\builtin_array.cpp(84): error C2131: expression did not evaluate to a constant
..\boost/hana/any_of.hpp(175): note: a non-constant (sub-)expression was encountered
..\libs\hana\test\builtin_array.cpp(87): error C2131: expression did not evaluate to a constant
..\boost/hana/any_of.hpp(175): note: a non-constant (sub-)expression was encountered
..\libs\hana\test\builtin_array.cpp(91): error C2131: expression did not evaluate to a constant
..\boost/hana/any_of.hpp(175): note: a non-constant (sub-)expression was encountered
..\libs\hana\test\builtin_array.cpp(94): error C2131: expression did not evaluate to a constant
..\boost/hana/any_of.hpp(175): note: a non-constant (sub-)expression was encountered
..\libs\hana\test\builtin_array.cpp(97): error C2131: expression did not evaluate to a constant
..\boost/hana/any_of.hpp(175): note: a non-constant (sub-)expression was encountered
..\libs\hana\test\builtin_array.cpp(100): error C2131: expression did not evaluate to a constant
..\boost/hana/any_of.hpp(175): note: a non-constant (sub-)expression was encountered