Compile [2024-11-22 00:26:39 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".." -I"/mnt/fs1/teeks99-06/run/boost_root/libs/assert/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/bind/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/container_hash/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/core/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/describe/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/detail/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/function/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/function_types/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/fusion/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/mp11/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/phoenix/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/predef/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/smart_ptr/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/throw_exception/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/tuple/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/type_traits/include" -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.