Compile [2024-11-18 08:05:44 UTC]: fail
"clang++-17" -fvisibility-inlines-hidden -Wno-c99-extensions -std=c++20 -fPIC -pthread -O0 -fno-inline -Wall -fvisibility=hidden -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -I".." -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/assert/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/container_hash/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/core/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/describe/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/mp11/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/throw_exception/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/type_index/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/yap/include" -c -o "/mnt/fs1/run/teeks99-01/run/results/boost/bin.v2/libs/yap/test/call_expr.test/clang-linux-17~c++20/debug/riscv_64/debug-symbols-off/threading-multi/visibility-hidden/call_expr.o" "../libs/yap/test/call_expr.cpp"
../libs/yap/test/call_expr.cpp:184:32: error: call to constructor of 'term<user::number>' (aka 'expression<expr_kind::terminal, hana::tuple<number>>') is ambiguous
184 | term<user::number> a{{1.0}};
| ^~~~~~~~
../boost/yap/expression.hpp:136:19: note: candidate constructor
136 | constexpr expression(T && t) : elements(static_cast<T &&>(t)) {}
| ^
../boost/yap/expression.hpp:142:19: note: candidate constructor
142 | constexpr expression(hana::tuple<T> && rhs) : elements(std::move(rhs))
| ^
../boost/yap/expression.hpp:139:19: note: candidate constructor
139 | constexpr expression(hana::tuple<T> const & rhs) : elements(rhs) {}
| ^
../libs/yap/test/call_expr.cpp:185:32: error: call to constructor of 'term<user::number>' (aka 'expression<expr_kind::terminal, hana::tuple<number>>') is ambiguous
185 | term<user::number> x{{42.0}};
| ^~~~~~~~~
../boost/yap/expression.hpp:136:19: note: candidate constructor
136 | constexpr expression(T && t) : elements(static_cast<T &&>(t)) {}
| ^
../boost/yap/expression.hpp:142:19: note: candidate constructor
142 | constexpr expression(hana::tuple<T> && rhs) : elements(std::move(rhs))
| ^
../boost/yap/expression.hpp:139:19: note: candidate constructor
139 | constexpr expression(hana::tuple<T> const & rhs) : elements(rhs) {}
| ^
../libs/yap/test/call_expr.cpp:186:32: error: call to constructor of 'term<user::number>' (aka 'expression<expr_kind::terminal, hana::tuple<number>>') is ambiguous
186 | term<user::number> y{{3.0}};
| ^~~~~~~~
../boost/yap/expression.hpp:136:19: note: candidate constructor
136 | constexpr expression(T && t) : elements(static_cast<T &&>(t)) {}
| ^
../boost/yap/expression.hpp:142:19: note: candidate constructor
142 | constexpr expression(hana::tuple<T> && rhs) : elements(std::move(rhs))
| ^
../boost/yap/expression.hpp:139:19: note: candidate constructor
139 | constexpr expression(hana::tuple<T> const & rhs) : elements(rhs) {}
| ^
3 errors generated.