Test output: teeks99-dkr-dc18-2b - phoenix - switch_tests / clang-linux-18~c++2b
Rev 00765c42443d26fa0dd8ab340fb5b5739c450fbb / Tue, 12 Nov 2024 22:56:16 +0000
Compile [2024-11-13 01:41:35 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".." -I"/var/boost/run/boost_root/libs/assert/include" -I"/var/boost/run/boost_root/libs/bind/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/detail/include" -I"/var/boost/run/boost_root/libs/function/include" -I"/var/boost/run/boost_root/libs/function_types/include" -I"/var/boost/run/boost_root/libs/fusion/include" -I"/var/boost/run/boost_root/libs/mp11/include" -I"/var/boost/run/boost_root/libs/phoenix/include" -I"/var/boost/run/boost_root/libs/predef/include" -I"/var/boost/run/boost_root/libs/smart_ptr/include" -I"/var/boost/run/boost_root/libs/throw_exception/include" -I"/var/boost/run/boost_root/libs/tuple/include" -I"/var/boost/run/boost_root/libs/type_traits/include"  -c -o "/var/boost/run/results/boost/bin.v2/libs/phoenix/test/switch_tests.test/clang-linux-18~c++2b/debug/x86_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<actor<basic_expr<terminal, term<argument<1>>, 0>>>'
   53 |         switch_(_1)
      |         ~~~~~~~~~~~
   54 |         [
      |         ^
   55 |             case_<1>(cout << val("<1>") << endl),
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |             case_<2>(cout << val("<2>") << endl),
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   57 |             case_<3>(cout << val("<3>") << endl),
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   58 |             case_<4>(cout << val("<4>") << endl)
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/phoenix/statement/switch.hpp:248:9: note: candidate function template not viable: requires single argument 'cases', but 4 arguments were provided
  248 |         operator[](Cases const& cases) const
      |         ^          ~~~~~~~~~~~~~~~~~~
../libs/phoenix/test/statement/switch_tests.cpp:66:9: error: no viable overloaded operator[] for type 'const switch_gen<actor<basic_expr<terminal, term<argument<1>>, 0>>>'
   65 |         switch_(_1)
      |         ~~~~~~~~~~~
   66 |         [
      |         ^
   67 |             case_<1>(cout << val("<1>") << endl),
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |             case_<2>(cout << val("<2>") << endl),
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |             case_<3>(cout << val("<3>") << endl),
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |             case_<4>(cout << val("<4>") << endl),
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |             default_(cout << val("<over 4>") << endl)
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/phoenix/statement/switch.hpp:248:9: note: candidate function template not viable: requires single argument 'cases', but 5 arguments were provided
  248 |         operator[](Cases const& cases) const
      |         ^          ~~~~~~~~~~~~~~~~~~
2 errors generated.