Compile [2024-11-21 02:08:54 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\tuple\auto\cartesian_product.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\hana\test\test~tuple~auto~cartesian_product.test\msvc-14.2\dbg\x86_6\dbg-symbl-off\thrd-mlt\tuple\auto\cartesian_product.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\test\_include" "-IC:\teeks99-09\run\boost_root\libs\assert\include" "-IC:\teeks99-09\run\boost_root\libs\core\include" "-IC:\teeks99-09\run\boost_root\libs\hana\include" "-IC:\teeks99-09\run\boost_root\libs\throw_exception\include" "-IC:\teeks99-09\run\boost_root\libs\tuple\include"
cartesian_product.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,2>::apply<0>(boost::hana::false_,boost::hana::true_) const' being compiled
with
[
Xs=boost::hana::tuple<int,char>,
Ys=boost::hana::tuple<int,char>
]
..\boost/hana/equal.hpp(50): note: see reference to function template instantiation 'auto boost::hana::equal_impl<T,U,boost::hana::when<true>>::apply<V,V>(const Xs &,const Ys &)' being compiled
with
[
T=T,
U=U,
V=boost::hana::tuple<int,char>,
Xs=boost::hana::tuple<int,char>,
Ys=boost::hana::tuple<int,char>
]
..\boost/hana/equal.hpp(143): note: see reference to function template instantiation 'auto boost::hana::equal_t::operator ()<const V&,const V&>(X,Y) const' being compiled
with
[
V=boost::hana::tuple<int,char>,
X=const boost::hana::tuple<int,char> &,
Y=const boost::hana::tuple<int,char> &
]
..\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<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>
]
..\boost/hana/equal.hpp(50): note: see reference to function template instantiation 'auto boost::hana::equal_impl<T,U,boost::hana::when<true>>::apply<X,Y>(const Xs &,const Ys &)' being compiled
with
[
T=T,
U=U,
X=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>,
Y=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>,
Xs=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>
]
..\libs\hana\test\_include\auto/cartesian_product.hpp(179): note: see reference to function template instantiation 'auto boost::hana::equal_t::operator ()<boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>,boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>>(X &&,Y &&) const' being compiled
with
[
X=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>,
Y=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>
]
..\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,char>,
Ys=boost::hana::tuple<int,char>
]
..\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
..\boost/hana/equal.hpp(143): error C2672: 'operator __surrogate_func': no matching overloaded function found
..\boost/hana/equal.hpp(144): error C2893: Failed to specialize function template 'decltype(auto) boost::hana::if_t::operator ()(Cond &&,Then &&,Else &&) const'
..\boost/hana/fwd/if.hpp(50): note: see declaration of 'boost::hana::if_t::operator ()'
..\boost/hana/equal.hpp(144): note: With the following template arguments:
..\boost/hana/equal.hpp(144): note: 'Cond=void'
..\boost/hana/equal.hpp(144): note: 'Then=const boost::hana::integral_constant<bool,true> &'
..\boost/hana/equal.hpp(144): note: 'Else=const boost::hana::integral_constant<bool,false> &'
..\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<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>
]
..\boost/hana/equal.hpp(145): error C2780: 'bool boost::hana::detail::compare_finite_sequences<Xs,Ys,2>::apply(boost::hana::false_,bool) const': expects 2 arguments - 1 provided
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>
]
..\boost/hana/equal.hpp(157): note: see declaration of 'boost::hana::detail::compare_finite_sequences<Xs,Ys,2>::apply'
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>
]
..\boost/hana/equal.hpp(145): error C2780: 'auto boost::hana::detail::compare_finite_sequences<Xs,Ys,2>::apply(boost::hana::true_,Result) const': expects 2 arguments - 1 provided
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>
]
..\boost/hana/equal.hpp(153): note: see declaration of 'boost::hana::detail::compare_finite_sequences<Xs,Ys,2>::apply'
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>
]
..\boost/hana/equal.hpp(145): error C2780: 'auto boost::hana::detail::compare_finite_sequences<Xs,Ys,2>::apply(boost::hana::false_,boost::hana::false_) const': expects 2 arguments - 1 provided
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>
]
..\boost/hana/equal.hpp(149): note: see declaration of 'boost::hana::detail::compare_finite_sequences<Xs,Ys,2>::apply'
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>
]
..\boost/hana/equal.hpp(145): error C2780: 'auto boost::hana::detail::compare_finite_sequences<Xs,Ys,2>::apply(boost::hana::false_,boost::hana::true_) const': expects 2 arguments - 1 provided
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>
]
..\boost/hana/equal.hpp(140): note: see declaration of 'boost::hana::detail::compare_finite_sequences<Xs,Ys,2>::apply'
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>
]
..\libs\hana\test\_include\auto/cartesian_product.hpp(170): error C2440: 'static_assert': cannot convert from 'void' to 'bool'
..\libs\hana\test\_include\auto/cartesian_product.hpp(170): note: Expressions of type void cannot be converted to other types
..\libs\hana\test\_include\auto/cartesian_product.hpp(181): error C2440: 'static_assert': cannot convert from 'void' to 'bool'
..\libs\hana\test\_include\auto/cartesian_product.hpp(181): note: Expressions of type void cannot be converted to other types
..\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<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>
]
..\boost/hana/equal.hpp(145): error C2780: 'bool boost::hana::detail::compare_finite_sequences<Xs,Ys,4>::apply(boost::hana::false_,bool) const': expects 2 arguments - 1 provided
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>
]
..\boost/hana/equal.hpp(157): note: see declaration of 'boost::hana::detail::compare_finite_sequences<Xs,Ys,4>::apply'
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>
]
..\boost/hana/equal.hpp(145): error C2780: 'auto boost::hana::detail::compare_finite_sequences<Xs,Ys,4>::apply(boost::hana::true_,Result) const': expects 2 arguments - 1 provided
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>
]
..\boost/hana/equal.hpp(153): note: see declaration of 'boost::hana::detail::compare_finite_sequences<Xs,Ys,4>::apply'
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>
]
..\boost/hana/equal.hpp(145): error C2780: 'auto boost::hana::detail::compare_finite_sequences<Xs,Ys,4>::apply(boost::hana::false_,boost::hana::false_) const': expects 2 arguments - 1 provided
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>
]
..\boost/hana/equal.hpp(149): note: see declaration of 'boost::hana::detail::compare_finite_sequences<Xs,Ys,4>::apply'
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>
]
..\boost/hana/equal.hpp(145): error C2780: 'auto boost::hana::detail::compare_finite_sequences<Xs,Ys,4>::apply(boost::hana::false_,boost::hana::true_) const': expects 2 arguments - 1 provided
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>
]
..\boost/hana/equal.hpp(140): note: see declaration of 'boost::hana::detail::compare_finite_sequences<Xs,Ys,4>::apply'
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>,boost::hana::tuple<int,char>>
]
..\libs\hana\test\_include\auto/cartesian_product.hpp(192): error C2440: 'static_assert': cannot convert from 'void' to 'bool'
..\libs\hana\test\_include\auto/cartesian_product.hpp(192): note: Expressions of type void cannot be converted to other types
..\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,char,float,long>,
Ys=boost::hana::tuple<int,char,float,long>
]
..\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,char,float,long>,
Ys=boost::hana::tuple<int,char,float,long>
]
..\boost/hana/equal.hpp(50): note: see reference to function template instantiation 'auto boost::hana::equal_impl<T,U,boost::hana::when<true>>::apply<V,V>(const Xs &,const Ys &)' being compiled
with
[
T=T,
U=U,
V=boost::hana::tuple<int,char,float,long>,
Xs=boost::hana::tuple<int,char,float,long>,
Ys=boost::hana::tuple<int,char,float,long>
]
..\boost/hana/equal.hpp(143): note: see reference to function template instantiation 'auto boost::hana::equal_t::operator ()<const V&,const V&>(X,Y) const' being compiled
with
[
V=boost::hana::tuple<int,char,float,long>,
X=const boost::hana::tuple<int,char,float,long> &,
Y=const boost::hana::tuple<int,char,float,long> &
]
..\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<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>
]
..\boost/hana/equal.hpp(50): note: see reference to function template instantiation 'auto boost::hana::equal_impl<T,U,boost::hana::when<true>>::apply<X,Y>(const Xs &,const Ys &)' being compiled
with
[
T=T,
U=U,
X=boost::hana::tuple<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>,
Y=boost::hana::tuple<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>,
Xs=boost::hana::tuple<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>
]
..\libs\hana\test\_include\auto/cartesian_product.hpp(216): note: see reference to function template instantiation 'auto boost::hana::equal_t::operator ()<boost::hana::tuple<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>,boost::hana::tuple<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>>(X &&,Y &&) const' being compiled
with
[
X=boost::hana::tuple<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>,
Y=boost::hana::tuple<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>
]
..\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<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>
]
..\boost/hana/equal.hpp(145): error C2780: 'bool boost::hana::detail::compare_finite_sequences<Xs,Ys,2>::apply(boost::hana::false_,bool) const': expects 2 arguments - 1 provided
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>
]
..\boost/hana/equal.hpp(157): note: see declaration of 'boost::hana::detail::compare_finite_sequences<Xs,Ys,2>::apply'
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>
]
..\boost/hana/equal.hpp(145): error C2780: 'auto boost::hana::detail::compare_finite_sequences<Xs,Ys,2>::apply(boost::hana::true_,Result) const': expects 2 arguments - 1 provided
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>
]
..\boost/hana/equal.hpp(153): note: see declaration of 'boost::hana::detail::compare_finite_sequences<Xs,Ys,2>::apply'
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>
]
..\boost/hana/equal.hpp(145): error C2780: 'auto boost::hana::detail::compare_finite_sequences<Xs,Ys,2>::apply(boost::hana::false_,boost::hana::false_) const': expects 2 arguments - 1 provided
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>
]
..\boost/hana/equal.hpp(149): note: see declaration of 'boost::hana::detail::compare_finite_sequences<Xs,Ys,2>::apply'
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>
]
..\boost/hana/equal.hpp(145): error C2780: 'auto boost::hana::detail::compare_finite_sequences<Xs,Ys,2>::apply(boost::hana::false_,boost::hana::true_) const': expects 2 arguments - 1 provided
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>
]
..\boost/hana/equal.hpp(140): note: see declaration of 'boost::hana::detail::compare_finite_sequences<Xs,Ys,2>::apply'
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char,float,long>,boost::hana::tuple<int,char,float,long>>
]
..\libs\hana\test\_include\auto/cartesian_product.hpp(205): error C2440: 'static_assert': cannot convert from 'void' to 'bool'
..\libs\hana\test\_include\auto/cartesian_product.hpp(205): note: Expressions of type void cannot be converted to other types
..\boost/hana/equal.hpp(141): error C2672: 'boost::hana::detail::compare_finite_sequences<Xs,Ys,5>::apply': no matching overloaded function found
with
[
Xs=boost::hana::tuple<int,char,float,long,nullptr>,
Ys=boost::hana::tuple<int,char,float,long,nullptr>
]
..\boost/hana/equal.hpp(175): note: see reference to function template instantiation 'auto boost::hana::detail::compare_finite_sequences<Xs,Ys,5>::apply<0>(boost::hana::false_,boost::hana::true_) const' being compiled
with
[
Xs=boost::hana::tuple<int,char,float,long,nullptr>,
Ys=boost::hana::tuple<int,char,float,long,nullptr>
]
..\boost/hana/equal.hpp(50): note: see reference to function template instantiation 'auto boost::hana::equal_impl<T,U,boost::hana::when<true>>::apply<V,V>(const Xs &,const Ys &)' being compiled
with
[
T=T,
U=U,
V=boost::hana::tuple<int,char,float,long,nullptr>,
Xs=boost::hana::tuple<int,char,float,long,nullptr>,
Ys=boost::hana::tuple<int,char,float,long,nullptr>
]
..\boost/hana/equal.hpp(143): note: see reference to function template instantiation 'auto boost::hana::equal_t::operator ()<const V&,const V&>(X,Y) const' being compiled
with
[
V=boost::hana::tuple<int,char,float,long,nullptr>,
X=const boost::hana::tuple<int,char,float,long,nullptr> &,
Y=const boost::hana::tuple<int,char,float,long,nullptr> &
]
..\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<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>
]
..\boost/hana/equal.hpp(50): note: see reference to function template instantiation 'auto boost::hana::equal_impl<T,U,boost::hana::when<true>>::apply<X,Y>(const Xs &,const Ys &)' being compiled
with
[
T=T,
U=U,
X=boost::hana::tuple<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>,
Y=boost::hana::tuple<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>,
Xs=boost::hana::tuple<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>
]
..\libs\hana\test\_include\auto/cartesian_product.hpp(230): note: see reference to function template instantiation 'auto boost::hana::equal_t::operator ()<boost::hana::tuple<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>,boost::hana::tuple<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>>(X &&,Y &&) const' being compiled
with
[
X=boost::hana::tuple<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>,
Y=boost::hana::tuple<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>
]
..\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<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>
]
..\boost/hana/equal.hpp(145): error C2780: 'bool boost::hana::detail::compare_finite_sequences<Xs,Ys,2>::apply(boost::hana::false_,bool) const': expects 2 arguments - 1 provided
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>
]
..\boost/hana/equal.hpp(157): note: see declaration of 'boost::hana::detail::compare_finite_sequences<Xs,Ys,2>::apply'
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>
]
..\boost/hana/equal.hpp(145): error C2780: 'auto boost::hana::detail::compare_finite_sequences<Xs,Ys,2>::apply(boost::hana::true_,Result) const': expects 2 arguments - 1 provided
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>
]
..\boost/hana/equal.hpp(153): note: see declaration of 'boost::hana::detail::compare_finite_sequences<Xs,Ys,2>::apply'
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>
]
..\boost/hana/equal.hpp(145): error C2780: 'auto boost::hana::detail::compare_finite_sequences<Xs,Ys,2>::apply(boost::hana::false_,boost::hana::false_) const': expects 2 arguments - 1 provided
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>
]
..\boost/hana/equal.hpp(149): note: see declaration of 'boost::hana::detail::compare_finite_sequences<Xs,Ys,2>::apply'
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>
]
..\boost/hana/equal.hpp(145): error C2780: 'auto boost::hana::detail::compare_finite_sequences<Xs,Ys,2>::apply(boost::hana::false_,boost::hana::true_) const': expects 2 arguments - 1 provided
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>
]
..\boost/hana/equal.hpp(140): note: see declaration of 'boost::hana::detail::compare_finite_sequences<Xs,Ys,2>::apply'
with
[
Xs=boost::hana::tuple<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>,
Ys=boost::hana::tuple<boost::hana::tuple<int,char,float,long,nullptr>,boost::hana::tuple<int,char,float,long,nullptr>>
]
..\libs\hana\test\_include\auto/cartesian_product.hpp(218): error C2440: 'static_assert': cannot convert from 'void' to 'bool'
..\libs\hana\test\_include\auto/cartesian_product.hpp(218): note: Expressions of type void cannot be converted to other types