Compile [2024-11-21 22:43:01 UTC]: succeed
"g++-13" -fvisibility-inlines-hidden -std=c++20 -fPIC -pthread -O0 -fno-inline -Wall -fvisibility=hidden -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -I".." -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/assert/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/core/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/detail/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/function_types/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/throw_exception/include" -c -o "/mnt/fs1/run/teeks99-01/run/results/boost/bin.v2/libs/function_types/test/member_ccs.test/gcc-13~c++20/debug/riscv_64/debug-symbols-off/threading-multi/visibility-hidden/member_ccs.o" "../libs/function_types/test/custom_ccs/member_ccs.cpp"
In file included from ../libs/function_types/test/custom_ccs/member_ccs.cpp:11:
../boost/config/pragma_message.hpp:24:34: note: ???#pragma message: Test skipped because _M_IX86 is not defined???
24 | # define BOOST_PRAGMA_MESSAGE(x) _Pragma(BOOST_STRINGIZE(message(x)))
| ^~~~~~~
../libs/function_types/test/custom_ccs/member_ccs.cpp:12:1: note: in expansion of macro ???BOOST_PRAGMA_MESSAGE???
12 | BOOST_PRAGMA_MESSAGE("Test skipped because _M_IX86 is not defined")
| ^~~~~~~~~~~~~~~~~~~~