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~transform.test/gcc-12~c++17/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/ext/std/tuple/auto/transform.o" "../libs/hana/test/ext/std/tuple/auto/transform.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/transform.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::transform_impl<boost::hana::ext::std::tuple_tag, boost::hana::when<true> >::transformer<<lambda()>::undefined*>]'
../boost/hana/transform.hpp:70:32: required from 'static constexpr auto boost::hana::transform_impl<S, boost::hana::when<boost::hana::Sequence<S>::value> >::apply(Xs&&, F&&) [with Xs = std::tuple<>; F = <lambda()>::undefined; S = boost::hana::ext::std::tuple_tag]'
../boost/hana/transform.hpp:40:32: required from 'constexpr auto boost::hana::transform_t::operator()(Xs&&, F&&) const [with Xs = std::tuple<>; F = <lambda()>::undefined]'
../libs/hana/test/_include/auto/transform.hpp:22: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::transform_impl<boost::hana::ext::std::tuple_tag, boost::hana::when<true> >::transformer<<lambda()>::undefined*>]':
../boost/hana/transform.hpp:70:32: required from 'static constexpr auto boost::hana::transform_impl<S, boost::hana::when<boost::hana::Sequence<S>::value> >::apply(Xs&&, F&&) [with Xs = std::tuple<>; F = <lambda()>::undefined; S = boost::hana::ext::std::tuple_tag]'
../boost/hana/transform.hpp:40:32: required from 'constexpr auto boost::hana::transform_t::operator()(Xs&&, F&&) const [with Xs = std::tuple<>; F = <lambda()>::undefined]'
../libs/hana/test/_include/auto/transform.hpp:22: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/transform.hpp:8,
from ../libs/hana/test/ext/std/tuple/auto/transform.cpp:6:
../libs/hana/test/_include/auto/transform.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/transform.hpp:22:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
22 | 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/transform.hpp:22:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
22 | 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/transform.hpp:22:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
22 | 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<1> >; F = boost::hana::transform_impl<boost::hana::ext::std::tuple_tag, boost::hana::when<true> >::transformer<const boost::hana::test::_injection<0>*>]':
../boost/hana/transform.hpp:70:32: required from 'static constexpr auto boost::hana::transform_impl<S, boost::hana::when<boost::hana::Sequence<S>::value> >::apply(Xs&&, F&&) [with Xs = std::tuple<boost::hana::test::ct_eq<1> >; F = const boost::hana::test::_injection<0>&; S = boost::hana::ext::std::tuple_tag]'
../boost/hana/transform.hpp:40:32: required from 'constexpr auto boost::hana::transform_t::operator()(Xs&&, F&&) const [with Xs = std::tuple<boost::hana::test::ct_eq<1> >; F = const boost::hana::test::_injection<0>&]'
../libs/hana/test/_include/auto/transform.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));
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../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/transform.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/transform.hpp:27:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
27 | 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/transform.hpp:27:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
27 | 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> >; F = boost::hana::transform_impl<boost::hana::ext::std::tuple_tag, boost::hana::when<true> >::transformer<const boost::hana::test::_injection<0>*>]':
../boost/hana/transform.hpp:70:32: required from 'static constexpr auto boost::hana::transform_impl<S, boost::hana::when<boost::hana::Sequence<S>::value> >::apply(Xs&&, F&&) [with Xs = std::tuple<boost::hana::test::ct_eq<1>, boost::hana::test::ct_eq<2> >; F = const boost::hana::test::_injection<0>&; S = boost::hana::ext::std::tuple_tag]'
../boost/hana/transform.hpp:40:32: required from 'constexpr auto boost::hana::transform_t::operator()(Xs&&, F&&) const [with Xs = std::tuple<boost::hana::test::ct_eq<1>, boost::hana::test::ct_eq<2> >; F = const boost::hana::test::_injection<0>&]'
../libs/hana/test/_include/auto/transform.hpp:32: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/transform.hpp:32:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
32 | 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/transform.hpp:32:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
32 | 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/transform.hpp:32:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
32 | 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> >; F = boost::hana::transform_impl<boost::hana::ext::std::tuple_tag, boost::hana::when<true> >::transformer<const boost::hana::test::_injection<0>*>]':
../boost/hana/transform.hpp:70:32: required from 'static constexpr auto boost::hana::transform_impl<S, boost::hana::when<boost::hana::Sequence<S>::value> >::apply(Xs&&, F&&) [with Xs = std::tuple<boost::hana::test::ct_eq<1>, boost::hana::test::ct_eq<2>, boost::hana::test::ct_eq<3> >; F = const boost::hana::test::_injection<0>&; S = boost::hana::ext::std::tuple_tag]'
../boost/hana/transform.hpp:40:32: required from 'constexpr auto boost::hana::transform_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> >; F = const boost::hana::test::_injection<0>&]'
../libs/hana/test/_include/auto/transform.hpp:37: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/transform.hpp:37:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
37 | 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/transform.hpp:37:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
37 | 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/transform.hpp:37:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
37 | 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<4> >; F = boost::hana::transform_impl<boost::hana::ext::std::tuple_tag, boost::hana::when<true> >::transformer<const boost::hana::test::_injection<0>*>]':
../boost/hana/transform.hpp:70:32: required from 'static constexpr auto boost::hana::transform_impl<S, boost::hana::when<boost::hana::Sequence<S>::value> >::apply(Xs&&, F&&) [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<4> >; F = const boost::hana::test::_injection<0>&; S = boost::hana::ext::std::tuple_tag]'
../boost/hana/transform.hpp:40:32: required from 'constexpr auto boost::hana::transform_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<4> >; F = const boost::hana::test::_injection<0>&]'
../libs/hana/test/_include/auto/transform.hpp:42: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/transform.hpp:42:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
42 | 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/transform.hpp:42:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
42 | 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/transform.hpp:42:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
42 | 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<int>; F = boost::hana::transform_impl<boost::hana::ext::std::tuple_tag, boost::hana::when<true> >::transformer<<lambda()>::incr*>]':
../boost/hana/transform.hpp:70:32: required from 'static constexpr auto boost::hana::transform_impl<S, boost::hana::when<boost::hana::Sequence<S>::value> >::apply(Xs&&, F&&) [with Xs = std::tuple<int>; F = <lambda()>::incr; S = boost::hana::ext::std::tuple_tag]'
../boost/hana/transform.hpp:40:32: required from 'constexpr auto boost::hana::transform_t::operator()(Xs&&, F&&) const [with Xs = std::tuple<int>; F = <lambda()>::incr]'
../libs/hana/test/_include/auto/transform.hpp:53:24: 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/unpack.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = std::tuple<int, int>; F = boost::hana::transform_impl<boost::hana::ext::std::tuple_tag, boost::hana::when<true> >::transformer<<lambda()>::incr*>]':
../boost/hana/transform.hpp:70:32: required from 'static constexpr auto boost::hana::transform_impl<S, boost::hana::when<boost::hana::Sequence<S>::value> >::apply(Xs&&, F&&) [with Xs = std::tuple<int, int>; F = <lambda()>::incr; S = boost::hana::ext::std::tuple_tag]'
../boost/hana/transform.hpp:40:32: required from 'constexpr auto boost::hana::transform_t::operator()(Xs&&, F&&) const [with Xs = std::tuple<int, int>; F = <lambda()>::incr]'
../libs/hana/test/_include/auto/transform.hpp:58:24: 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>'}
../boost/hana/unpack.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = std::tuple<int, int, int>; F = boost::hana::transform_impl<boost::hana::ext::std::tuple_tag, boost::hana::when<true> >::transformer<<lambda()>::incr*>]':
../boost/hana/transform.hpp:70:32: required from 'static constexpr auto boost::hana::transform_impl<S, boost::hana::when<boost::hana::Sequence<S>::value> >::apply(Xs&&, F&&) [with Xs = std::tuple<int, int, int>; F = <lambda()>::incr; S = boost::hana::ext::std::tuple_tag]'
../boost/hana/transform.hpp:40:32: required from 'constexpr auto boost::hana::transform_t::operator()(Xs&&, F&&) const [with Xs = std::tuple<int, int, int>; F = <lambda()>::incr]'
../libs/hana/test/_include/auto/transform.hpp:63:24: 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>'}
../boost/hana/unpack.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = std::tuple<int, int, int, int>; F = boost::hana::transform_impl<boost::hana::ext::std::tuple_tag, boost::hana::when<true> >::transformer<<lambda()>::incr*>]':
../boost/hana/transform.hpp:70:32: required from 'static constexpr auto boost::hana::transform_impl<S, boost::hana::when<boost::hana::Sequence<S>::value> >::apply(Xs&&, F&&) [with Xs = std::tuple<int, int, int, int>; F = <lambda()>::incr; S = boost::hana::ext::std::tuple_tag]'
../boost/hana/transform.hpp:40:32: required from 'constexpr auto boost::hana::transform_t::operator()(Xs&&, F&&) const [with Xs = std::tuple<int, int, int, int>; F = <lambda()>::incr]'
../libs/hana/test/_include/auto/transform.hpp:68:24: 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>'}