Test output: teeks99-dkr-mc18-2b - phoenix - algorithm_test / clang-linux-18~c++2b
Rev 2b7c83edd2af574bf4a892389c61cee817fcb8c5 / Wed, 13 Nov 2024 01:56:48 +0000
Compile [2024-11-13 04:42:13 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/phoenix/test/algorithm_test.test/clang-linux-18~c++2b/debug/x86_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 lambda_local_gen'
   54 |           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
  320 |         operator[](Expr const & expr) const
      |         ^          ~~~~~~~~~~~~~~~~~
1 error generated.