Compile [2024-11-15 18:22:18 UTC]: fail
"g++-12" -fvisibility-inlines-hidden -std=c++17 -fPIC -m64 -pthread -O0 -fno-inline -Wall -fvisibility=hidden -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -I".." -I"../libs/hana/include" -I"../libs/hana/test/_include" -c -o "/var/boost/run/results/boost/bin.v2/libs/hana/test/test~tuple~auto~partition.test/gcc-12~c++17/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/tuple/auto/partition.o" "../libs/hana/test/tuple/auto/partition.cpp"
In file included from ../boost/hana/detail/operators/comparable.hpp:15,
from ../boost/hana/pair.hpp:20,
from ../boost/hana/unpack.hpp:26,
from ../boost/hana/fold_left.hpp:20,
from ../boost/hana/concept/foldable.hpp:19,
from ../boost/hana/core/to.hpp:16,
from ../boost/hana/bool.hpp:17,
from ../boost/hana/tuple.hpp:17,
from ../libs/hana/test/tuple/auto/_specs.hpp:8,
from ../libs/hana/test/tuple/auto/partition.cpp:5:
../boost/hana/fwd/equal.hpp: In instantiation of 'struct boost::hana::equal_impl<boost::hana::pair_tag, MinimalProduct, void>':
../boost/hana/equal.hpp:50:28: required from 'constexpr auto boost::hana::equal_t::operator()(X&&, Y&&) const [with X = boost::hana::pair<boost::hana::tuple<>, boost::hana::tuple<> >; Y = product_t<boost::hana::tuple<>, boost::hana::tuple<> >]'
../libs/hana/test/_include/auto/partition.hpp:27:5: required from here
../boost/hana/fwd/equal.hpp:69:12: error: ambiguous template instantiation for 'struct boost::hana::equal_impl<boost::hana::pair_tag, MinimalProduct, boost::hana::when<true> >'
69 | struct equal_impl : equal_impl<T, U, when<true>> { };
| ^~~~~~~~~~
In file included from ../boost/hana/contains.hpp:19,
from ../libs/hana/test/_include/auto/partition.hpp:9,
from ../libs/hana/test/tuple/auto/partition.cpp:6:
../boost/hana/equal.hpp:55:12: note: candidates are: 'template<class T, class U, bool condition> struct boost::hana::equal_impl<T, U, boost::hana::when<condition> > [with T = boost::hana::pair_tag; U = MinimalProduct; bool condition = true]'
55 | struct equal_impl<T, U, when<condition>> : default_ {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/equal.hpp:120:12: note: 'template<class T, class U> struct boost::hana::equal_impl<T, U, boost::hana::when<(boost::hana::Product<P>::value && boost::hana::Product<U>::value)> > [with T = boost::hana::pair_tag; U = MinimalProduct]'
120 | struct equal_impl<T, U, when<hana::Product<T>::value && hana::Product<U>::value>> {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/fwd/equal.hpp:69:12: error: invalid use of incomplete type 'struct boost::hana::equal_impl<boost::hana::pair_tag, MinimalProduct, boost::hana::when<true> >'
69 | struct equal_impl : equal_impl<T, U, when<true>> { };
| ^~~~~~~~~~
../boost/hana/fwd/equal.hpp:69:12: note: declaration of 'struct boost::hana::equal_impl<boost::hana::pair_tag, MinimalProduct, boost::hana::when<true> >'
../boost/hana/equal.hpp: In instantiation of 'constexpr auto boost::hana::equal_t::operator()(X&&, Y&&) const [with X = boost::hana::pair<boost::hana::tuple<>, boost::hana::tuple<> >; Y = product_t<boost::hana::tuple<>, boost::hana::tuple<> >]':
../libs/hana/test/_include/auto/partition.hpp:27:5: required from here
../boost/hana/equal.hpp:50:28: error: 'apply' is not a member of 'Equal' {aka 'boost::hana::equal_impl<boost::hana::pair_tag, MinimalProduct, void>'}
50 | return Equal::apply(static_cast<X&&>(x), static_cast<Y&&>(y));
| ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/hana/test/_include/auto/partition.hpp:8:
../libs/hana/test/_include/auto/partition.hpp: In lambda function:
../boost/hana/assert.hpp:227:9: error: template argument 1 is invalid
227 | >::value, \
| ^
../boost/hana/assert.hpp:240:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK_MSG'
240 | BOOST_HANA_CONSTANT_CHECK_MSG( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/hana/test/_include/auto/partition.hpp:27:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
27 | BOOST_HANA_CONSTANT_CHECK(hana::equal(
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/assert.hpp:232:10: error: no matching function for call to 'value<<expression error> >()'
230 | static_assert(::boost::hana::value< \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
231 | decltype(BOOST_HANA_PP_CONCAT(__hana_tmp_, __LINE__)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
232 | >(), message); \
| ~^~
../boost/hana/assert.hpp:240:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK_MSG'
240 | BOOST_HANA_CONSTANT_CHECK_MSG( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/hana/test/_include/auto/partition.hpp:27:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
27 | BOOST_HANA_CONSTANT_CHECK(hana::equal(
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../boost/hana/concept/constant.hpp:19,
from ../boost/hana/core/to.hpp:15:
../boost/hana/value.hpp:31:30: note: candidate: 'template<class T> constexpr decltype(auto) boost::hana::value()'
31 | constexpr decltype(auto) value() {
| ^~~~~
../boost/hana/value.hpp:31:30: note: template argument deduction/substitution failed:
../boost/hana/assert.hpp:232:10: error: template argument 1 is invalid
230 | static_assert(::boost::hana::value< \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
231 | decltype(BOOST_HANA_PP_CONCAT(__hana_tmp_, __LINE__)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
232 | >(), message); \
| ~^~
../boost/hana/assert.hpp:240:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK_MSG'
240 | BOOST_HANA_CONSTANT_CHECK_MSG( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/hana/test/_include/auto/partition.hpp:27:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
27 | BOOST_HANA_CONSTANT_CHECK(hana::equal(
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../boost/hana/value.hpp:13:
../boost/hana/fwd/value.hpp:65:30: note: candidate: 'template<class T> constexpr decltype(auto) boost::hana::value(const T&)'
65 | constexpr decltype(auto) value(T const&)
| ^~~~~
../boost/hana/fwd/value.hpp:65:30: note: candidate expects 1 argument, 0 provided
../boost/hana/fwd/equal.hpp: In instantiation of 'struct boost::hana::equal_impl<boost::hana::test::Integer<(boost::hana::test::Policy)17, void>, boost::hana::test::Integer<(boost::hana::test::Policy)17, void>, void>':
../boost/hana/equal.hpp:50:28: required from 'constexpr auto boost::hana::equal_t::operator()(X&&, Y&&) const [with X = boost::hana::test::ct_eq<0>&; Y = boost::hana::test::ct_eq<-1>&]'
../boost/hana/functional/partial.hpp:86:43: required from 'constexpr decltype(auto) boost::hana::partial_t<std::integer_sequence<long unsigned int, _Idx ...>, F, X ...>::operator()(Y&& ...) & [with Y = {boost::hana::test::ct_eq<-1>&}; long unsigned int ...n = {0}; F = boost::hana::equal_t; X = {boost::hana::test::ct_eq<0>}]'
../boost/hana/any_of.hpp:79:43: required from 'static constexpr auto boost::hana::any_of_impl<S, boost::hana::when<boost::hana::Sequence<S>::value> >::any_of_helper<k, Len>::apply(boost::hana::false_, Xs&&, Pred&&) [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> >&; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::test::ct_eq<0> >; long unsigned int k = 0; long unsigned int Len = 5; S = boost::hana::tuple_tag; boost::hana::false_ = boost::hana::integral_constant<bool, false>]'
../boost/hana/any_of.hpp:97:61: required from 'static constexpr auto boost::hana::any_of_impl<S, boost::hana::when<boost::hana::Sequence<S>::value> >::apply(Xs&&, Pred&&) [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> >&; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::test::ct_eq<0> >; S = boost::hana::tuple_tag]'
../boost/hana/any_of.hpp:48:28: required from 'constexpr auto boost::hana::any_of_t::operator()(Xs&&, Pred&&) const [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> >&; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::test::ct_eq<0> >]'
../boost/hana/contains.hpp:45:32: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
../boost/hana/unpack.hpp:47:29: required from 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = boost::hana::basic_tuple<boost::hana::test::ct_eq<0> >; F = boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>]'
../boost/hana/tuple.hpp:233:32: required from 'static constexpr decltype(auto) boost::hana::unpack_impl<boost::hana::tuple_tag>::apply(Xs&&, F&&) [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<0> >; F = boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>]'
../boost/hana/unpack.hpp:47:29: required from 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<0> >; F = boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>]'
../boost/hana/partition.hpp:104:50: required from 'static constexpr auto boost::hana::partition_impl<S, boost::hana::when<condition> >::apply(Xs&&, Pred&&) [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<0> >; Pred = boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&; S = boost::hana::tuple_tag; bool condition = true]'
../boost/hana/partition.hpp:45:32: required from 'constexpr auto boost::hana::partition_t::operator()(Xs&&, Pred&&) const [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<0> >; Pred = boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&]'
../libs/hana/test/_include/auto/partition.hpp:31:5: required from here
../boost/hana/fwd/equal.hpp:69:12: error: ambiguous template instantiation for 'struct boost::hana::equal_impl<boost::hana::test::Integer<(boost::hana::test::Policy)17, void>, boost::hana::test::Integer<(boost::hana::test::Policy)17, void>, boost::hana::when<true> >'
69 | struct equal_impl : equal_impl<T, U, when<true>> { };
| ^~~~~~~~~~
../boost/hana/equal.hpp:55:12: note: candidates are: 'template<class T, class U, bool condition> struct boost::hana::equal_impl<T, U, boost::hana::when<condition> > [with T = boost::hana::test::Integer<(boost::hana::test::Policy)17, void>; U = boost::hana::test::Integer<(boost::hana::test::Policy)17, void>; bool condition = true]'
55 | struct equal_impl<T, U, when<condition>> : default_ {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/equal.hpp:104:12: note: 'template<class C> struct boost::hana::equal_impl<C, C, boost::hana::when<(boost::hana::Constant<C>::value && boost::hana::Comparable<typename C::value_type>::value)> > [with C = boost::hana::test::Integer<(boost::hana::test::Policy)17, void>]'
104 | struct equal_impl<C, C, when<
| ^~~~~~~~~~~~~~~~~~~~~~
105 | hana::Constant<C>::value &&
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
106 | Comparable<typename C::value_type>::value
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
107 | >> {
| ~~
../boost/hana/fwd/equal.hpp:69:12: error: invalid use of incomplete type 'struct boost::hana::equal_impl<boost::hana::test::Integer<(boost::hana::test::Policy)17, void>, boost::hana::test::Integer<(boost::hana::test::Policy)17, void>, boost::hana::when<true> >'
69 | struct equal_impl : equal_impl<T, U, when<true>> { };
| ^~~~~~~~~~
../boost/hana/fwd/equal.hpp:69:12: note: declaration of 'struct boost::hana::equal_impl<boost::hana::test::Integer<(boost::hana::test::Policy)17, void>, boost::hana::test::Integer<(boost::hana::test::Policy)17, void>, boost::hana::when<true> >'
../boost/hana/equal.hpp: In instantiation of 'constexpr auto boost::hana::equal_t::operator()(X&&, Y&&) const [with X = boost::hana::test::ct_eq<0>&; Y = boost::hana::test::ct_eq<-1>&]':
../boost/hana/functional/partial.hpp:86:43: required from 'constexpr decltype(auto) boost::hana::partial_t<std::integer_sequence<long unsigned int, _Idx ...>, F, X ...>::operator()(Y&& ...) & [with Y = {boost::hana::test::ct_eq<-1>&}; long unsigned int ...n = {0}; F = boost::hana::equal_t; X = {boost::hana::test::ct_eq<0>}]'
../boost/hana/any_of.hpp:79:43: required from 'static constexpr auto boost::hana::any_of_impl<S, boost::hana::when<boost::hana::Sequence<S>::value> >::any_of_helper<k, Len>::apply(boost::hana::false_, Xs&&, Pred&&) [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> >&; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::test::ct_eq<0> >; long unsigned int k = 0; long unsigned int Len = 5; S = boost::hana::tuple_tag; boost::hana::false_ = boost::hana::integral_constant<bool, false>]'
../boost/hana/any_of.hpp:97:61: required from 'static constexpr auto boost::hana::any_of_impl<S, boost::hana::when<boost::hana::Sequence<S>::value> >::apply(Xs&&, Pred&&) [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> >&; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::test::ct_eq<0> >; S = boost::hana::tuple_tag]'
../boost/hana/any_of.hpp:48:28: required from 'constexpr auto boost::hana::any_of_t::operator()(Xs&&, Pred&&) const [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> >&; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::test::ct_eq<0> >]'
../boost/hana/contains.hpp:45:32: required from 'static constexpr auto boost::hana::contains_impl<S, boost::hana::when<condition> >::apply(Xs&&, X&&) [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> >&; X = boost::hana::test::ct_eq<0>; S = boost::hana::tuple_tag; bool condition = true]'
../boost/hana/contains.hpp:36:31: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
../boost/hana/unpack.hpp:47:29: required from 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = boost::hana::basic_tuple<boost::hana::test::ct_eq<0> >; F = boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>]'
../boost/hana/tuple.hpp:233:32: required from 'static constexpr decltype(auto) boost::hana::unpack_impl<boost::hana::tuple_tag>::apply(Xs&&, F&&) [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<0> >; F = boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>]'
../boost/hana/unpack.hpp:47:29: required from 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<0> >; F = boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>]'
../boost/hana/partition.hpp:104:50: required from 'static constexpr auto boost::hana::partition_impl<S, boost::hana::when<condition> >::apply(Xs&&, Pred&&) [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<0> >; Pred = boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&; S = boost::hana::tuple_tag; bool condition = true]'
../boost/hana/partition.hpp:45:32: required from 'constexpr auto boost::hana::partition_t::operator()(Xs&&, Pred&&) const [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<0> >; Pred = boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&]'
../libs/hana/test/_include/auto/partition.hpp:31:5: required from here
../boost/hana/equal.hpp:50:28: error: 'apply' is not a member of 'Equal' {aka 'boost::hana::equal_impl<boost::hana::test::Integer<(boost::hana::test::Policy)17, void>, boost::hana::test::Integer<(boost::hana::test::Policy)17, void>, void>'}
50 | return Equal::apply(static_cast<X&&>(x), static_cast<Y&&>(y));
| ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../boost/hana/tuple.hpp:16:
../boost/hana/basic_tuple.hpp: In instantiation of 'static constexpr decltype(auto) boost::hana::unpack_impl<boost::hana::basic_tuple_tag>::apply(boost::hana::detail::basic_tuple_impl<std::integer_sequence<long unsigned int, _Idx ...>, Xn ...>&&, F&&) [with long unsigned int ...i = {0}; Xn = {boost::hana::test::ct_eq<0>}; F = boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>]':
../boost/hana/unpack.hpp:47:29: required from 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = boost::hana::basic_tuple<boost::hana::test::ct_eq<0> >; F = boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>]'
../boost/hana/tuple.hpp:233:32: required from 'static constexpr decltype(auto) boost::hana::unpack_impl<boost::hana::tuple_tag>::apply(Xs&&, F&&) [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<0> >; F = boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>]'
../boost/hana/unpack.hpp:47:29: required from 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<0> >; F = boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>]'
../boost/hana/partition.hpp:104:50: required from 'static constexpr auto boost::hana::partition_impl<S, boost::hana::when<condition> >::apply(Xs&&, Pred&&) [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<0> >; Pred = boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&; S = boost::hana::tuple_tag; bool condition = true]'
../boost/hana/partition.hpp:45:32: required from 'constexpr auto boost::hana::partition_t::operator()(Xs&&, Pred&&) const [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<0> >; Pred = boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&]'
../libs/hana/test/_include/auto/partition.hpp:31:5: required from here
../boost/hana/basic_tuple.hpp:135:39: error: no match for call to '(boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>) (boost::hana::test::ct_eq<0>)'
135 | return static_cast<F&&>(f)(
| ~~~~~~~~~~~~~~~~~~~^
136 | detail::ebo_get<detail::bti<i>>(
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
137 | static_cast<detail::ebo<detail::bti<i>, Xn>&&>(xs)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
138 | )...
| ~~~~
139 | );
| ~
In file included from ../libs/hana/test/_include/auto/partition.hpp:11:
../boost/hana/partition.hpp:92:18: note: candidate: 'template<class ... Xs> boost::hana::detail::partition_indices<static_cast<bool>(boost::hana::detail::decay<decltype((declval<Pred>)()(static_cast<Xs&&>(boost::hana::detail::deduce_partition_indices<Pred>::operator()::xs))), typename std::remove_reference<decltype((declval<Pred>)()(static_cast<Xs&&>(boost::hana::detail::deduce_partition_indices<Pred>::operator()::xs)))>::type>::type::value) ...> boost::hana::detail::deduce_partition_indices<Pred>::operator()(Xs&& ...) const [with Xs = {Xs ...}; Pred = boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&]'
92 | auto operator()(Xs&& ...xs) const -> detail::partition_indices<
| ^~~~~~~~
../boost/hana/partition.hpp:92:18: note: substitution of deduced template arguments resulted in errors seen above
../boost/hana/assert.hpp:227:9: error: template argument 1 is invalid
227 | >::value, \
| ^
../boost/hana/assert.hpp:240:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK_MSG'
240 | BOOST_HANA_CONSTANT_CHECK_MSG( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/hana/test/_include/auto/partition.hpp:31:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
31 | BOOST_HANA_CONSTANT_CHECK(hana::equal(
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/assert.hpp:232:10: error: no matching function for call to 'value<<expression error> >()'
230 | static_assert(::boost::hana::value< \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
231 | decltype(BOOST_HANA_PP_CONCAT(__hana_tmp_, __LINE__)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
232 | >(), message); \
| ~^~
../boost/hana/assert.hpp:240:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK_MSG'
240 | BOOST_HANA_CONSTANT_CHECK_MSG( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/hana/test/_include/auto/partition.hpp:31:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
31 | BOOST_HANA_CONSTANT_CHECK(hana::equal(
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/value.hpp:31:30: note: candidate: 'template<class T> constexpr decltype(auto) boost::hana::value()'
31 | constexpr decltype(auto) value() {
| ^~~~~
../boost/hana/value.hpp:31:30: note: template argument deduction/substitution failed:
../boost/hana/assert.hpp:232:10: error: template argument 1 is invalid
230 | static_assert(::boost::hana::value< \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
231 | decltype(BOOST_HANA_PP_CONCAT(__hana_tmp_, __LINE__)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
232 | >(), message); \
| ~^~
../boost/hana/assert.hpp:240:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK_MSG'
240 | BOOST_HANA_CONSTANT_CHECK_MSG( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/hana/test/_include/auto/partition.hpp:31:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
31 | BOOST_HANA_CONSTANT_CHECK(hana::equal(
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/fwd/value.hpp:65:30: note: candidate: 'template<class T> constexpr decltype(auto) boost::hana::value(const T&)'
65 | constexpr decltype(auto) value(T const&)
| ^~~~~
../boost/hana/fwd/value.hpp:65:30: note: candidate expects 1 argument, 0 provided
../boost/hana/basic_tuple.hpp: In instantiation of 'static constexpr decltype(auto) boost::hana::unpack_impl<boost::hana::basic_tuple_tag>::apply(boost::hana::detail::basic_tuple_impl<std::integer_sequence<long unsigned int, _Idx ...>, Xn ...>&&, F&&) [with long unsigned int ...i = {0, 1}; Xn = {boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<1>}; F = boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>]':
../boost/hana/unpack.hpp:47:29: required from 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = boost::hana::basic_tuple<boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<1> >; F = boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>]'
../boost/hana/tuple.hpp:233:32: required from 'static constexpr decltype(auto) boost::hana::unpack_impl<boost::hana::tuple_tag>::apply(Xs&&, F&&) [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<1> >; F = boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>]'
../boost/hana/unpack.hpp:47:29: required from 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<1> >; F = boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>]'
../boost/hana/partition.hpp:104:50: required from 'static constexpr auto boost::hana::partition_impl<S, boost::hana::when<condition> >::apply(Xs&&, Pred&&) [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<1> >; Pred = boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&; S = boost::hana::tuple_tag; bool condition = true]'
../boost/hana/partition.hpp:45:32: required from 'constexpr auto boost::hana::partition_t::operator()(Xs&&, Pred&&) const [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<1> >; Pred = boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&]'
../libs/hana/test/_include/auto/partition.hpp:36:5: required from here
../boost/hana/basic_tuple.hpp:135:39: error: no match for call to '(boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>) (boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<1>)'
135 | return static_cast<F&&>(f)(
| ~~~~~~~~~~~~~~~~~~~^
136 | detail::ebo_get<detail::bti<i>>(
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
137 | static_cast<detail::ebo<detail::bti<i>, Xn>&&>(xs)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
138 | )...
| ~~~~
139 | );
| ~
../boost/hana/partition.hpp:92:18: note: candidate: 'template<class ... Xs> boost::hana::detail::partition_indices<static_cast<bool>(boost::hana::detail::decay<decltype((declval<Pred>)()(static_cast<Xs&&>(boost::hana::detail::deduce_partition_indices<Pred>::operator()::xs))), typename std::remove_reference<decltype((declval<Pred>)()(static_cast<Xs&&>(boost::hana::detail::deduce_partition_indices<Pred>::operator()::xs)))>::type>::type::value) ...> boost::hana::detail::deduce_partition_indices<Pred>::operator()(Xs&& ...) const [with Xs = {Xs ...}; Pred = boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&]'
92 | auto operator()(Xs&& ...xs) const -> detail::partition_indices<
| ^~~~~~~~
../boost/hana/partition.hpp:92:18: note: template argument deduction/substitution failed:
../boost/hana/assert.hpp:227:9: error: template argument 1 is invalid
227 | >::value, \
| ^
../boost/hana/assert.hpp:240:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK_MSG'
240 | BOOST_HANA_CONSTANT_CHECK_MSG( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/hana/test/_include/auto/partition.hpp:36:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
36 | BOOST_HANA_CONSTANT_CHECK(hana::equal(
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/assert.hpp:232:10: error: no matching function for call to 'value<<expression error> >()'
230 | static_assert(::boost::hana::value< \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
231 | decltype(BOOST_HANA_PP_CONCAT(__hana_tmp_, __LINE__)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
232 | >(), message); \
| ~^~
../boost/hana/assert.hpp:240:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK_MSG'
240 | BOOST_HANA_CONSTANT_CHECK_MSG( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/hana/test/_include/auto/partition.hpp:36:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
36 | BOOST_HANA_CONSTANT_CHECK(hana::equal(
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/value.hpp:31:30: note: candidate: 'template<class T> constexpr decltype(auto) boost::hana::value()'
31 | constexpr decltype(auto) value() {
| ^~~~~
../boost/hana/value.hpp:31:30: note: template argument deduction/substitution failed:
../boost/hana/assert.hpp:232:10: error: template argument 1 is invalid
230 | static_assert(::boost::hana::value< \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
231 | decltype(BOOST_HANA_PP_CONCAT(__hana_tmp_, __LINE__)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
232 | >(), message); \
| ~^~
../boost/hana/assert.hpp:240:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK_MSG'
240 | BOOST_HANA_CONSTANT_CHECK_MSG( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/hana/test/_include/auto/partition.hpp:36:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
36 | BOOST_HANA_CONSTANT_CHECK(hana::equal(
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/fwd/value.hpp:65:30: note: candidate: 'template<class T> constexpr decltype(auto) boost::hana::value(const T&)'
65 | constexpr decltype(auto) value(T const&)
| ^~~~~
../boost/hana/fwd/value.hpp:65:30: note: candidate expects 1 argument, 0 provided
../boost/hana/equal.hpp: In instantiation of 'constexpr auto boost::hana::equal_t::operator()(X&&, Y&&) const [with X = boost::hana::test::ct_eq<-1>&; Y = boost::hana::test::ct_eq<-1>&]':
../boost/hana/functional/partial.hpp:86:43: required from 'constexpr decltype(auto) boost::hana::partial_t<std::integer_sequence<long unsigned int, _Idx ...>, F, X ...>::operator()(Y&& ...) & [with Y = {boost::hana::test::ct_eq<-1>&}; long unsigned int ...n = {0}; F = boost::hana::equal_t; X = {boost::hana::test::ct_eq<-1>}]'
../boost/hana/any_of.hpp:79:43: required from 'static constexpr auto boost::hana::any_of_impl<S, boost::hana::when<boost::hana::Sequence<S>::value> >::any_of_helper<k, Len>::apply(boost::hana::false_, Xs&&, Pred&&) [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> >&; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::test::ct_eq<-1> >; long unsigned int k = 0; long unsigned int Len = 5; S = boost::hana::tuple_tag; boost::hana::false_ = boost::hana::integral_constant<bool, false>]'
../boost/hana/any_of.hpp:97:61: required from 'static constexpr auto boost::hana::any_of_impl<S, boost::hana::when<boost::hana::Sequence<S>::value> >::apply(Xs&&, Pred&&) [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> >&; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::test::ct_eq<-1> >; S = boost::hana::tuple_tag]'
../boost/hana/any_of.hpp:48:28: required from 'constexpr auto boost::hana::any_of_t::operator()(Xs&&, Pred&&) const [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> >&; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::test::ct_eq<-1> >]'
../boost/hana/contains.hpp:45:32: required from 'static constexpr auto boost::hana::contains_impl<S, boost::hana::when<condition> >::apply(Xs&&, X&&) [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> >&; X = boost::hana::test::ct_eq<-1>; S = boost::hana::tuple_tag; bool condition = true]'
../boost/hana/contains.hpp:36:31: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
../boost/hana/unpack.hpp:47:29: required from 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = boost::hana::basic_tuple<boost::hana::test::ct_eq<-1> >; F = boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>]'
../boost/hana/tuple.hpp:233:32: required from 'static constexpr decltype(auto) boost::hana::unpack_impl<boost::hana::tuple_tag>::apply(Xs&&, F&&) [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<-1> >; F = boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>]'
../boost/hana/unpack.hpp:47:29: required from 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<-1> >; F = boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>]'
../boost/hana/partition.hpp:104:50: required from 'static constexpr auto boost::hana::partition_impl<S, boost::hana::when<condition> >::apply(Xs&&, Pred&&) [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<-1> >; Pred = boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&; S = boost::hana::tuple_tag; bool condition = true]'
../boost/hana/partition.hpp:45:32: required from 'constexpr auto boost::hana::partition_t::operator()(Xs&&, Pred&&) const [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<-1> >; Pred = boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&]'
../libs/hana/test/_include/auto/partition.hpp:41:5: required from here
../boost/hana/equal.hpp:50:28: error: 'apply' is not a member of 'Equal' {aka 'boost::hana::equal_impl<boost::hana::test::Integer<(boost::hana::test::Policy)17, void>, boost::hana::test::Integer<(boost::hana::test::Policy)17, void>, void>'}
50 | return Equal::apply(static_cast<X&&>(x), static_cast<Y&&>(y));
| ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/basic_tuple.hpp: In instantiation of 'static constexpr decltype(auto) boost::hana::unpack_impl<boost::hana::basic_tuple_tag>::apply(boost::hana::detail::basic_tuple_impl<std::integer_sequence<long unsigned int, _Idx ...>, Xn ...>&&, F&&) [with long unsigned int ...i = {0}; Xn = {boost::hana::test::ct_eq<-1>}; F = boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>]':
../boost/hana/unpack.hpp:47:29: required from 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = boost::hana::basic_tuple<boost::hana::test::ct_eq<-1> >; F = boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>]'
../boost/hana/tuple.hpp:233:32: required from 'static constexpr decltype(auto) boost::hana::unpack_impl<boost::hana::tuple_tag>::apply(Xs&&, F&&) [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<-1> >; F = boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>]'
../boost/hana/unpack.hpp:47:29: required from 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<-1> >; F = boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>]'
../boost/hana/partition.hpp:104:50: required from 'static constexpr auto boost::hana::partition_impl<S, boost::hana::when<condition> >::apply(Xs&&, Pred&&) [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<-1> >; Pred = boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&; S = boost::hana::tuple_tag; bool condition = true]'
../boost/hana/partition.hpp:45:32: required from 'constexpr auto boost::hana::partition_t::operator()(Xs&&, Pred&&) const [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<-1> >; Pred = boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&]'
../libs/hana/test/_include/auto/partition.hpp:41:5: required from here
../boost/hana/basic_tuple.hpp:135:39: error: no match for call to '(boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>) (boost::hana::test::ct_eq<-1>)'
135 | return static_cast<F&&>(f)(
| ~~~~~~~~~~~~~~~~~~~^
136 | detail::ebo_get<detail::bti<i>>(
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
137 | static_cast<detail::ebo<detail::bti<i>, Xn>&&>(xs)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
138 | )...
| ~~~~
139 | );
| ~
../boost/hana/partition.hpp:92:18: note: candidate: 'template<class ... Xs> boost::hana::detail::partition_indices<static_cast<bool>(boost::hana::detail::decay<decltype((declval<Pred>)()(static_cast<Xs&&>(boost::hana::detail::deduce_partition_indices<Pred>::operator()::xs))), typename std::remove_reference<decltype((declval<Pred>)()(static_cast<Xs&&>(boost::hana::detail::deduce_partition_indices<Pred>::operator()::xs)))>::type>::type::value) ...> boost::hana::detail::deduce_partition_indices<Pred>::operator()(Xs&& ...) const [with Xs = {Xs ...}; Pred = boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&]'
92 | auto operator()(Xs&& ...xs) const -> detail::partition_indices<
| ^~~~~~~~
../boost/hana/partition.hpp:92:18: note: substitution of deduced template arguments resulted in errors seen above
../boost/hana/assert.hpp:227:9: error: template argument 1 is invalid
227 | >::value, \
| ^
../boost/hana/assert.hpp:240:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK_MSG'
240 | BOOST_HANA_CONSTANT_CHECK_MSG( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/hana/test/_include/auto/partition.hpp:41:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
41 | BOOST_HANA_CONSTANT_CHECK(hana::equal(
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/assert.hpp:232:10: error: no matching function for call to 'value<<expression error> >()'
230 | static_assert(::boost::hana::value< \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
231 | decltype(BOOST_HANA_PP_CONCAT(__hana_tmp_, __LINE__)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
232 | >(), message); \
| ~^~
../boost/hana/assert.hpp:240:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK_MSG'
240 | BOOST_HANA_CONSTANT_CHECK_MSG( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/hana/test/_include/auto/partition.hpp:41:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
41 | BOOST_HANA_CONSTANT_CHECK(hana::equal(
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/value.hpp:31:30: note: candidate: 'template<class T> constexpr decltype(auto) boost::hana::value()'
31 | constexpr decltype(auto) value() {
| ^~~~~
../boost/hana/value.hpp:31:30: note: template argument deduction/substitution failed:
../boost/hana/assert.hpp:232:10: error: template argument 1 is invalid
230 | static_assert(::boost::hana::value< \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
231 | decltype(BOOST_HANA_PP_CONCAT(__hana_tmp_, __LINE__)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
232 | >(), message); \
| ~^~
../boost/hana/assert.hpp:240:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK_MSG'
240 | BOOST_HANA_CONSTANT_CHECK_MSG( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/hana/test/_include/auto/partition.hpp:41:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
41 | BOOST_HANA_CONSTANT_CHECK(hana::equal(
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/fwd/value.hpp:65:30: note: candidate: 'template<class T> constexpr decltype(auto) boost::hana::value(const T&)'
65 | constexpr decltype(auto) value(T const&)
| ^~~~~
../boost/hana/fwd/value.hpp:65:30: note: candidate expects 1 argument, 0 provided
../boost/hana/basic_tuple.hpp: In instantiation of 'static constexpr decltype(auto) boost::hana::unpack_impl<boost::hana::basic_tuple_tag>::apply(boost::hana::detail::basic_tuple_impl<std::integer_sequence<long unsigned int, _Idx ...>, Xn ...>&&, F&&) [with long unsigned int ...i = {0, 1, 2}; Xn = {boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<2>}; F = boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>]':
../boost/hana/unpack.hpp:47:29: required from 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = boost::hana::basic_tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<2> >; F = boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>]'
../boost/hana/tuple.hpp:233:32: required from 'static constexpr decltype(auto) boost::hana::unpack_impl<boost::hana::tuple_tag>::apply(Xs&&, F&&) [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<2> >; F = boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>]'
../boost/hana/unpack.hpp:47:29: required from 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<2> >; F = boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>]'
../boost/hana/partition.hpp:104:50: required from 'static constexpr auto boost::hana::partition_impl<S, boost::hana::when<condition> >::apply(Xs&&, Pred&&) [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<2> >; Pred = boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&; S = boost::hana::tuple_tag; bool condition = true]'
../boost/hana/partition.hpp:45:32: required from 'constexpr auto boost::hana::partition_t::operator()(Xs&&, Pred&&) const [with Xs = boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<2> >; Pred = boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&]'
../libs/hana/test/_include/auto/partition.hpp:46:5: required from here
../boost/hana/basic_tuple.hpp:135:39: error: no match for call to '(boost::hana::detail::deduce_partition_indices<boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&>) (boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<2>)'
135 | return static_cast<F&&>(f)(
| ~~~~~~~~~~~~~~~~~~~^
136 | detail::ebo_get<detail::bti<i>>(
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
137 | static_cast<detail::ebo<detail::bti<i>, Xn>&&>(xs)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
138 | )...
| ~~~~
139 | );
| ~
../boost/hana/partition.hpp:92:18: note: candidate: 'template<class ... Xs> boost::hana::detail::partition_indices<static_cast<bool>(boost::hana::detail::decay<decltype((declval<Pred>)()(static_cast<Xs&&>(boost::hana::detail::deduce_partition_indices<Pred>::operator()::xs))), typename std::remove_reference<decltype((declval<Pred>)()(static_cast<Xs&&>(boost::hana::detail::deduce_partition_indices<Pred>::operator()::xs)))>::type>::type::value) ...> boost::hana::detail::deduce_partition_indices<Pred>::operator()(Xs&& ...) const [with Xs = {Xs ...}; Pred = boost::hana::infix_detail::infix_t<false, true, boost::hana::reverse_partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::infix_detail::infix_t<false, false, boost::hana::flip_t<boost::hana::infix_detail::infix_t<false, false, boost::hana::contains_t> > >, boost::hana::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<-2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<-4>, boost::hana::test::ct_eq<-5> > > >&]'
92 | auto operator()(Xs&& ...xs) const -> detail::partition_indices<
| ^~~~~~~~
../boost/hana/partition.hpp:92:18: note: template argument deduction/substitution failed:
../boost/hana/assert.hpp:227:9: error: template argument 1 is invalid
227 | >::value, \
| ^
../boost/hana/assert.hpp:240:9...
[The content has been trimmed by the report system because it exceeds 65536 bytes]