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~boost~mpl~integral_c~logical.test/gcc-12~c++17/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/ext/boost/mpl/integral_c/logical.o" "../libs/hana/test/ext/boost/mpl/integral_c/logical.cpp"
In file included from ../boost/hana/eval_if.hpp:13,
from ../boost/hana/concept/logical.hpp:19,
from ../boost/hana/if.hpp:15,
from ../boost/hana/assert.hpp:16,
from ../libs/hana/test/ext/boost/mpl/integral_c/logical.cpp:7:
../boost/hana/fwd/eval_if.hpp: In instantiation of 'struct boost::hana::eval_if_impl<boost::hana::ext::boost::mpl::integral_c_tag<bool>, 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::eval_if_impl<boost::hana::ext::boost::mpl::integral_c_tag<bool>, void>]'
../boost/hana/concept/logical.hpp:28:66: required from 'struct boost::hana::Logical<boost::hana::ext::boost::mpl::integral_c_tag<bool> >'
../boost/hana/eval_if.hpp:31:15: required from 'constexpr decltype(auto) boost::hana::eval_if_t::operator()(Cond&&, Then&&, Else&&) const [with Cond = mpl_::bool_<true>; Then = boost::hana::_always<boost::hana::test::ct_eq<3> >; Else = boost::hana::_always<boost::hana::test::ct_eq<4> >]'
../libs/hana/test/ext/boost/mpl/integral_c/logical.cpp:30:9: required from here
../boost/hana/fwd/eval_if.hpp:144:12: error: ambiguous template instantiation for 'struct boost::hana::eval_if_impl<boost::hana::ext::boost::mpl::integral_c_tag<bool>, boost::hana::when<true> >'
144 | struct eval_if_impl : eval_if_impl<L, when<true>> { };
| ^~~~~~~~~~~~
../boost/hana/eval_if.hpp:47:12: note: candidates are: 'template<class L, bool condition> struct boost::hana::eval_if_impl<L, boost::hana::when<condition> > [with L = boost::hana::ext::boost::mpl::integral_c_tag<bool>; bool condition = true]'
47 | struct eval_if_impl<L, when<condition>> : default_ {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/eval_if.hpp:68:12: note: 'template<class C> struct boost::hana::eval_if_impl<C, boost::hana::when<(boost::hana::Constant<C>::value && boost::hana::Logical<typename C::value_type>::value)> > [with C = boost::hana::ext::boost::mpl::integral_c_tag<bool>]'
68 | struct eval_if_impl<C, when<
| ^~~~~~~~~~~~~~~~~~~~~
69 | hana::Constant<C>::value &&
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
70 | Logical<typename C::value_type>::value
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
71 | >> {
| ~~
../boost/hana/fwd/eval_if.hpp:144:12: error: invalid use of incomplete type 'struct boost::hana::eval_if_impl<boost::hana::ext::boost::mpl::integral_c_tag<bool>, boost::hana::when<true> >'
144 | struct eval_if_impl : eval_if_impl<L, when<true>> { };
| ^~~~~~~~~~~~
../boost/hana/fwd/eval_if.hpp:144:12: note: declaration of 'struct boost::hana::eval_if_impl<boost::hana::ext::boost::mpl::integral_c_tag<bool>, boost::hana::when<true> >'
In file included from ../boost/hana/detail/operators/logical.hpp:16,
from ../boost/hana/bool.hpp:21,
from ../boost/hana/eval_if.hpp:15:
../boost/hana/fwd/not.hpp: In instantiation of 'struct boost::hana::not_impl<boost::hana::ext::boost::mpl::integral_c_tag<bool>, 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::not_impl<boost::hana::ext::boost::mpl::integral_c_tag<bool>, void>]'
../boost/hana/concept/logical.hpp:29:62: required from 'struct boost::hana::Logical<boost::hana::ext::boost::mpl::integral_c_tag<bool> >'
../boost/hana/eval_if.hpp:31:15: required from 'constexpr decltype(auto) boost::hana::eval_if_t::operator()(Cond&&, Then&&, Else&&) const [with Cond = mpl_::bool_<true>; Then = boost::hana::_always<boost::hana::test::ct_eq<3> >; Else = boost::hana::_always<boost::hana::test::ct_eq<4> >]'
../libs/hana/test/ext/boost/mpl/integral_c/logical.cpp:30:9: required from here
../boost/hana/fwd/not.hpp:36:12: error: ambiguous template instantiation for 'struct boost::hana::not_impl<boost::hana::ext::boost::mpl::integral_c_tag<bool>, boost::hana::when<true> >'
36 | struct not_impl : not_impl<L, when<true>> { };
| ^~~~~~~~
In file included from ../boost/hana/concept/logical.hpp:20:
../boost/hana/not.hpp:44:12: note: candidates are: 'template<class L, bool condition> struct boost::hana::not_impl<L, boost::hana::when<condition> > [with L = boost::hana::ext::boost::mpl::integral_c_tag<bool>; bool condition = true]'
44 | struct not_impl<L, when<condition>> : hana::default_ {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/not.hpp:65:12: note: 'template<class C> struct boost::hana::not_impl<C, boost::hana::when<(boost::hana::Constant<C>::value && boost::hana::Logical<typename C::value_type>::value)> > [with C = boost::hana::ext::boost::mpl::integral_c_tag<bool>]'
65 | struct not_impl<C, hana::when<
| ^~~~~~~~~~~~~~~~~~~~~~~
66 | hana::Constant<C>::value &&
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
67 | hana::Logical<typename C::value_type>::value
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 | >> {
| ~~
../boost/hana/fwd/not.hpp:36:12: error: invalid use of incomplete type 'struct boost::hana::not_impl<boost::hana::ext::boost::mpl::integral_c_tag<bool>, boost::hana::when<true> >'
36 | struct not_impl : not_impl<L, when<true>> { };
| ^~~~~~~~
../boost/hana/fwd/not.hpp:36:12: note: declaration of 'struct boost::hana::not_impl<boost::hana::ext::boost::mpl::integral_c_tag<bool>, boost::hana::when<true> >'
In file included from ../boost/hana/while.hpp:13,
from ../boost/hana/concept/logical.hpp:21:
../boost/hana/fwd/while.hpp: In instantiation of 'struct boost::hana::while_impl<boost::hana::ext::boost::mpl::integral_c_tag<bool>, 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::while_impl<boost::hana::ext::boost::mpl::integral_c_tag<bool>, void>]'
../boost/hana/concept/logical.hpp:30:64: required from 'struct boost::hana::Logical<boost::hana::ext::boost::mpl::integral_c_tag<bool> >'
../boost/hana/eval_if.hpp:31:15: required from 'constexpr decltype(auto) boost::hana::eval_if_t::operator()(Cond&&, Then&&, Else&&) const [with Cond = mpl_::bool_<true>; Then = boost::hana::_always<boost::hana::test::ct_eq<3> >; Else = boost::hana::_always<boost::hana::test::ct_eq<4> >]'
../libs/hana/test/ext/boost/mpl/integral_c/logical.cpp:30:9: required from here
../boost/hana/fwd/while.hpp:60:12: error: ambiguous template instantiation for 'struct boost::hana::while_impl<boost::hana::ext::boost::mpl::integral_c_tag<bool>, boost::hana::when<true> >'
60 | struct while_impl : while_impl<L, when<true>> { };
| ^~~~~~~~~~
../boost/hana/while.hpp:49:12: note: candidates are: 'template<class L, bool condition> struct boost::hana::while_impl<L, boost::hana::when<condition> > [with L = boost::hana::ext::boost::mpl::integral_c_tag<bool>; bool condition = true]'
49 | struct while_impl<L, hana::when<condition>> : hana::default_ {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/while.hpp:76:12: note: 'template<class C> struct boost::hana::while_impl<C, boost::hana::when<(boost::hana::Constant<C>::value && boost::hana::Logical<typename C::value_type>::value)> > [with C = boost::hana::ext::boost::mpl::integral_c_tag<bool>]'
76 | struct while_impl<C, hana::when<
| ^~~~~~~~~~~~~~~~~~~~~~~~~
77 | hana::Constant<C>::value &&
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
78 | hana::Logical<typename C::value_type>::value
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
79 | >> {
| ~~
../boost/hana/fwd/while.hpp:60:12: error: invalid use of incomplete type 'struct boost::hana::while_impl<boost::hana::ext::boost::mpl::integral_c_tag<bool>, boost::hana::when<true> >'
60 | struct while_impl : while_impl<L, when<true>> { };
| ^~~~~~~~~~
../boost/hana/fwd/while.hpp:60:12: note: declaration of 'struct boost::hana::while_impl<boost::hana::ext::boost::mpl::integral_c_tag<bool>, boost::hana::when<true> >'
../boost/hana/eval_if.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::eval_if_t::operator()(Cond&&, Then&&, Else&&) const [with Cond = mpl_::bool_<true>; Then = boost::hana::_always<boost::hana::test::ct_eq<3> >; Else = boost::hana::_always<boost::hana::test::ct_eq<4> >]':
../libs/hana/test/ext/boost/mpl/integral_c/logical.cpp:30:9: required from here
../boost/hana/eval_if.hpp:40:29: error: 'apply' is not a member of 'EvalIf' {aka 'boost::hana::eval_if_impl<boost::hana::ext::boost::mpl::integral_c_tag<bool>, void>'}
40 | return EvalIf::apply(static_cast<Cond&&>(cond),
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
41 | static_cast<Then&&>(then_),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
42 | static_cast<Else&&>(else_));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/hana/test/ext/boost/mpl/integral_c/logical.cpp: In function 'int main()':
../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/ext/boost/mpl/integral_c/logical.cpp:30:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
30 | 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/ext/boost/mpl/integral_c/logical.cpp:30:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
30 | BOOST_HANA_CONSTANT_CHECK(hana::equal(
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../boost/hana/concept/constant.hpp:19,
from ../boost/hana/assert.hpp:13:
../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/ext/boost/mpl/integral_c/logical.cpp:30:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
30 | 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/eval_if.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::eval_if_t::operator()(Cond&&, Then&&, Else&&) const [with Cond = mpl_::bool_<false>; Then = boost::hana::_always<boost::hana::test::ct_eq<3> >; Else = boost::hana::_always<boost::hana::test::ct_eq<4> >]':
../libs/hana/test/ext/boost/mpl/integral_c/logical.cpp:35:9: required from here
../boost/hana/eval_if.hpp:40:29: error: 'apply' is not a member of 'EvalIf' {aka 'boost::hana::eval_if_impl<boost::hana::ext::boost::mpl::integral_c_tag<bool>, void>'}
40 | return EvalIf::apply(static_cast<Cond&&>(cond),
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
41 | static_cast<Then&&>(then_),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
42 | static_cast<Else&&>(else_));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
../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/ext/boost/mpl/integral_c/logical.cpp:35:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
35 | 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/ext/boost/mpl/integral_c/logical.cpp:35:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
35 | 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/ext/boost/mpl/integral_c/logical.cpp:35:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
35 | 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/not.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::not_t::operator()(X&&) const [with X = mpl_::bool_<true>]':
../libs/hana/test/ext/boost/mpl/integral_c/logical.cpp:43:9: required from here
../boost/hana/not.hpp:39:26: error: 'apply' is not a member of 'Not' {aka 'boost::hana::not_impl<boost::hana::ext::boost::mpl::integral_c_tag<bool>, void>'}
39 | return Not::apply(static_cast<X&&>(x));
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
../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/ext/boost/mpl/integral_c/logical.cpp:43:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
43 | 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/ext/boost/mpl/integral_c/logical.cpp:43:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
43 | 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/ext/boost/mpl/integral_c/logical.cpp:43:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
43 | 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/not.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::not_t::operator()(X&&) const [with X = mpl_::bool_<false>]':
../libs/hana/test/ext/boost/mpl/integral_c/logical.cpp:47:9: required from here
../boost/hana/not.hpp:39:26: error: 'apply' is not a member of 'Not' {aka 'boost::hana::not_impl<boost::hana::ext::boost::mpl::integral_c_tag<bool>, void>'}
39 | return Not::apply(static_cast<X&&>(x));
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
../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/ext/boost/mpl/integral_c/logical.cpp:47:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
47 | 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/ext/boost/mpl/integral_c/logical.cpp:47:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
47 | 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/ext/boost/mpl/integral_c/logical.cpp:47:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
47 | 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/fwd/eval_if.hpp: In instantiation of 'struct boost::hana::eval_if_impl<boost::hana::ext::boost::mpl::integral_c_tag<int>, 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::eval_if_impl<boost::hana::ext::boost::mpl::integral_c_tag<int>, void>]'
../boost/hana/concept/logical.hpp:28:66: required from 'struct boost::hana::Logical<mpl_::int_<-2> >'
../libs/hana/test/_include/laws/logical.hpp:40:31: required from 'boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int>, boost::hana::test::laws>::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:4)> [with auto:4 = mpl_::int_<-2>]'
../boost/hana/for_each.hpp:46:45: required from 'constexpr void boost::hana::detail::on_each<F>::operator()(Xs&& ...) const [with Xs = {mpl_::int_<-2>&, mpl_::integral_c<int, 0>&, mpl_::integral_c<int, 3>&}; F = boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int>, boost::hana::test::laws>::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:4)>*]'
../boost/hana/basic_tuple.hpp:125:39: required from '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 = {mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3>}; F = boost::hana::detail::on_each<boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int>, boost::hana::test::laws>::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:4)>*>]'
../boost/hana/unpack.hpp:47:29: [ skipping 2 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::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >&; F = boost::hana::detail::on_each<boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int>, boost::hana::test::laws>::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:4)>*>]'
../boost/hana/for_each.hpp:56:25: required from 'static constexpr void boost::hana::for_each_impl<T, boost::hana::when<condition> >::apply(Xs&&, F&&) [with Xs = boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >&; F = boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int>, boost::hana::test::laws>::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:4)>; T = boost::hana::tuple_tag; bool condition = true]'
../boost/hana/for_each.hpp:35:30: required from 'constexpr void boost::hana::for_each_t::operator()(Xs&&, F&&) const [with Xs = boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >&; F = boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int>, boost::hana::test::laws>::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:4)>]'
../libs/hana/test/_include/laws/logical.hpp:39:27: required from 'boost::hana::test::TestLogical<L, boost::hana::test::laws>::TestLogical(Xs) [with Xs = boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >; L = boost::hana::ext::boost::mpl::integral_c_tag<int>]'
../libs/hana/test/_include/laws/logical.hpp:114:53: required from 'boost::hana::test::TestLogical<C, boost::hana::when<boost::hana::Constant<C>::value> >::TestLogical(Xs) [with Xs = boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >; C = boost::hana::ext::boost::mpl::integral_c_tag<int>]'
../libs/hana/test/ext/boost/mpl/integral_c/logical.cpp:58:5: required from here
../boost/hana/fwd/eval_if.hpp:144:12: error: ambiguous template instantiation for 'struct boost::hana::eval_if_impl<boost::hana::ext::boost::mpl::integral_c_tag<int>, boost::hana::when<true> >'
144 | struct eval_if_impl : eval_if_impl<L, when<true>> { };
| ^~~~~~~~~~~~
../boost/hana/eval_if.hpp:47:12: note: candidates are: 'template<class L, bool condition> struct boost::hana::eval_if_impl<L, boost::hana::when<condition> > [with L = boost::hana::ext::boost::mpl::integral_c_tag<int>; bool condition = true]'
47 | struct eval_if_impl<L, when<condition>> : default_ {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/eval_if.hpp:68:12: note: 'template<class C> struct boost::hana::eval_if_impl<C, boost::hana::when<(boost::hana::Constant<C>::value && boost::hana::Logical<typename C::value_type>::value)> > [with C = boost::hana::ext::boost::mpl::integral_c_tag<int>]'
68 | struct eval_if_impl<C, when<
| ^~~~~~~~~~~~~~~~~~~~~
69 | hana::Constant<C>::value &&
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
70 | Logical<typename C::value_type>::value
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
71 | >> {
| ~~
../boost/hana/fwd/eval_if.hpp:144:12: error: invalid use of incomplete type 'struct boost::hana::eval_if_impl<boost::hana::ext::boost::mpl::integral_c_tag<int>, boost::hana::when<true> >'
144 | struct eval_if_impl : eval_if_impl<L, when<true>> { };
| ^~~~~~~~~~~~
../boost/hana/fwd/eval_if.hpp:144:12: note: declaration of 'struct boost::hana::eval_if_impl<boost::hana::ext::boost::mpl::integral_c_tag<int>, boost::hana::when<true> >'
../boost/hana/fwd/not.hpp: In instantiation of 'struct boost::hana::not_impl<boost::hana::ext::boost::mpl::integral_c_tag<int>, 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::not_impl<boost::hana::ext::boost::mpl::integral_c_tag<int>, void>]'
../boost/hana/concept/logical.hpp:29:62: required from 'struct boost::hana::Logical<mpl_::int_<-2> >'
../libs/hana/test/_include/laws/logical.hpp:40:31: required from 'boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int>, boost::hana::test::laws>::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:4)> [with auto:4 = mpl_::int_<-2>]'
../boost/hana/for_each.hpp:46:45: required from 'constexpr void boost::hana::detail::on_each<F>::operator()(Xs&& ...) const [with Xs = {mpl_::int_<-2>&, mpl_::integral_c<int, 0>&, mpl_::integral_c<int, 3>&}; F = boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int>, boost::hana::test::laws>::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:4)>*]'
../boost/hana/basic_tuple.hpp:125:39: required from '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 = {mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3>}; F = boost::hana::detail::on_each<boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int>, boost::hana::test::laws>::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:4)>*>]'
../boost/hana/unpack.hpp:47:29: [ skipping 2 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::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >&; F = boost::hana::detail::on_each<boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int>, boost::hana::test::laws>::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:4)>*>]'
../boost/hana/for_each.hpp:56:25: required from 'static constexpr void boost::hana::for_each_impl<T, boost::hana::when<condition> >::apply(Xs&&, F&&) [with Xs = boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >&; F = boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int>, boost::hana::test::laws>::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:4)>; T = boost::hana::tuple_tag; bool condition = true]'
../boost/hana/for_each.hpp:35:30: required from 'constexpr void boost::hana::for_each_t::operator()(Xs&&, F&&) const [with Xs = boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >&; F = boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int>, boost::hana::test::laws>::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:4)>]'
../libs/hana/test/_include/laws/logical.hpp:39:27: required from 'boost::hana::test::TestLogical<L, boost::hana::test::laws>::TestLogical(Xs) [with Xs = boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >; L = boost::hana::ext::boost::mpl::integral_c_tag<int>]'
../libs/hana/test/_include/laws/logical.hpp:114:53: required from 'boost::hana::test::TestLogical<C, boost::hana::when<boost::hana::Constant<C>::value> >::TestLogical(Xs) [with Xs = boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >; C = boost::hana::ext::boost::mpl::integral_c_tag<int>]'
../libs/hana/test/ext/boost/mpl/integral_c/logical.cpp:58:5: required from here
../boost/hana/fwd/not.hpp:36:12: error: ambiguous template instantiation for 'struct boost::hana::not_impl<boost::hana::ext::boost::mpl::integral_c_tag<int>, boost::hana::when<true> >'
36 | struct not_impl : not_impl<L, when<true>> { };
| ^~~~~~~~
../boost/hana/not.hpp:44:12: note: candidates are: 'template<class L, bool condition> struct boost::hana::not_impl<L, boost::hana::when<condition> > [with L = boost::hana::ext::boost::mpl::integral_c_tag<int>; bool condition = true]'
44 | struct not_impl<L, when<condition>> : hana::default_ {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/not.hpp:65:12: note: 'template<class C> struct boost::hana::not_impl<C, boost::hana::when<(boost::hana::Constant<C>::value && boost::hana::Logical<typename C::value_type>::value)> > [with C = boost::hana::ext::boost::mpl::integral_c_tag<int>]'
65 | struct not_impl<C, hana::when<
| ^~~~~~~~~~~~~~~~~~~~~~~
66 | hana::Constant<C>::value &&
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
67 | hana::Logical<typename C::value_type>::value
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 | >> {
| ~~
../boost/hana/fwd/not.hpp:36:12: error: invalid use of incomplete type 'struct boost::hana::not_impl<boost::hana::ext::boost::mpl::integral_c_tag<int>, boost::hana::when<true> >'
36 | struct not_impl : not_impl<L, when<true>> { };
| ^~~~~~~~
../boost/hana/fwd/not.hpp:36:12: note: declaration of 'struct boost::hana::not_impl<boost::hana::ext::boost::mpl::integral_c_tag<int>, boost::hana::when<true> >'
../boost/hana/fwd/while.hpp: In instantiation of 'struct boost::hana::while_impl<boost::hana::ext::boost::mpl::integral_c_tag<int>, 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::while_impl<boost::hana::ext::boost::mpl::integral_c_tag<int>, void>]'
../boost/hana/concept/logical.hpp:30:64: required from 'struct boost::hana::Logical<mpl_::int_<-2> >'
../libs/hana/test/_include/laws/logical.hpp:40:31: required from 'boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int>, boost::hana::test::laws>::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:4)> [with auto:4 = mpl_::int_<-2>]'
../boost/hana/for_each.hpp:46:45: required from 'constexpr void boost::hana::detail::on_each<F>::operator()(Xs&& ...) const [with Xs = {mpl_::int_<-2>&, mpl_::integral_c<int, 0>&, mpl_::integral_c<int, 3>&}; F = boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int>, boost::hana::test::laws>::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:4)>*]'
../boost/hana/basic_tuple.hpp:125:39: required from '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 = {mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3>}; F = boost::hana::detail::on_each<boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int>, boost::hana::test::laws>::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:4)>*>]'
../boost/hana/unpack.hpp:47:29: [ skipping 2 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::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >&; F = boost::hana::detail::on_each<boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int>, boost::hana::test::laws>::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:4)>*>]'
../boost/hana/for_each.hpp:56:25: required from 'static constexpr void boost::hana::for_each_impl<T, boost::hana::when<condition> >::apply(Xs&&, F&&) [with Xs = boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >&; F = boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int>, boost::hana::test::laws>::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:4)>; T = boost::hana::tuple_tag; bool condition = true]'
../boost/hana/for_each.hpp:35:30: required from 'constexpr void boost::hana::for_each_t::operator()(Xs&&, F&&) const [with Xs = boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >&; F = boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int>, boost::hana::test::laws>::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:4)>]'
../libs/hana/test/_include/laws/logical.hpp:39:27: required from 'boost::hana::test::TestLogical<L, boost::hana::test::laws>::TestLogical(Xs) [with Xs = boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >; L = boost::hana::ext::boost::mpl::integral_c_tag<int>]'
../libs/hana/test/_include/laws/logical.hpp:114:53: required from 'boost::hana::test::TestLogical<C, boost::hana::when<boost::hana::Constant<C>::value> >::TestLogical(Xs) [with Xs = boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >; C = boost::hana::ext::boost::mpl::integral_c_tag<int>]'
../libs/hana/test/ext/boost/mpl/integral_c/logical.cpp:58:5: required from here
../boost/hana/fwd/while.hpp:60:12: error: ambiguous template instantiation for 'struct boost::hana::while_impl<boost::hana::ext::boost::mpl::integral_c_tag<int>, boost::hana::when<true> >'
60 | struct while_impl : while_impl<L, when<true>> { };
| ^~~~~~~~~~
../boost/hana/while.hpp:49:12: note: candidates are: 'template<class L, bool condition> struct boost::hana::while_impl<L, boost::hana::when<condition> > [with L = boost::hana::ext::boost::mpl::integral_c_tag<int>; bool condition = true]'
49 | struct while_impl<L, hana::when<condition>> : hana::default_ {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/while.hpp:76:12: note: 'template<class C> struct boost::hana::while_impl<C, boost::hana::when<(boost::hana::Constant<C>::value && boost::hana::Logical<typename C::value_type>::value)> > [with C = boost::hana::ext::boost::mpl::integral_c_tag<int>]'
76 | struct while_impl<C, hana::when<
| ^~~~~~~~~~~~~~~~~~~~~~~~~
77 | hana::Constant<C>::value &&
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
78 | hana::Logical<typename C::value_type>::value
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
79 | >> {
| ~~
../boost/hana/fwd/while.hpp:60:12: error: invalid use of incomplete type 'struct boost::hana::while_impl<boost::hana::ext::boost::mpl::integral_c_tag<int>, boost::hana::when<true> >'
60 | struct while_impl : while_impl<L, when<true>> { };
| ^~~~~~~~~~
../boost/hana/fwd/while.hpp:60:12: note: declaration of 'struct boost::hana::while_impl<boost::hana::ext::boost::mpl::integral_c_tag<int>, boost::hana::when<true> >'
../boost/hana/not.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::not_t::operator()(X&&) const [with X = mpl_::int_<-2>&]':
../libs/hana/test/_include/laws/logical.hpp:117:17: required from 'boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int> >::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:39, auto:40)> [with auto:39 = mpl_::int_<-2>; auto:40 = mpl_::int_<-2>]'
../boost/hana/functional/partial.hpp:78:43: required from 'constexpr decltype(auto) boost::hana::partial_t<std::integer_sequence<long unsigned int, _Idx ...>, F, X ...>::operator()(Y&& ...) const & [with Y = {const mpl_::int_<-2>&}; long unsigned int ...n = {0}; F = boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int> >::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:39, auto:40)>; X = {mpl_::int_<-2>}]'
../boost/hana/for_each.hpp:46:45: required from 'constexpr void boost::hana::detail::on_each<F>::operator()(Xs&& ...) const [with Xs = {const mpl_::int_<-2>&, const mpl_::integral_c<int, 0>&, const mpl_::integral_c<int, 3>&}; F = const boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int> >::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:39, auto:40)>, mpl_::int_<-2> >*]'
../boost/hana/basic_tuple.hpp:115:39: required from 'static constexpr decltype(auto) boost::hana::unpack_impl<boost::hana::basic_tuple_tag>::apply(const boost::hana::detail::basic_tuple_impl<std::integer_sequence<long unsigned int, _Idx ...>, Xn ...>&, F&&) [with long unsigned int ...i = {0, 1, 2}; Xn = {mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3>}; F = boost::hana::detail::on_each<const boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int> >::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:39, auto:40)>, mpl_::int_<-2> >*>]'
../boost/hana/unpack.hpp:47:29: required from 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = const boost::hana::basic_tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >&; F = boost::hana::detail::on_each<const boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int> >::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:39, auto:40)>, mpl_::int_<-2> >*>]'
../boost/hana/tuple.hpp:233:32: [ skipping 11 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 = const boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >&; F = boost::hana::detail::on_each<boost::hana::_compose<boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::test::for_each_n_t<1>, boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >, boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::make_partial_t, boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int> >::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:39, auto:40)> > >*>]'
../boost/hana/for_each.hpp:56:25: required from 'static constexpr void boost::hana::for_each_impl<T, boost::hana::when<condition> >::apply(Xs&&, F&&) [with Xs = const boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >&; F = boost::hana::_compose<boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::test::for_each_n_t<1>, boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >, boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::make_partial_t, boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int> >::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:39, auto:40)> > >; T = boost::hana::tuple_tag; bool condition = true]'
../boost/hana/for_each.hpp:35:30: required from 'constexpr void boost::hana::for_each_t::operator()(Xs&&, F&&) const [with Xs = const boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >&; F = boost::hana::_compose<boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::test::for_each_n_t<1>, boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >, boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::make_partial_t, boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int> >::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:39, auto:40)> > >]'
../libs/hana/test/_include/laws/base.hpp:44:31: required from 'constexpr auto boost::hana::test::for_each_n_t<i>::operator()(const Xs&, const F&) const [with Xs = boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >; F = boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int> >::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:39, auto:40)>; int i = 2]'
../libs/hana/test/_include/laws/logical.hpp:115:21: required from 'boost::hana::test::TestLogical<C, boost::hana::when<boost::hana::Constant<C>::value> >::TestLogical(Xs) [with Xs = boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >; C = boost::hana::ext::boost::mpl::integral_c_tag<int>]'
../libs/hana/test/ext/boost/mpl/integral_c/logical.cpp:58:5: required from here
../boost/hana/not.hpp:39:26: error: 'apply' is not a member of 'Not' {aka 'boost::hana::not_impl<boost::hana::ext::boost::mpl::integral_c_tag<int>, void>'}
39 | return Not::apply(static_cast<X&&>(x));
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
../boost/hana/eval_if.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::eval_if_t::operator()(Cond&&, Then&&, Else&&) const [with Cond = mpl_::int_<-2>&; Then = boost::hana::detail::hold<mpl_::int_<-2>&>; Else = boost::hana::detail::hold<mpl_::int_<-2>&>]':
../boost/hana/if.hpp:53:33: required from 'static constexpr auto boost::hana::if_impl<L, boost::hana::when<condition> >::apply(C&&, T&&, E&&) [with C = mpl_::int_<-2>&; T = mpl_::int_<-2>&; E = mpl_::int_<-2>&; L = boost::hana::ext::boost::mpl::integral_c_tag<int>; bool condition = true]'
../boost/hana/if.hpp:35:25: required from 'constexpr decltype(auto) boost::hana::if_t::operator()(Cond&&, Then&&, Else&&) const [with Cond = mpl_::int_<-2>&; Then = mpl_::int_<-2>&; Else = mpl_::int_<-2>&]'
../boost/hana/and.hpp:53:29: required from 'static constexpr decltype(auto) boost::hana::and_impl<L, boost::hana::when<condition> >::apply(X&&, Y&&) [with X = mpl_::int_<-2>&; Y = mpl_::int_<-2>&; L = boost::hana::ext::boost::mpl::integral_c_tag<int>; bool condition = true]'
../boost/hana/and.hpp:36:26: required from 'constexpr decltype(auto) boost::hana::and_t::operator()(X&&, Y&&) const [with X = mpl_::int_<-2>&; Y = mpl_::int_<-2>&]'
../libs/hana/test/_include/laws/logical.hpp:122:17: required from 'boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int> >::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:39, auto:40)> [with auto:39 = mpl_::int_<-2>; auto:40 = mpl_::int_<-2>]'
../boost/hana/functional/partial.hpp:78:43: [ skipping 15 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 = const boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >&; F = boost::hana::detail::on_each<boost::hana::_compose<boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::test::for_each_n_t<1>, boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >, boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::make_partial_t, boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int> >::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:39, auto:40)> > >*>]'
../boost/hana/for_each.hpp:56:25: required from 'static constexpr void boost::hana::for_each_impl<T, boost::hana::when<condition> >::apply(Xs&&, F&&) [with Xs = const boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >&; F = boost::hana::_compose<boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::test::for_each_n_t<1>, boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >, boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::make_partial_t, boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int> >::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:39, auto:40)> > >; T = boost::hana::tuple_tag; bool condition = true]'
../boost/hana/for_each.hpp:35:30: required from 'constexpr void boost::hana::for_each_t::operator()(Xs&&, F&&) const [with Xs = const boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >&; F = boost::hana::_compose<boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::test::for_each_n_t<1>, boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >, boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::make_partial_t, boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int> >::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:39, auto:40)> > >]'
../libs/hana/test/_include/laws/base.hpp:44:31: required from 'constexpr auto boost::hana::test::for_each_n_t<i>::operator()(const Xs&, const F&) const [with Xs = boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >; F = boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int> >::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:39, auto:40)>; int i = 2]'
../libs/hana/test/_include/laws/logical.hpp:115:21: required from 'boost::hana::test::TestLogical<C, boost::hana::when<boost::hana::Constant<C>::value> >::TestLogical(Xs) [with Xs = boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >; C = boost::hana::ext::boost::mpl::integral_c_tag<int>]'
../libs/hana/test/ext/boost/mpl/integral_c/logical.cpp:58:5: required from here
../boost/hana/eval_if.hpp:40:29: error: 'apply' is not a member of 'EvalIf' {aka 'boost::hana::eval_if_impl<boost::hana::ext::boost::mpl::integral_c_tag<int>, void>'}
40 | return EvalIf::apply(static_cast<Cond&&>(cond),
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
41 | static_cast<Then&&>(then_),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
42 | static_cast<Else&&>(else_));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/eval_if.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::eval_if_t::operator()(Cond&&, Then&&, Else&&) const [with Cond = mpl_::int_<-2>&; Then = boost::hana::detail::hold<mpl_::integral_c<int, 0>&>; Else = boost::hana::detail::hold<mpl_::int_<-2>&>]':
../boost/hana/if.hpp:53:33: required from 'static constexpr auto boost::hana::if_impl<L, boost::hana::when<condition> >::apply(C&&, T&&, E&&) [with C = mpl_::int_<-2>&; T = mpl_::integral_c<int, 0>&; E = mpl_::int_<-2>&; L = boost::hana::ext::boost::mpl::integral_c_tag<int>; bool condition = true]'
../boost/hana/if.hpp:35:25: required from 'constexpr decltype(auto) boost::hana::if_t::operator()(Cond&&, Then&&, Else&&) const [with Cond = mpl_::int_<-2>&; Then = mpl_::integral_c<int, 0>&; Else = mpl_::int_<-2>&]'
../boost/hana/and.hpp:53:29: required from 'static constexpr decltype(auto) boost::hana::and_impl<L, boost::hana::when<condition> >::apply(X&&, Y&&) [with X = mpl_::int_<-2>&; Y = mpl_::integral_c<int, 0>&; L = boost::hana::ext::boost::mpl::integral_c_tag<int>; bool condition = true]'
../boost/hana/and.hpp:36:26: required from 'constexpr decltype(auto) boost::hana::and_t::operator()(X&&, Y&&) const [with X = mpl_::int_<-2>&; Y = mpl_::integral_c<int, 0>&]'
../libs/hana/test/_include/laws/logical.hpp:122:17: required from 'boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int> >::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:39, auto:40)> [with auto:39 = mpl_::int_<-2>; auto:40 = mpl_::integral_c<int, 0>]'
../boost/hana/functional/partial.hpp:78:43: [ skipping 15 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 = const boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >&; F = boost::hana::detail::on_each<boost::hana::_compose<boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::test::for_each_n_t<1>, boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >, boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::make_partial_t, boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int> >::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:39, auto:40)> > >*>]'
../boost/hana/for_each.hpp:56:25: required from 'static constexpr void boost::hana::for_each_impl<T, boost::hana::when<condition> >::apply(Xs&&, F&&) [with Xs = const boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >&; F = boost::hana::_compose<boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::test::for_each_n_t<1>, boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >, boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::make_partial_t, boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int> >::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:39, auto:40)> > >; T = boost::hana::tuple_tag; bool condition = true]'
../boost/hana/for_each.hpp:35:30: required from 'constexpr void boost::hana::for_each_t::operator()(Xs&&, F&&) const [with Xs = const boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >&; F = boost::hana::_compose<boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::test::for_each_n_t<1>, boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >, boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::make_partial_t, boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int> >::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:39, auto:40)> > >]'
../libs/hana/test/_include/laws/base.hpp:44:31: required from 'constexpr auto boost::hana::test::for_each_n_t<i>::operator()(const Xs&, const F&) const [with Xs = boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >; F = boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int> >::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:39, auto:40)>; int i = 2]'
../libs/hana/test/_include/laws/logical.hpp:115:21: required from 'boost::hana::test::TestLogical<C, boost::hana::when<boost::hana::Constant<C>::value> >::TestLogical(Xs) [with Xs = boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >; C = boost::hana::ext::boost::mpl::integral_c_tag<int>]'
../libs/hana/test/ext/boost/mpl/integral_c/logical.cpp:58:5: required from here
../boost/hana/eval_if.hpp:40:29: error: 'apply' is not a member of 'EvalIf' {aka 'boost::hana::eval_if_impl<boost::hana::ext::boost::mpl::integral_c_tag<int>, void>'}
../boost/hana/eval_if.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::eval_if_t::operator()(Cond&&, Then&&, Else&&) const [with Cond = mpl_::int_<-2>&; Then = boost::hana::detail::hold<mpl_::int_<-2>&>; Else = boost::hana::detail::hold<mpl_::integral_c<int, 0>&>]':
../boost/hana/if.hpp:53:33: required from 'static constexpr auto boost::hana::if_impl<L, boost::hana::when<condition> >::apply(C&&, T&&, E&&) [with C = mpl_::int_<-2>&; T = mpl_::int_<-2>&; E = mpl_::integral_c<int, 0>&; L = boost::hana::ext::boost::mpl::integral_c_tag<int>; bool condition = true]'
../boost/hana/if.hpp:35:25: required from 'constexpr decltype(auto) boost::hana::if_t::operator()(Cond&&, Then&&, Else&&) const [with Cond = mpl_::int_<-2>&; Then = mpl_::int_<-2>&; Else = mpl_::integral_c<int, 0>&]'
../boost/hana/or.hpp:56:29: required from 'static constexpr decltype(auto) boost::hana::or_impl<L, boost::hana::when<condition> >::apply(X&&, Y&&) [with X = mpl_::int_<-2>&; Y = mpl_::integral_c<int, 0>&; L = boost::hana::ext::boost::mpl::integral_c_tag<int>; bool condition = true]'
../boost/hana/or.hpp:36:25: required from 'constexpr decltype(auto) boost::hana::or_t::operator()(X&&, Y&&) const [with X = mpl_::int_<-2>&; Y = mpl_::integral_c<int, 0>&]'
../libs/hana/test/_include/laws/logical.hpp:127:17: required from 'boost::hana::test::TestLogical<boost::hana::ext::boost::mpl::integral_c_tag<int> >::TestLogical<boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> > >(boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >)::<lambda(auto:39, auto:40)> [with auto:39 = mpl_::int_<-2>; auto:40 = mpl_::integral_c<int, 0>]'
../boost/hana/functional/partial.hpp:78:43: [ skipping 15 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 = const boost::hana::tuple<mpl_::int_<-2>, mpl_::integral_c<int, 0>, mpl_::integral_c<int, 3> >&; F = boost::hana::detail::on_each<boost::hana::_compose<boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::test::for_each_n_t<1>, boost::hana::tupl...
[The content has been trimmed by the report system because it exceeds 65536 bytes]