Compile [2024-11-12 22:51:54 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 -I".." -I"../libs/gil/test" -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>();
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~