Compile [2024-11-16 12:16:25 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/test/_include" -I"/var/boost/run/boost_root/libs/assert/include" -I"/var/boost/run/boost_root/libs/core/include" -I"/var/boost/run/boost_root/libs/hana/include" -I"/var/boost/run/boost_root/libs/throw_exception/include" -I"/var/boost/run/boost_root/libs/tuple/include" -c -o "/var/boost/run/results/boost/bin.v2/libs/hana/test/test~string~find_if.test/gcc-12~c++17/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/string/find_if.o" "../libs/hana/test/string/find_if.cpp"
In file included from ../boost/hana/any_of.hpp:13,
from ../boost/hana/all_of.hpp:15,
from ../boost/hana/equal.hpp:16,
from ../libs/hana/test/string/find_if.cpp:7:
../boost/hana/fwd/any_of.hpp: In instantiation of 'struct boost::hana::any_of_impl<boost::hana::string_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::any_of_impl<boost::hana::string_tag, void>]'
../boost/hana/concept/searchable.hpp:27:65: required from 'struct boost::hana::Searchable<boost::hana::string_tag>'
../boost/hana/find_if.hpp:39:15: required from 'constexpr auto boost::hana::find_if_t::operator()(Xs&&, Pred&&) const [with Xs = boost::hana::string<>; Pred = boost::hana::_always<boost::hana::integral_constant<bool, true> >]'
../libs/hana/test/string/find_if.cpp:17:5: required from here
../boost/hana/fwd/any_of.hpp:42:12: error: ambiguous template instantiation for 'struct boost::hana::any_of_impl<boost::hana::string_tag, boost::hana::when<true> >'
42 | struct any_of_impl : any_of_impl<S, when<true>> { };
| ^~~~~~~~~~~
../boost/hana/any_of.hpp:53:12: note: candidates are: 'template<class S, bool condition> struct boost::hana::any_of_impl<S, boost::hana::when<condition> > [with S = boost::hana::string_tag; bool condition = true]'
53 | struct any_of_impl<S, when<condition>> : default_ {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/any_of.hpp:105:12: note: 'template<class It> struct boost::hana::any_of_impl<It, boost::hana::when<(boost::hana::Iterable<It>::value && (! boost::hana::Sequence<S>::value))> > [with It = boost::hana::string_tag]'
105 | struct any_of_impl<It, when<
| ^~~~~~~~~~~~~~~~~~~~~
106 | hana::Iterable<It>::value &&
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
107 | !Sequence<It>::value
| ~~~~~~~~~~~~~~~~~~~~
108 | >> {
| ~~
../boost/hana/fwd/any_of.hpp:42:12: error: invalid use of incomplete type 'struct boost::hana::any_of_impl<boost::hana::string_tag, boost::hana::when<true> >'
42 | struct any_of_impl : any_of_impl<S, when<true>> { };
| ^~~~~~~~~~~
../boost/hana/fwd/any_of.hpp:42:12: note: declaration of 'struct boost::hana::any_of_impl<boost::hana::string_tag, boost::hana::when<true> >'
In file included from ../boost/hana/detail/operators/comparable.hpp:15,
from ../boost/hana/pair.hpp:20,
from ../boost/hana/unpack.hpp:26,
from ../boost/hana/fold_left.hpp:20,
from ../boost/hana/concept/foldable.hpp:19,
from ../boost/hana/core/to.hpp:16,
from ../boost/hana/bool.hpp:17,
from ../boost/hana/eval_if.hpp:15,
from ../boost/hana/concept/logical.hpp:19,
from ../boost/hana/if.hpp:15,
from ../boost/hana/assert.hpp:16,
from ../libs/hana/test/string/find_if.cpp:5:
../boost/hana/fwd/equal.hpp: In instantiation of 'struct boost::hana::equal_impl<boost::hana::integral_constant_tag<char>, boost::hana::integral_constant_tag<char>, void>':
../boost/hana/equal.hpp:50:28: required from 'constexpr auto boost::hana::equal_t::operator()(X&&, Y&&) const [with X = boost::hana::integral_constant<char, 'a'>; Y = boost::hana::integral_constant<char, 'a'>]'
../boost/hana/functional/partial.hpp:94:61: required from 'constexpr decltype(auto) boost::hana::partial_t<std::integer_sequence<long unsigned int, _Idx ...>, F, X ...>::operator()(Y&& ...) && [with Y = {boost::hana::integral_constant<char, 'a'>}; long unsigned int ...n = {0}; F = boost::hana::equal_t; X = {boost::hana::integral_constant<char, 'a'>}]'
../boost/hana/index_if.hpp:57:41: required by substitution of 'template<long unsigned int i, long unsigned int N> template<class Xs, class Pred> using f = typename boost::hana::detail::iterate_while<(i + 1), N, static_cast<bool>(typename boost::hana::detail::decay<decltype (declval<Pred>()(boost::hana::at(declval<Xs>(), size_c<i>)))>::type::value)>::f<Xs, Pred> [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'a'> >; long unsigned int i = 0; long unsigned int N = 4]'
../boost/hana/index_if.hpp:78:31: required by substitution of 'template<class Xs, class Pred> static constexpr typename boost::hana::detail::iterate_while<0, decltype (boost::hana::length(xs))::value, false>::f<Xs, Pred> boost::hana::index_if_impl<boost::hana::string_tag, boost::hana::when<true> >::apply(const Xs&, const Pred&) [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'a'> >]'
../boost/hana/index_if.hpp:44:30: required from 'constexpr auto boost::hana::index_if_t::operator()(Xs&&, Pred&&) const [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'a'> >]'
../boost/hana/find_if.hpp:74:51: required from 'static constexpr auto boost::hana::find_if_impl<Tag, boost::hana::when<boost::hana::Iterable<It>::value> >::apply(Xs&&, Pred&&) [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'a'> >; Tag = boost::hana::string_tag]'
../boost/hana/find_if.hpp:48:29: required from 'constexpr auto boost::hana::find_if_t::operator()(Xs&&, Pred&&) const [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'a'> >]'
../libs/hana/test/string/find_if.cpp:22:5: required from here
../boost/hana/fwd/equal.hpp:69:12: error: ambiguous template instantiation for 'struct boost::hana::equal_impl<boost::hana::integral_constant_tag<char>, boost::hana::integral_constant_tag<char>, boost::hana::when<true> >'
69 | struct equal_impl : equal_impl<T, U, when<true>> { };
| ^~~~~~~~~~
../boost/hana/equal.hpp:55:12: note: candidates are: 'template<class T, class U, bool condition> struct boost::hana::equal_impl<T, U, boost::hana::when<condition> > [with T = boost::hana::integral_constant_tag<char>; U = boost::hana::integral_constant_tag<char>; bool condition = true]'
55 | struct equal_impl<T, U, when<condition>> : default_ {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/equal.hpp:104:12: note: 'template<class C> struct boost::hana::equal_impl<C, C, boost::hana::when<(boost::hana::Constant<C>::value && boost::hana::Comparable<typename C::value_type>::value)> > [with C = boost::hana::integral_constant_tag<char>]'
104 | struct equal_impl<C, C, when<
| ^~~~~~~~~~~~~~~~~~~~~~
105 | hana::Constant<C>::value &&
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
106 | Comparable<typename C::value_type>::value
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
107 | >> {
| ~~
../boost/hana/fwd/equal.hpp:69:12: error: invalid use of incomplete type 'struct boost::hana::equal_impl<boost::hana::integral_constant_tag<char>, boost::hana::integral_constant_tag<char>, boost::hana::when<true> >'
69 | struct equal_impl : equal_impl<T, U, when<true>> { };
| ^~~~~~~~~~
../boost/hana/fwd/equal.hpp:69:12: note: declaration of 'struct boost::hana::equal_impl<boost::hana::integral_constant_tag<char>, boost::hana::integral_constant_tag<char>, boost::hana::when<true> >'
../boost/hana/equal.hpp: In instantiation of 'constexpr auto boost::hana::equal_t::operator()(X&&, Y&&) const [with X = boost::hana::integral_constant<char, 'a'>; Y = boost::hana::integral_constant<char, 'a'>]':
../boost/hana/functional/partial.hpp:94:61: required from 'constexpr decltype(auto) boost::hana::partial_t<std::integer_sequence<long unsigned int, _Idx ...>, F, X ...>::operator()(Y&& ...) && [with Y = {boost::hana::integral_constant<char, 'a'>}; long unsigned int ...n = {0}; F = boost::hana::equal_t; X = {boost::hana::integral_constant<char, 'a'>}]'
../boost/hana/index_if.hpp:57:41: required by substitution of 'template<long unsigned int i, long unsigned int N> template<class Xs, class Pred> using f = typename boost::hana::detail::iterate_while<(i + 1), N, static_cast<bool>(typename boost::hana::detail::decay<decltype (declval<Pred>()(boost::hana::at(declval<Xs>(), size_c<i>)))>::type::value)>::f<Xs, Pred> [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'a'> >; long unsigned int i = 0; long unsigned int N = 4]'
../boost/hana/index_if.hpp:78:31: required by substitution of 'template<class Xs, class Pred> static constexpr typename boost::hana::detail::iterate_while<0, decltype (boost::hana::length(xs))::value, false>::f<Xs, Pred> boost::hana::index_if_impl<boost::hana::string_tag, boost::hana::when<true> >::apply(const Xs&, const Pred&) [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'a'> >]'
../boost/hana/index_if.hpp:44:30: required from 'constexpr auto boost::hana::index_if_t::operator()(Xs&&, Pred&&) const [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'a'> >]'
../boost/hana/find_if.hpp:74:51: required from 'static constexpr auto boost::hana::find_if_impl<Tag, boost::hana::when<boost::hana::Iterable<It>::value> >::apply(Xs&&, Pred&&) [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'a'> >; Tag = boost::hana::string_tag]'
../boost/hana/find_if.hpp:48:29: required from 'constexpr auto boost::hana::find_if_t::operator()(Xs&&, Pred&&) const [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'a'> >]'
../libs/hana/test/string/find_if.cpp:22:5: required from here
../boost/hana/equal.hpp:50:28: error: 'apply' is not a member of 'Equal' {aka 'boost::hana::equal_impl<boost::hana::integral_constant_tag<char>, boost::hana::integral_constant_tag<char>, void>'}
50 | return Equal::apply(static_cast<X&&>(x), static_cast<Y&&>(y));
| ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../boost/hana/find_if.hpp:26,
from ../boost/hana/concept/searchable.hpp:20,
from ../boost/hana/any_of.hpp:18:
../boost/hana/index_if.hpp: In instantiation of 'constexpr auto boost::hana::index_if_t::operator()(Xs&&, Pred&&) const [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'a'> >]':
../boost/hana/find_if.hpp:74:51: required from 'static constexpr auto boost::hana::find_if_impl<Tag, boost::hana::when<boost::hana::Iterable<It>::value> >::apply(Xs&&, Pred&&) [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'a'> >; Tag = boost::hana::string_tag]'
../boost/hana/find_if.hpp:48:29: required from 'constexpr auto boost::hana::find_if_t::operator()(Xs&&, Pred&&) const [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'a'> >]'
../libs/hana/test/string/find_if.cpp:22:5: required from here
../boost/hana/index_if.hpp:44:30: error: no matching function for call to 'boost::hana::index_if_impl<boost::hana::string_tag, void>::apply(boost::hana::string<'a', 'b', 'c', 'd'>, boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'a'> >)'
44 | return IndexIf::apply(static_cast<Xs&&>(xs), static_cast<Pred&&>(pred));
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/index_if.hpp:78:31: note: candidate: 'template<class Xs, class Pred> static constexpr typename boost::hana::detail::iterate_while<0, decltype (boost::hana::length(xs))::value, false>::f<Xs, Pred> boost::hana::index_if_impl<Tag, boost::hana::when<boost::hana::Foldable<T>::value> >::apply(const Xs&, const Pred&) [with Pred = Xs; Tag = boost::hana::string_tag]'
78 | static constexpr auto apply(Xs const& xs, Pred const&)
| ^~~~~
../boost/hana/index_if.hpp:78:31: note: substitution of deduced template arguments resulted in errors seen above
../libs/hana/test/string/find_if.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/string/find_if.cpp: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/string/find_if.cpp: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/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/string/find_if.cpp: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/equal.hpp: In instantiation of 'constexpr auto boost::hana::equal_t::operator()(X&&, Y&&) const [with X = boost::hana::integral_constant<char, 'c'>; Y = boost::hana::integral_constant<char, 'a'>]':
../boost/hana/functional/partial.hpp:94:61: required from 'constexpr decltype(auto) boost::hana::partial_t<std::integer_sequence<long unsigned int, _Idx ...>, F, X ...>::operator()(Y&& ...) && [with Y = {boost::hana::integral_constant<char, 'a'>}; long unsigned int ...n = {0}; F = boost::hana::equal_t; X = {boost::hana::integral_constant<char, 'c'>}]'
../boost/hana/index_if.hpp:57:41: required by substitution of 'template<long unsigned int i, long unsigned int N> template<class Xs, class Pred> using f = typename boost::hana::detail::iterate_while<(i + 1), N, static_cast<bool>(typename boost::hana::detail::decay<decltype (declval<Pred>()(boost::hana::at(declval<Xs>(), size_c<i>)))>::type::value)>::f<Xs, Pred> [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'c'> >; long unsigned int i = 0; long unsigned int N = 4]'
../boost/hana/index_if.hpp:78:31: required by substitution of 'template<class Xs, class Pred> static constexpr typename boost::hana::detail::iterate_while<0, decltype (boost::hana::length(xs))::value, false>::f<Xs, Pred> boost::hana::index_if_impl<boost::hana::string_tag, boost::hana::when<true> >::apply(const Xs&, const Pred&) [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'c'> >]'
../boost/hana/index_if.hpp:44:30: required from 'constexpr auto boost::hana::index_if_t::operator()(Xs&&, Pred&&) const [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'c'> >]'
../boost/hana/find_if.hpp:74:51: required from 'static constexpr auto boost::hana::find_if_impl<Tag, boost::hana::when<boost::hana::Iterable<It>::value> >::apply(Xs&&, Pred&&) [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'c'> >; Tag = boost::hana::string_tag]'
../boost/hana/find_if.hpp:48:29: required from 'constexpr auto boost::hana::find_if_t::operator()(Xs&&, Pred&&) const [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'c'> >]'
../libs/hana/test/string/find_if.cpp:27:5: required from here
../boost/hana/equal.hpp:50:28: error: 'apply' is not a member of 'Equal' {aka 'boost::hana::equal_impl<boost::hana::integral_constant_tag<char>, boost::hana::integral_constant_tag<char>, void>'}
50 | return Equal::apply(static_cast<X&&>(x), static_cast<Y&&>(y));
| ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/index_if.hpp: In instantiation of 'constexpr auto boost::hana::index_if_t::operator()(Xs&&, Pred&&) const [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'c'> >]':
../boost/hana/find_if.hpp:74:51: required from 'static constexpr auto boost::hana::find_if_impl<Tag, boost::hana::when<boost::hana::Iterable<It>::value> >::apply(Xs&&, Pred&&) [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'c'> >; Tag = boost::hana::string_tag]'
../boost/hana/find_if.hpp:48:29: required from 'constexpr auto boost::hana::find_if_t::operator()(Xs&&, Pred&&) const [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'c'> >]'
../libs/hana/test/string/find_if.cpp:27:5: required from here
../boost/hana/index_if.hpp:44:30: error: no matching function for call to 'boost::hana::index_if_impl<boost::hana::string_tag, void>::apply(boost::hana::string<'a', 'b', 'c', 'd'>, boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'c'> >)'
44 | return IndexIf::apply(static_cast<Xs&&>(xs), static_cast<Pred&&>(pred));
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/index_if.hpp:78:31: note: candidate: 'template<class Xs, class Pred> static constexpr typename boost::hana::detail::iterate_while<0, decltype (boost::hana::length(xs))::value, false>::f<Xs, Pred> boost::hana::index_if_impl<Tag, boost::hana::when<boost::hana::Foldable<T>::value> >::apply(const Xs&, const Pred&) [with Pred = Xs; Tag = boost::hana::string_tag]'
78 | static constexpr auto apply(Xs const& xs, Pred const&)
| ^~~~~
../boost/hana/index_if.hpp:78:31: note: substitution of deduced template arguments resulted in errors seen above
../boost/hana/assert.hpp:227:9: error: template argument 1 is invalid
227 | >::value, \
| ^
../boost/hana/assert.hpp:240:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK_MSG'
240 | BOOST_HANA_CONSTANT_CHECK_MSG( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/hana/test/string/find_if.cpp: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/string/find_if.cpp: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/string/find_if.cpp: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/equal.hpp: In instantiation of 'constexpr auto boost::hana::equal_t::operator()(X&&, Y&&) const [with X = boost::hana::integral_constant<char, 'd'>; Y = boost::hana::integral_constant<char, 'a'>]':
../boost/hana/functional/partial.hpp:94:61: required from 'constexpr decltype(auto) boost::hana::partial_t<std::integer_sequence<long unsigned int, _Idx ...>, F, X ...>::operator()(Y&& ...) && [with Y = {boost::hana::integral_constant<char, 'a'>}; long unsigned int ...n = {0}; F = boost::hana::equal_t; X = {boost::hana::integral_constant<char, 'd'>}]'
../boost/hana/index_if.hpp:57:41: required by substitution of 'template<long unsigned int i, long unsigned int N> template<class Xs, class Pred> using f = typename boost::hana::detail::iterate_while<(i + 1), N, static_cast<bool>(typename boost::hana::detail::decay<decltype (declval<Pred>()(boost::hana::at(declval<Xs>(), size_c<i>)))>::type::value)>::f<Xs, Pred> [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'd'> >; long unsigned int i = 0; long unsigned int N = 4]'
../boost/hana/index_if.hpp:78:31: required by substitution of 'template<class Xs, class Pred> static constexpr typename boost::hana::detail::iterate_while<0, decltype (boost::hana::length(xs))::value, false>::f<Xs, Pred> boost::hana::index_if_impl<boost::hana::string_tag, boost::hana::when<true> >::apply(const Xs&, const Pred&) [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'd'> >]'
../boost/hana/index_if.hpp:44:30: required from 'constexpr auto boost::hana::index_if_t::operator()(Xs&&, Pred&&) const [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'd'> >]'
../boost/hana/find_if.hpp:74:51: required from 'static constexpr auto boost::hana::find_if_impl<Tag, boost::hana::when<boost::hana::Iterable<It>::value> >::apply(Xs&&, Pred&&) [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'd'> >; Tag = boost::hana::string_tag]'
../boost/hana/find_if.hpp:48:29: required from 'constexpr auto boost::hana::find_if_t::operator()(Xs&&, Pred&&) const [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'd'> >]'
../libs/hana/test/string/find_if.cpp:32:5: required from here
../boost/hana/equal.hpp:50:28: error: 'apply' is not a member of 'Equal' {aka 'boost::hana::equal_impl<boost::hana::integral_constant_tag<char>, boost::hana::integral_constant_tag<char>, void>'}
50 | return Equal::apply(static_cast<X&&>(x), static_cast<Y&&>(y));
| ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/index_if.hpp: In instantiation of 'constexpr auto boost::hana::index_if_t::operator()(Xs&&, Pred&&) const [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'd'> >]':
../boost/hana/find_if.hpp:74:51: required from 'static constexpr auto boost::hana::find_if_impl<Tag, boost::hana::when<boost::hana::Iterable<It>::value> >::apply(Xs&&, Pred&&) [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'd'> >; Tag = boost::hana::string_tag]'
../boost/hana/find_if.hpp:48:29: required from 'constexpr auto boost::hana::find_if_t::operator()(Xs&&, Pred&&) const [with Xs = boost::hana::string<'a', 'b', 'c', 'd'>; Pred = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'd'> >]'
../libs/hana/test/string/find_if.cpp:32:5: required from here
../boost/hana/index_if.hpp:44:30: error: no matching function for call to 'boost::hana::index_if_impl<boost::hana::string_tag, void>::apply(boost::hana::string<'a', 'b', 'c', 'd'>, boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::equal_t, boost::hana::integral_constant<char, 'd'> >)'
44 | return IndexIf::apply(static_cast<Xs&&>(xs), static_cast<Pred&&>(pred));
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/index_if.hpp:78:31: note: candidate: 'template<class Xs, class Pred> static constexpr typename boost::hana::detail::iterate_while<0, decltype (boost::hana::length(xs))::value, false>::f<Xs, Pred> boost::hana::index_if_impl<Tag, boost::hana::when<boost::hana::Foldable<T>::value> >::apply(const Xs&, const Pred&) [with Pred = Xs; Tag = boost::hana::string_tag]'
78 | static constexpr auto apply(Xs const& xs, Pred const&)
| ^~~~~
../boost/hana/index_if.hpp:78:31: note: substitution of deduced template arguments resulted in errors seen above
../boost/hana/assert.hpp:227:9: error: template argument 1 is invalid
227 | >::value, \
| ^
../boost/hana/assert.hpp:240:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK_MSG'
240 | BOOST_HANA_CONSTANT_CHECK_MSG( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/hana/test/string/find_if.cpp: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/string/find_if.cpp: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/string/find_if.cpp: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