Compile [2024-11-16 04:02: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".." -c -o "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/phoenix/test/switch_tests.test/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/threading-multi/visibility-hidden/statement/switch_tests.o" "../libs/phoenix/test/statement/switch_tests.cpp"
../libs/phoenix/test/statement/switch_tests.cpp:54:9: error: no viable overloaded operator[] for type 'const switch_gen<boost::phoenix::actor<boost::proto::exprns_::basic_expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::phoenix::argument<1>>, 0>>>'
[
^
../boost/phoenix/statement/switch.hpp:248:9: note: candidate function template not viable: requires single argument 'cases', but 4 arguments were provided
operator[](Cases const& cases) const
^
../libs/phoenix/test/statement/switch_tests.cpp:66:9: error: no viable overloaded operator[] for type 'const switch_gen<boost::phoenix::actor<boost::proto::exprns_::basic_expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::phoenix::argument<1>>, 0>>>'
[
^
../boost/phoenix/statement/switch.hpp:248:9: note: candidate function template not viable: requires single argument 'cases', but 5 arguments were provided
operator[](Cases const& cases) const
^
2 errors generated.