Test output: teeks99-dkr-mc18-2b - yap - if_else / clang-linux-18~c++2b
Rev 2b7c83edd2af574bf4a892389c61cee817fcb8c5 / Wed, 13 Nov 2024 01:56:48 +0000
Compile [2024-11-13 04:42:32 UTC]: fail


    "clang++-18"   -fvisibility-inlines-hidden -Wno-c99-extensions -std=c++2b -fPIC -pthread -O0 -fno-inline -Wall -fvisibility=hidden -m64 --target=x86_64-pc-linux  -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/clang-linux-18~c++2b/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:64:13: error: call to constructor of 'term<side_effect_callable_1>' (aka 'expression<expr_kind::terminal, hana::tuple<side_effect_callable_1>>') is ambiguous
   64 |             term<side_effect_callable_1>{{&one}}());
      |             ^                           ~~~~~~~~
../boost/yap/expression.hpp:136:19: note: candidate constructor
  136 |         constexpr expression(T && t) : elements(static_cast<T &&>(t)) {}
      |                   ^
../boost/yap/expression.hpp:139:19: note: candidate constructor
  139 |         constexpr expression(hana::tuple<T> const & rhs) : elements(rhs) {}
      |                   ^
../boost/yap/expression.hpp:142:19: note: candidate constructor
  142 |         constexpr expression(hana::tuple<T> && rhs) : elements(std::move(rhs))
      |                   ^
../libs/yap/test/if_else.cpp:78:13: error: call to constructor of 'term<side_effect_callable_1>' (aka 'expression<expr_kind::terminal, hana::tuple<side_effect_callable_1>>') is ambiguous
   78 |             term<side_effect_callable_1>{{&one}}());
      |             ^                           ~~~~~~~~
../boost/yap/expression.hpp:136:19: note: candidate constructor
  136 |         constexpr expression(T && t) : elements(static_cast<T &&>(t)) {}
      |                   ^
../boost/yap/expression.hpp:139:19: note: candidate constructor
  139 |         constexpr expression(hana::tuple<T> const & rhs) : elements(rhs) {}
      |                   ^
../boost/yap/expression.hpp:142:19: note: candidate constructor
  142 |         constexpr expression(hana::tuple<T> && rhs) : elements(std::move(rhs))
      |                   ^
../libs/yap/test/if_else.cpp:91:13: error: call to constructor of 'term<side_effect_callable_1>' (aka 'expression<expr_kind::terminal, hana::tuple<side_effect_callable_1>>') is ambiguous
   91 |             term<side_effect_callable_1>{{&one}}(),
      |             ^                           ~~~~~~~~
../boost/yap/expression.hpp:136:19: note: candidate constructor
  136 |         constexpr expression(T && t) : elements(static_cast<T &&>(t)) {}
      |                   ^
../boost/yap/expression.hpp:139:19: note: candidate constructor
  139 |         constexpr expression(hana::tuple<T> const & rhs) : elements(rhs) {}
      |                   ^
../boost/yap/expression.hpp:142:19: note: candidate constructor
  142 |         constexpr expression(hana::tuple<T> && rhs) : elements(std::move(rhs))
      |                   ^
../libs/yap/test/if_else.cpp:92:13: error: call to constructor of 'term<side_effect_callable_2>' (aka 'expression<expr_kind::terminal, hana::tuple<side_effect_callable_2>>') is ambiguous
   92 |             term<side_effect_callable_2>{{&two}}());
      |             ^                           ~~~~~~~~
../boost/yap/expression.hpp:136:19: note: candidate constructor
  136 |         constexpr expression(T && t) : elements(static_cast<T &&>(t)) {}
      |                   ^
../boost/yap/expression.hpp:139:19: note: candidate constructor
  139 |         constexpr expression(hana::tuple<T> const & rhs) : elements(rhs) {}
      |                   ^
../boost/yap/expression.hpp:142:19: note: candidate constructor
  142 |         constexpr expression(hana::tuple<T> && rhs) : elements(std::move(rhs))
      |                   ^
../libs/yap/test/if_else.cpp:105:13: error: call to constructor of 'term<side_effect_callable_1>' (aka 'expression<expr_kind::terminal, hana::tuple<side_effect_callable_1>>') is ambiguous
  105 |             term<side_effect_callable_1>{{&one}}(),
      |             ^                           ~~~~~~~~
../boost/yap/expression.hpp:136:19: note: candidate constructor
  136 |         constexpr expression(T && t) : elements(static_cast<T &&>(t)) {}
      |                   ^
../boost/yap/expression.hpp:139:19: note: candidate constructor
  139 |         constexpr expression(hana::tuple<T> const & rhs) : elements(rhs) {}
      |                   ^
../boost/yap/expression.hpp:142:19: note: candidate constructor
  142 |         constexpr expression(hana::tuple<T> && rhs) : elements(std::move(rhs))
      |                   ^
../libs/yap/test/if_else.cpp:106:13: error: call to constructor of 'term<side_effect_callable_2>' (aka 'expression<expr_kind::terminal, hana::tuple<side_effect_callable_2>>') is ambiguous
  106 |             term<side_effect_callable_2>{{&two}}());
      |             ^                           ~~~~~~~~
../boost/yap/expression.hpp:136:19: note: candidate constructor
  136 |         constexpr expression(T && t) : elements(static_cast<T &&>(t)) {}
      |                   ^
../boost/yap/expression.hpp:139:19: note: candidate constructor
  139 |         constexpr expression(hana::tuple<T> const & rhs) : elements(rhs) {}
      |                   ^
../boost/yap/expression.hpp:142:19: note: candidate constructor
  142 |         constexpr expression(hana::tuple<T> && rhs) : elements(std::move(rhs))
      |                   ^
6 errors generated.