Test output: teeks99-dkr-dc17-opt - yap - if_else / clang-linux-17~c++20~O2
Rev bd3c3e9c38e826481a9b4983aab67bc29983418e / Mon, 11 Nov 2024 07:10:45 +0000
Compile [2024-11-11 09:58:42 UTC]: fail


    "clang++-17"   -fvisibility-inlines-hidden -Wno-c99-extensions -std=c++20 -O2 -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".." -I"/var/boost/run/boost_root/libs/assert/include" -I"/var/boost/run/boost_root/libs/container_hash/include" -I"/var/boost/run/boost_root/libs/core/include" -I"/var/boost/run/boost_root/libs/describe/include" -I"/var/boost/run/boost_root/libs/mp11/include" -I"/var/boost/run/boost_root/libs/throw_exception/include" -I"/var/boost/run/boost_root/libs/type_index/include" -I"/var/boost/run/boost_root/libs/yap/include"  -c -o "/var/boost/run/results/boost/bin.v2/libs/yap/test/if_else.test/clang-linux-17~c++20~O2/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
            term<side_effect_callable_1>{{&one}}());
            ^                           ~~~~~~~~
../boost/yap/expression.hpp:136:19: note: candidate constructor
        constexpr expression(T && t) : elements(static_cast<T &&>(t)) {}
                  ^
../boost/yap/expression.hpp:142:19: note: candidate constructor
        constexpr expression(hana::tuple<T> && rhs) : elements(std::move(rhs))
                  ^
../boost/yap/expression.hpp:139:19: note: candidate constructor
        constexpr expression(hana::tuple<T> const & rhs) : elements(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
            term<side_effect_callable_1>{{&one}}());
            ^                           ~~~~~~~~
../boost/yap/expression.hpp:136:19: note: candidate constructor
        constexpr expression(T && t) : elements(static_cast<T &&>(t)) {}
                  ^
../boost/yap/expression.hpp:142:19: note: candidate constructor
        constexpr expression(hana::tuple<T> && rhs) : elements(std::move(rhs))
                  ^
../boost/yap/expression.hpp:139:19: note: candidate constructor
        constexpr expression(hana::tuple<T> const & rhs) : elements(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
            term<side_effect_callable_1>{{&one}}(),
            ^                           ~~~~~~~~
../boost/yap/expression.hpp:136:19: note: candidate constructor
        constexpr expression(T && t) : elements(static_cast<T &&>(t)) {}
                  ^
../boost/yap/expression.hpp:142:19: note: candidate constructor
        constexpr expression(hana::tuple<T> && rhs) : elements(std::move(rhs))
                  ^
../boost/yap/expression.hpp:139:19: note: candidate constructor
        constexpr expression(hana::tuple<T> const & rhs) : elements(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
            term<side_effect_callable_2>{{&two}}());
            ^                           ~~~~~~~~
../boost/yap/expression.hpp:136:19: note: candidate constructor
        constexpr expression(T && t) : elements(static_cast<T &&>(t)) {}
                  ^
../boost/yap/expression.hpp:142:19: note: candidate constructor
        constexpr expression(hana::tuple<T> && rhs) : elements(std::move(rhs))
                  ^
../boost/yap/expression.hpp:139:19: note: candidate constructor
        constexpr expression(hana::tuple<T> const & rhs) : elements(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
            term<side_effect_callable_1>{{&one}}(),
            ^                           ~~~~~~~~
../boost/yap/expression.hpp:136:19: note: candidate constructor
        constexpr expression(T && t) : elements(static_cast<T &&>(t)) {}
                  ^
../boost/yap/expression.hpp:142:19: note: candidate constructor
        constexpr expression(hana::tuple<T> && rhs) : elements(std::move(rhs))
                  ^
../boost/yap/expression.hpp:139:19: note: candidate constructor
        constexpr expression(hana::tuple<T> const & rhs) : elements(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
            term<side_effect_callable_2>{{&two}}());
            ^                           ~~~~~~~~
../boost/yap/expression.hpp:136:19: note: candidate constructor
        constexpr expression(T && t) : elements(static_cast<T &&>(t)) {}
                  ^
../boost/yap/expression.hpp:142:19: note: candidate constructor
        constexpr expression(hana::tuple<T> && rhs) : elements(std::move(rhs))
                  ^
../boost/yap/expression.hpp:139:19: note: candidate constructor
        constexpr expression(hana::tuple<T> const & rhs) : elements(rhs) {}
                  ^
6 errors generated.