Test output: teeks99-06-mg11-20-64onaarch64 - yap - user_expression_transform_2 / gcc-11~c++20
Rev 9dae34c66db664e04b92ce65f33d238cb5fb1c44 / Wed, 20 Nov 2024 01:49:27 +0000
Compile [2024-11-21 00:06:20 UTC]: fail


    "g++-11"   -fvisibility-inlines-hidden -std=c++20 -fPIC -pthread -O0 -fno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1   -I".."  -c -o "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/yap/test/user_expression_transform_2.test/gcc-11~c++20/debug/arm_64/debug-symbols-off/threading-multi/visibility-hidden/user_expression_transform_2.o" "../libs/yap/test/user_expression_transform_2.cpp"

../libs/yap/test/user_expression_transform_2.cpp: In function ???int main()???:
../libs/yap/test/user_expression_transform_2.cpp:68:35: error: call of overloaded ???expression(<brace-enclosed initializer list>)??? is ambiguous
   68 |         term<user::number> a{{1.0}};
      |                                   ^
In file included from ../libs/yap/test/user_expression_transform_2.cpp:6:
../boost/yap/expression.hpp:142:19: note: candidate: ???constexpr boost::yap::expression<boost::yap::expr_kind::terminal, boost::hana::tuple<T> >::expression(boost::hana::tuple<T>&&) [with T = user::number]???
  142 |         constexpr expression(hana::tuple<T> && rhs) : elements(std::move(rhs))
      |                   ^~~~~~~~~~
../boost/yap/expression.hpp:139:19: note: candidate: ???constexpr boost::yap::expression<boost::yap::expr_kind::terminal, boost::hana::tuple<T> >::expression(const boost::hana::tuple<T>&) [with T = user::number]???
  139 |         constexpr expression(hana::tuple<T> const & rhs) : elements(rhs) {}
      |                   ^~~~~~~~~~
../boost/yap/expression.hpp:136:19: note: candidate: ???constexpr boost::yap::expression<boost::yap::expr_kind::terminal, boost::hana::tuple<T> >::expression(T&&) [with T = user::number]???
  136 |         constexpr expression(T && t) : elements(static_cast<T &&>(t)) {}
      |                   ^~~~~~~~~~
../libs/yap/test/user_expression_transform_2.cpp:153:48: error: call of overloaded ???expression(<brace-enclosed initializer list>)??? is ambiguous
  153 |             transform(-term<user::number>{{1.0}}, user::eval_xform{});
      |                                                ^
In file included from ../libs/yap/test/user_expression_transform_2.cpp:6:
../boost/yap/expression.hpp:142:19: note: candidate: ???constexpr boost::yap::expression<boost::yap::expr_kind::terminal, boost::hana::tuple<T> >::expression(boost::hana::tuple<T>&&) [with T = user::number]???
  142 |         constexpr expression(hana::tuple<T> && rhs) : elements(std::move(rhs))
      |                   ^~~~~~~~~~
../boost/yap/expression.hpp:139:19: note: candidate: ???constexpr boost::yap::expression<boost::yap::expr_kind::terminal, boost::hana::tuple<T> >::expression(const boost::hana::tuple<T>&) [with T = user::number]???
  139 |         constexpr expression(hana::tuple<T> const & rhs) : elements(rhs) {}
      |                   ^~~~~~~~~~
../boost/yap/expression.hpp:136:19: note: candidate: ???constexpr boost::yap::expression<boost::yap::expr_kind::terminal, boost::hana::tuple<T> >::expression(T&&) [with T = user::number]???
  136 |         constexpr expression(T && t) : elements(static_cast<T &&>(t)) {}
      |                   ^~~~~~~~~~
../libs/yap/test/user_expression_transform_2.cpp:153:13: error: ???transform??? was not declared in this scope
  153 |             transform(-term<user::number>{{1.0}}, user::eval_xform{});
      |             ^~~~~~~~~
../libs/yap/test/user_expression_transform_2.cpp:153:13: note: suggested alternatives:
In file included from /usr/include/c++/11/string:52,
                 from /usr/include/c++/11/bits/locale_classes.h:40,
                 from /usr/include/c++/11/bits/ios_base.h:41,
                 from /usr/include/c++/11/ios:42,
                 from /usr/include/c++/11/ostream:38,
                 from /usr/include/c++/11/bits/unique_ptr.h:42,
                 from /usr/include/c++/11/memory:76,
                 from ../boost/yap/detail/algorithm.hpp:14,
                 from ../boost/yap/algorithm.hpp:11,
                 from ../boost/yap/expression.hpp:9,
                 from ../libs/yap/test/user_expression_transform_2.cpp:6:
/usr/include/c++/11/bits/stl_algo.h:4323:5: note:   ???std::transform???
 4323 |     transform(_InputIterator1 __first1, _InputIterator1 __last1,
      |     ^~~~~~~~~
In file included from ../boost/hana/basic_tuple.hpp:27,
                 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/integral_constant.hpp:13,
                 from ../boost/yap/algorithm_fwd.hpp:11,
                 from ../boost/yap/algorithm.hpp:9,
                 from ../boost/yap/expression.hpp:9,
                 from ../libs/yap/test/user_expression_transform_2.cpp:6:
../boost/hana/fwd/transform.hpp:53:54: note:   ???boost::hana::transform???
   53 |     BOOST_HANA_INLINE_VARIABLE constexpr transform_t transform{};
      |                                                      ^~~~~~~~~
In file included from ../boost/yap/expression.hpp:9,
                 from ../libs/yap/test/user_expression_transform_2.cpp:6:
../boost/yap/algorithm.hpp:705:5: note:   ???boost::yap::transform???
  705 |     transform(Expr && expr, Transform && transform, Transforms &&... transforms)
      |     ^~~~~~~~~
../libs/yap/test/user_expression_transform_2.cpp:159:31: error: call of overloaded ???expression(<brace-enclosed initializer list>)??? is ambiguous
  159 |     term<user::number> a{{1.0}};
      |                               ^
In file included from ../libs/yap/test/user_expression_transform_2.cpp:6:
../boost/yap/expression.hpp:142:19: note: candidate: ???constexpr boost::yap::expression<boost::yap::expr_kind::terminal, boost::hana::tuple<T> >::expression(boost::hana::tuple<T>&&) [with T = user::number]???
  142 |         constexpr expression(hana::tuple<T> && rhs) : elements(std::move(rhs))
      |                   ^~~~~~~~~~
../boost/yap/expression.hpp:139:19: note: candidate: ???constexpr boost::yap::expression<boost::yap::expr_kind::terminal, boost::hana::tuple<T> >::expression(const boost::hana::tuple<T>&) [with T = user::number]???
  139 |         constexpr expression(hana::tuple<T> const & rhs) : elements(rhs) {}
      |                   ^~~~~~~~~~
../boost/yap/expression.hpp:136:19: note: candidate: ???constexpr boost::yap::expression<boost::yap::expr_kind::terminal, boost::hana::tuple<T> >::expression(T&&) [with T = user::number]???
  136 |         constexpr expression(T && t) : elements(static_cast<T &&>(t)) {}
      |                   ^~~~~~~~~~
../libs/yap/test/user_expression_transform_2.cpp:160:32: error: call of overloaded ???expression(<brace-enclosed initializer list>)??? is ambiguous
  160 |     term<user::number> x{{41.0}};
      |                                ^
In file included from ../libs/yap/test/user_expression_transform_2.cpp:6:
../boost/yap/expression.hpp:142:19: note: candidate: ???constexpr boost::yap::expression<boost::yap::expr_kind::terminal, boost::hana::tuple<T> >::expression(boost::hana::tuple<T>&&) [with T = user::number]???
  142 |         constexpr expression(hana::tuple<T> && rhs) : elements(std::move(rhs))
      |                   ^~~~~~~~~~
../boost/yap/expression.hpp:139:19: note: candidate: ???constexpr boost::yap::expression<boost::yap::expr_kind::terminal, boost::hana::tuple<T> >::expression(const boost::hana::tuple<T>&) [with T = user::number]???
  139 |         constexpr expression(hana::tuple<T> const & rhs) : elements(rhs) {}
      |                   ^~~~~~~~~~
../boost/yap/expression.hpp:136:19: note: candidate: ???constexpr boost::yap::expression<boost::yap::expr_kind::terminal, boost::hana::tuple<T> >::expression(T&&) [with T = user::number]???
  136 |         constexpr expression(T && t) : elements(static_cast<T &&>(t)) {}
      |                   ^~~~~~~~~~