Test output: teeks99-dkr-mg13-warn - yap - if_else / gcc-13~c++20~warn
Rev 62658b2ab10667a59ced1201b3443ff937b70d4e / Tue, 19 Nov 2024 02:11:49 +0000
Compile [2024-11-19 05:16:51 UTC]: fail


    "g++-13"   -fvisibility-inlines-hidden -std=c++20 -Wall -Wextra -fPIC -m64 -pthread -O0 -fno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1   -I".."  -c -o "/var/boost/run/results/boost/bin.v2/libs/yap/test/if_else.test/gcc-13~c++20~warn/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/if_else.o" "../libs/yap/test/if_else.cpp"

../libs/yap/test/if_else.cpp: In function 'int main()':
../libs/yap/test/if_else.cpp:64:48: error: call of overloaded 'expression(<brace-enclosed initializer list>)' is ambiguous
   64 |             term<side_effect_callable_1>{{&one}}());
      |                                                ^
In file included from ../libs/yap/test/if_else.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 = side_effect_callable_1]'
  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 = side_effect_callable_1]'
  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 = side_effect_callable_1]'
  136 |         constexpr expression(T && t) : elements(static_cast<T &&>(t)) {}
      |                   ^~~~~~~~~~
../libs/yap/test/if_else.cpp:78:48: error: call of overloaded 'expression(<brace-enclosed initializer list>)' is ambiguous
   78 |             term<side_effect_callable_1>{{&one}}());
      |                                                ^
../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 = side_effect_callable_1]'
  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 = side_effect_callable_1]'
  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 = side_effect_callable_1]'
  136 |         constexpr expression(T && t) : elements(static_cast<T &&>(t)) {}
      |                   ^~~~~~~~~~
../libs/yap/test/if_else.cpp:91:48: error: call of overloaded 'expression(<brace-enclosed initializer list>)' is ambiguous
   91 |             term<side_effect_callable_1>{{&one}}(),
      |                                                ^
../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 = side_effect_callable_1]'
  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 = side_effect_callable_1]'
  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 = side_effect_callable_1]'
  136 |         constexpr expression(T && t) : elements(static_cast<T &&>(t)) {}
      |                   ^~~~~~~~~~
../libs/yap/test/if_else.cpp:92:48: error: call of overloaded 'expression(<brace-enclosed initializer list>)' is ambiguous
   92 |             term<side_effect_callable_2>{{&two}}());
      |                                                ^
../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 = side_effect_callable_2]'
  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 = side_effect_callable_2]'
  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 = side_effect_callable_2]'
  136 |         constexpr expression(T && t) : elements(static_cast<T &&>(t)) {}
      |                   ^~~~~~~~~~
../libs/yap/test/if_else.cpp:105:48: error: call of overloaded 'expression(<brace-enclosed initializer list>)' is ambiguous
  105 |             term<side_effect_callable_1>{{&one}}(),
      |                                                ^
../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 = side_effect_callable_1]'
  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 = side_effect_callable_1]'
  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 = side_effect_callable_1]'
  136 |         constexpr expression(T && t) : elements(static_cast<T &&>(t)) {}
      |                   ^~~~~~~~~~
../libs/yap/test/if_else.cpp:106:48: error: call of overloaded 'expression(<brace-enclosed initializer list>)' is ambiguous
  106 |             term<side_effect_callable_2>{{&two}}());
      |                                                ^
../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 = side_effect_callable_2]'
  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 = side_effect_callable_2]'
  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 = side_effect_callable_2]'
  136 |         constexpr expression(T && t) : elements(static_cast<T &&>(t)) {}
      |                   ^~~~~~~~~~