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~fusion~list~auto~for_each.test/gcc-12~c++17/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/ext/boost/fusion/list/auto/for_each.o" "../libs/hana/test/ext/boost/fusion/list/auto/for_each.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/boost/fusion/detail/common.hpp:13,
from ../boost/hana/ext/boost/fusion/list.hpp:15,
from ../libs/hana/test/ext/boost/fusion/list/auto/_specs.hpp:8,
from ../libs/hana/test/ext/boost/fusion/list/auto/for_each.cpp:5:
../boost/hana/fwd/unpack.hpp: In instantiation of 'struct boost::hana::unpack_impl<boost::hana::ext::boost::fusion::list_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::boost::fusion::list_tag, void>]'
../boost/hana/concept/foldable.hpp:28:65: required from 'struct boost::hana::Foldable<boost::hana::ext::boost::fusion::list_tag>'
../boost/hana/for_each.hpp:26:15: required from 'constexpr void boost::hana::for_each_t::operator()(Xs&&, F&&) const [with Xs = boost::fusion::list<int, int, int>; F = <lambda()>::f]'
../libs/hana/test/_include/auto/for_each.hpp:58:42: required from here
../boost/hana/fwd/unpack.hpp:84:12: error: ambiguous template instantiation for 'struct boost::hana::unpack_impl<boost::hana::ext::boost::fusion::list_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::boost::fusion::list_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::boost::fusion::list_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::boost::fusion::list_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::boost::fusion::list_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 = boost::fusion::list<int, int, int>; F = boost::hana::detail::on_each<<lambda()>::f*>]':
../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::fusion::list<int, int, int>; F = <lambda()>::f; T = boost::hana::ext::boost::fusion::list_tag; bool condition = true]'
../boost/hana/for_each.hpp:35:30: required from here
../libs/hana/test/_include/auto/for_each.hpp:58:42: in 'constexpr' expansion of 'boost::hana::for_each.boost::hana::for_each_t::operator()<boost::fusion::list<int, int, int>, <lambda()>::f>(boost::fusion::make_list(const T& ...) [with T = {int, int, int}; typename result_of::make_list<T>::type = list<int, int, int>](2, 3), <lambda()>::f())'
../boost/hana/unpack.hpp:47:29: error: 'apply' is not a member of 'Unpack' {aka 'boost::hana::unpack_impl<boost::hana::ext::boost::fusion::list_tag, void>'}
47 | return Unpack::apply(static_cast<Xs&&>(xs), static_cast<F&&>(f));
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/hana/test/_include/auto/for_each.hpp:9,
from ../libs/hana/test/ext/boost/fusion/list/auto/for_each.cpp:6:
../boost/hana/for_each.hpp: In lambda function:
../libs/hana/test/_include/auto/for_each.hpp:58:42: in 'constexpr' expansion of 'boost::hana::for_each.boost::hana::for_each_t::operator()<boost::fusion::list<int, int, int>, <lambda()>::f>(boost::fusion::make_list(const T& ...) [with T = {int, int, int}; typename result_of::make_list<T>::type = list<int, int, int>](2, 3), <lambda()>::f())'
../boost/hana/for_each.hpp:35:30: error: 'static constexpr void boost::hana::for_each_impl<T, boost::hana::when<condition> >::apply(Xs&&, F&&) [with Xs = boost::fusion::list<int, int, int>; F = <lambda()>::f; T = boost::hana::ext::boost::fusion::list_tag; bool condition = true]' called in a constant expression
35 | return ForEach::apply(static_cast<Xs&&>(xs), static_cast<F&&>(f));
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/for_each.hpp:54:31: note: 'static constexpr void boost::hana::for_each_impl<T, boost::hana::when<condition> >::apply(Xs&&, F&&) [with Xs = boost::fusion::list<int, int, int>; F = <lambda()>::f; T = boost::hana::ext::boost::fusion::list_tag; bool condition = true]' is not usable as a 'constexpr' function because:
54 | static constexpr void apply(Xs&& xs, F&& f) {
| ^~~~~
../boost/hana/unpack.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = boost::fusion::list<>; F = boost::hana::detail::on_each<<lambda()>::<lambda(auto:2 ...)>::<lambda(int)>*>]':
../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::fusion::list<>; F = <lambda()>::<lambda(auto:2 ...)>::<lambda(int)>; T = boost::hana::ext::boost::fusion::list_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::fusion::list<>; F = <lambda()>::<lambda(auto:2 ...)>::<lambda(int)>]'
../libs/hana/test/_include/auto/for_each.hpp:25:27: required from '<lambda()>::<lambda(auto:2 ...)> [with auto:2 = {}]'
../libs/hana/test/_include/auto/for_each.hpp:31:14: 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::boost::fusion::list_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 = boost::fusion::list<int>; F = boost::hana::detail::on_each<<lambda()>::<lambda(auto:2 ...)>::<lambda(int)>*>]':
../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::fusion::list<int>; F = <lambda()>::<lambda(auto:2 ...)>::<lambda(int)>; T = boost::hana::ext::boost::fusion::list_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::fusion::list<int>; F = <lambda()>::<lambda(auto:2 ...)>::<lambda(int)>]'
../libs/hana/test/_include/auto/for_each.hpp:25:27: required from '<lambda()>::<lambda(auto:2 ...)> [with auto:2 = {int}]'
../libs/hana/test/_include/auto/for_each.hpp:32:14: 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::boost::fusion::list_tag, void>'}
../boost/hana/unpack.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = boost::fusion::list<int, int>; F = boost::hana::detail::on_each<<lambda()>::<lambda(auto:2 ...)>::<lambda(int)>*>]':
../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::fusion::list<int, int>; F = <lambda()>::<lambda(auto:2 ...)>::<lambda(int)>; T = boost::hana::ext::boost::fusion::list_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::fusion::list<int, int>; F = <lambda()>::<lambda(auto:2 ...)>::<lambda(int)>]'
../libs/hana/test/_include/auto/for_each.hpp:25:27: required from '<lambda()>::<lambda(auto:2 ...)> [with auto:2 = {int, int}]'
../libs/hana/test/_include/auto/for_each.hpp:33:14: 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::boost::fusion::list_tag, void>'}
../boost/hana/unpack.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = boost::fusion::list<int, int, int>; F = boost::hana::detail::on_each<<lambda()>::<lambda(auto:2 ...)>::<lambda(int)>*>]':
../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::fusion::list<int, int, int>; F = <lambda()>::<lambda(auto:2 ...)>::<lambda(int)>; T = boost::hana::ext::boost::fusion::list_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::fusion::list<int, int, int>; F = <lambda()>::<lambda(auto:2 ...)>::<lambda(int)>]'
../libs/hana/test/_include/auto/for_each.hpp:25:27: required from '<lambda()>::<lambda(auto:2 ...)> [with auto:2 = {int, int, int}]'
../libs/hana/test/_include/auto/for_each.hpp:34:14: 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::boost::fusion::list_tag, void>'}
../boost/hana/unpack.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = boost::fusion::list<int, int, int, int>; F = boost::hana::detail::on_each<<lambda()>::<lambda(auto:2 ...)>::<lambda(int)>*>]':
../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::fusion::list<int, int, int, int>; F = <lambda()>::<lambda(auto:2 ...)>::<lambda(int)>; T = boost::hana::ext::boost::fusion::list_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::fusion::list<int, int, int, int>; F = <lambda()>::<lambda(auto:2 ...)>::<lambda(int)>]'
../libs/hana/test/_include/auto/for_each.hpp:25:27: required from '<lambda()>::<lambda(auto:2 ...)> [with auto:2 = {int, int, int, int}]'
../libs/hana/test/_include/auto/for_each.hpp:35:14: 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::boost::fusion::list_tag, void>'}
../boost/hana/unpack.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = boost::fusion::list<int, int, int, int, int>; F = boost::hana::detail::on_each<<lambda()>::<lambda(auto:2 ...)>::<lambda(int)>*>]':
../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::fusion::list<int, int, int, int, int>; F = <lambda()>::<lambda(auto:2 ...)>::<lambda(int)>; T = boost::hana::ext::boost::fusion::list_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::fusion::list<int, int, int, int, int>; F = <lambda()>::<lambda(auto:2 ...)>::<lambda(int)>]'
../libs/hana/test/_include/auto/for_each.hpp:25:27: required from '<lambda()>::<lambda(auto:2 ...)> [with auto:2 = {int, int, int, int, int}]'
../libs/hana/test/_include/auto/for_each.hpp:36:14: 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::boost::fusion::list_tag, void>'}
../boost/hana/unpack.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = boost::fusion::list<>; F = boost::hana::detail::on_each<<lambda()>::undefined*>]':
../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::fusion::list<>; F = <lambda()>::undefined; T = boost::hana::ext::boost::fusion::list_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::fusion::list<>; F = <lambda()>::undefined]'
../libs/hana/test/_include/auto/for_each.hpp:42:23: 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::boost::fusion::list_tag, void>'}
../boost/hana/unpack.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = boost::fusion::list<boost::hana::test::ct_eq<0> >; F = boost::hana::detail::on_each<<lambda()>::<lambda(auto:3)>*>]':
../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::fusion::list<boost::hana::test::ct_eq<0> >; F = <lambda()>::<lambda(auto:3)>; T = boost::hana::ext::boost::fusion::list_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::fusion::list<boost::hana::test::ct_eq<0> >; F = <lambda()>::<lambda(auto:3)>]'
../libs/hana/test/_include/auto/for_each.hpp:47:23: 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::boost::fusion::list_tag, void>'}
../boost/hana/unpack.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = boost::fusion::list<boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<1> >; F = boost::hana::detail::on_each<<lambda()>::<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::fusion::list<boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<1> >; F = <lambda()>::<lambda(auto:4)>; T = boost::hana::ext::boost::fusion::list_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::fusion::list<boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<1> >; F = <lambda()>::<lambda(auto:4)>]'
../libs/hana/test/_include/auto/for_each.hpp:48:23: 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::boost::fusion::list_tag, void>'}
../boost/hana/unpack.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = boost::fusion::list<boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<1>, boost::hana::test::ct_eq<2> >; F = boost::hana::detail::on_each<<lambda()>::<lambda(auto:5)>*>]':
../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::fusion::list<boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<1>, boost::hana::test::ct_eq<2> >; F = <lambda()>::<lambda(auto:5)>; T = boost::hana::ext::boost::fusion::list_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::fusion::list<boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<1>, boost::hana::test::ct_eq<2> >; F = <lambda()>::<lambda(auto:5)>]'
../libs/hana/test/_include/auto/for_each.hpp:49:23: 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::boost::fusion::list_tag, void>'}
../boost/hana/unpack.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = boost::fusion::list<boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<1>, boost::hana::test::ct_eq<2>, boost::hana::test::ct_eq<3> >; F = boost::hana::detail::on_each<<lambda()>::<lambda(auto:6)>*>]':
../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::fusion::list<boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<1>, boost::hana::test::ct_eq<2>, boost::hana::test::ct_eq<3> >; F = <lambda()>::<lambda(auto:6)>; T = boost::hana::ext::boost::fusion::list_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::fusion::list<boost::hana::test::ct_eq<0>, boost::hana::test::ct_eq<1>, boost::hana::test::ct_eq<2>, boost::hana::test::ct_eq<3> >; F = <lambda()>::<lambda(auto:6)>]'
../libs/hana/test/_include/auto/for_each.hpp:50:23: 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::boost::fusion::list_tag, void>'}