Test output: teeks99-dkr-dg14-2b - gil - channel / gcc-14~c++2b
Rev 00765c42443d26fa0dd8ab340fb5b5739c450fbb / Tue, 12 Nov 2024 16:32:11 +0000
Compile [2024-11-12 19:40:10 UTC]: fail


    "g++-14"   -fvisibility-inlines-hidden -std=c++2b -fPIC -m64 -pthread -O0 -fno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_FILESYSTEM_NO_LIB=1 -DBOOST_SYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_NO_LIB=1   -I".." -I"../libs/gil/test" -I"/var/boost/run/boost_root/libs/assert/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/filesystem/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/gil/include" -I"/var/boost/run/boost_root/libs/integer/include" -I"/var/boost/run/boost_root/libs/iterator/include" -I"/var/boost/run/boost_root/libs/mp11/include" -I"/var/boost/run/boost_root/libs/optional/include" -I"/var/boost/run/boost_root/libs/predef/include" -I"/var/boost/run/boost_root/libs/scope/include" -I"/var/boost/run/boost_root/libs/smart_ptr/include" -I"/var/boost/run/boost_root/libs/system/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" -I"/var/boost/run/boost_root/libs/variant2/include" -I"/var/boost/run/boost_root/libs/winapi/include"  -c -o "/var/boost/run/results/boost/bin.v2/libs/gil/test/legacy/channel.test/gcc-14~c++2b/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/channel.o" "../libs/gil/test/legacy/channel.cpp"

../libs/gil/test/legacy/channel.cpp:48:41: error: template argument 1 is invalid
   48 | auto c32f_min = channel_traits<float32_t>::min_value();
      |                                         ^
../libs/gil/test/legacy/channel.cpp:49:41: error: template argument 1 is invalid
   49 | auto c32f_max = channel_traits<float32_t>::max_value();
      |                                         ^
../libs/gil/test/legacy/channel.cpp: In function 'void test_channel()':
../libs/gil/test/legacy/channel.cpp:373:5: error: parse error in template argument list
  373 |     test_channel_value_impl<float32_t>();
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/gil/test/legacy/channel.cpp:373:39: error: no matching function for call to 'test_channel_value_impl<<expression error> >()'
  373 |     test_channel_value_impl<float32_t>();
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../libs/gil/test/legacy/channel.cpp:270:6: note: candidate: 'template<class ChannelValue> void test_channel_value_impl()'
  270 | void test_channel_value_impl() {
      |      ^~~~~~~~~~~~~~~~~~~~~~~
../libs/gil/test/legacy/channel.cpp:270:6: note:   template argument deduction/substitution failed:
../libs/gil/test/legacy/channel.cpp:373:39: error: template argument 1 is invalid
  373 |     test_channel_value_impl<float32_t>();
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~