Test output: teeks99-06-mc15-2b-64onaarch64 - phoenix - algorithm_test / clang-linux-15~c++2b
Rev 2b7c83edd2af574bf4a892389c61cee817fcb8c5 / Fri, 15 Nov 2024 05:00:04 +0000
Compile [2024-11-16 04:02:41 UTC]: fail


    "clang++-15"   -fvisibility-inlines-hidden -Wno-c99-extensions -std=c++2b -fPIC -pthread -O0 -fno-inline -Wall -fvisibility=hidden -m64 --target=arm64-pc-linux  -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1   -I".."  -c -o "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/phoenix/test/algorithm_test.test/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/threading-multi/visibility-hidden/bll_compatibility/algorithm_test.o" "../libs/phoenix/test/bll_compatibility/algorithm_test.cpp"

../libs/phoenix/test/bll_compatibility/algorithm_test.cpp:54:39: error: no viable overloaded operator[] for type 'const boost::phoenix::lambda_local_gen'
          phoenix::for_each(_1, lambda[_1 = ref(sum), ++ref(sum)]));
                                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/phoenix/scope/lambda.hpp:320:9: note: candidate function template not viable: requires single argument 'expr', but 2 arguments were provided
        operator[](Expr const & expr) const
        ^
1 error generated.