Test output: teeks99-dkr-dg12 - hana - test~ext~std~tuple~auto~partition / gcc-12~c++17
Rev 8a1a5f3a64b5f11de2ff03a1d6fb9372a5c51e66 / Fri, 15 Nov 2024 15:30:25 +0000
Compile [2024-11-15 18:22:19 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~ext~std~tuple~auto~partition.test/gcc-12~c++17/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/ext/std/tuple/auto/partition.o" "../libs/hana/test/ext/std/tuple/auto/partition.cpp"

In file included from ../boost/hana/basic_tuple.hpp:28,
                 from ../boost/hana/functional/partial.hpp:13,
                 from ../boost/hana/fold_left.hpp:19,
                 from ../boost/hana/concept/foldable.hpp:19,
                 from ../boost/hana/core/to.hpp:16,
                 from ../boost/hana/bool.hpp:17,
                 from ../boost/hana/ext/std/tuple.hpp:13,
                 from ../libs/hana/test/ext/std/tuple/auto/_specs.hpp:8,
                 from ../libs/hana/test/ext/std/tuple/auto/partition.cpp:5:
../boost/hana/fwd/unpack.hpp: In instantiation of 'struct boost::hana::unpack_impl<boost::hana::ext::std::tuple_tag, void>':
../boost/hana/core/default.hpp:26:9:   required by substitution of 'template<class Method> struct boost::hana::is_default<Method, decltype ((void)(static_cast<boost::hana::default_>((*(Method*)(0)))))> [with Method = boost::hana::unpack_impl<boost::hana::ext::std::tuple_tag, void>]'
../boost/hana/concept/foldable.hpp:28:65:   required from 'struct boost::hana::Foldable<boost::hana::ext::std::tuple_tag>'
../boost/hana/unpack.hpp:38:15:   required from 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = std::tuple<>; F = boost::hana::detail::deduce_partition_indices<<lambda()>::undefined&&>]'
../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 = std::tuple<>; Pred = <lambda()>::undefined; S = boost::hana::ext::std::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 = std::tuple<>; Pred = <lambda()>::undefined]'
../libs/hana/test/_include/auto/partition.hpp:27:5:   required from here
../boost/hana/fwd/unpack.hpp:84:12: error: ambiguous template instantiation for 'struct boost::hana::unpack_impl<boost::hana::ext::std::tuple_tag, boost::hana::when<true> >'
   84 |     struct unpack_impl : unpack_impl<T, when<true>> { };
      |            ^~~~~~~~~~~
In file included from ../boost/hana/fold_left.hpp:20:
../boost/hana/unpack.hpp:52:12: note: candidates are: 'template<class T, bool condition> struct boost::hana::unpack_impl<T, boost::hana::when<condition> > [with T = boost::hana::ext::std::tuple_tag; bool condition = true]'
   52 |     struct unpack_impl<T, when<condition>> : default_ {
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/unpack.hpp:62:12: note:                 'template<class It> struct boost::hana::unpack_impl<It, boost::hana::when<(boost::hana::Iterable<It>::value && (! boost::hana::is_default<boost::hana::length_impl<It> >::value))> > [with It = boost::hana::ext::std::tuple_tag]'
   62 |     struct unpack_impl<It, when<
      |            ^~~~~~~~~~~~~~~~~~~~~
   63 |         hana::Iterable<It>::value && !is_default<length_impl<It>>::value
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   64 |     >> {
      |     ~~      
../boost/hana/fwd/unpack.hpp:84:12: error: invalid use of incomplete type 'struct boost::hana::unpack_impl<boost::hana::ext::std::tuple_tag, boost::hana::when<true> >'
   84 |     struct unpack_impl : unpack_impl<T, when<true>> { };
      |            ^~~~~~~~~~~
../boost/hana/fwd/unpack.hpp:84:12: note: declaration of 'struct boost::hana::unpack_impl<boost::hana::ext::std::tuple_tag, boost::hana::when<true> >'
../boost/hana/unpack.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = std::tuple<>; F = boost::hana::detail::deduce_partition_indices<<lambda()>::undefined&&>]':
../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 = std::tuple<>; Pred = <lambda()>::undefined; S = boost::hana::ext::std::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 = std::tuple<>; Pred = <lambda()>::undefined]'
../libs/hana/test/_include/auto/partition.hpp:27:5:   required from here
../boost/hana/unpack.hpp:47:29: error: 'apply' is not a member of 'Unpack' {aka 'boost::hana::unpack_impl<boost::hana::ext::std::tuple_tag, void>'}
   47 |         return Unpack::apply(static_cast<Xs&&>(xs), static_cast<F&&>(f));
      |                ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/hana/test/_include/auto/partition.hpp:8,
                 from ../libs/hana/test/ext/std/tuple/auto/partition.cpp:6:
../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/unpack.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = std::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> > >, std::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 = std::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> > >, std::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::ext::std::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 = std::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> > >, std::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/unpack.hpp:47:29: error: 'apply' is not a member of 'Unpack' {aka 'boost::hana::unpack_impl<boost::hana::ext::std::tuple_tag, void>'}
   47 |         return Unpack::apply(static_cast<Xs&&>(xs), static_cast<F&&>(f));
      |                ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../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/unpack.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = std::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> > >, std::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 = std::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> > >, std::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::ext::std::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 = std::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> > >, std::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/unpack.hpp:47:29: error: 'apply' is not a member of 'Unpack' {aka 'boost::hana::unpack_impl<boost::hana::ext::std::tuple_tag, void>'}
   47 |         return Unpack::apply(static_cast<Xs&&>(xs), static_cast<F&&>(f));
      |                ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../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/unpack.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = std::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> > >, std::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 = std::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> > >, std::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::ext::std::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 = std::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> > >, std::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/unpack.hpp:47:29: error: 'apply' is not a member of 'Unpack' {aka 'boost::hana::unpack_impl<boost::hana::ext::std::tuple_tag, void>'}
   47 |         return Unpack::apply(static_cast<Xs&&>(xs), static_cast<F&&>(f));
      |                ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../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/unpack.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = std::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> > >, std::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 = std::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> > >, std::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::ext::std::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 = std::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> > >, std::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/unpack.hpp:47:29: error: 'apply' is not a member of 'Unpack' {aka 'boost::hana::unpack_impl<boost::hana::ext::std::tuple_tag, void>'}
   47 |         return Unpack::apply(static_cast<Xs&&>(xs), static_cast<F&&>(f));
      |                ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../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:46:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
   46 |     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:46:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
   46 |     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:46:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
   46 |     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/unpack.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = std::tuple<boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<2>, boost::hana::test::ct_eq<-5>, boost::hana::test::ct_eq<6> >; 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> > >, std::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 = std::tuple<boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<2>, boost::hana::test::ct_eq<-5>, boost::hana::test::ct_eq<6> >; 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> > >, std::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::ext::std::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 = std::tuple<boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<2>, boost::hana::test::ct_eq<-5>, boost::hana::test::ct_eq<6> >; 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> > >, std::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:51:5:   required from here
../boost/hana/unpack.hpp:47:29: error: 'apply' is not a member of 'Unpack' {aka 'boost::hana::unpack_impl<boost::hana::ext::std::tuple_tag, void>'}
   47 |         return Unpack::apply(static_cast<Xs&&>(xs), static_cast<F&&>(f));
      |                ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../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:51:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
   51 |     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:51:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
   51 |     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:51:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
   51 |     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/unpack.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = std::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<4> >; 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> > >, std::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 = std::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<4> >; 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> > >, std::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::ext::std::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 = std::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<2>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<-3>, boost::hana::test::ct_eq<4> >; 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> > >, std::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:56:5:   required from here
../boost/hana/unpack.hpp:47:29: error: 'apply' is not a member of 'Unpack' {aka 'boost::hana::unpack_impl<boost::hana::ext::std::tuple_tag, void>'}
   47 |         return Unpack::apply(static_cast<Xs&&>(xs), static_cast<F&&>(f));
      |                ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../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:56:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
   56 |     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:56:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
   56 |     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:56:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
   56 |     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/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:63:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
   63 |     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:63:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
   63 |     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:63:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
   63 |     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/unpack.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = std::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> > >, std::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 = std::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> > >, std::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::ext::std::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 = std::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> > >, std::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/functional/flip.hpp:61:32:   required from 'constexpr decltype(auto) boost::hana::flip_t<F>::operator()(X&&, Y&&, Z&& ...) && [with X = 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> > >, std::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> > > >; Y = std::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<2> >; Z = {}; F = boost::hana::partition_t]'
../boost/hana/functional/partial.hpp:94:61:   required from 'constexpr decltype(auto) boost::hana::partial_t<std::integer_sequence<long unsigned int, _Idx ...>, F, X ...>::operator()(Y&& ...) && [with Y = {std::tuple<boost::hana::test::ct_eq<-1>, boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<2> >}; long unsigned int ...n = {0}; F = boost::hana::flip_t<boost::hana::partition_t>; X = {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> > >, std::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:68:5:   required from here
../boost/hana/unpack.hpp:47:29: error: 'apply' is not a member of 'Unpack' {aka 'boost::hana::unpack_impl<boost::hana::ext::std::tuple_tag, void>'}
   47 |         return Unpack::apply(static_cast<Xs&&>(xs), static_cast<F&&>(f));
      |                ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../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:68:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
   68 |     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:68:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
   68 |     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:68:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
   68 |     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