Test output: teeks99-dkr-dg12 - hana - test~functional~fix / gcc-12~c++17
Rev 8a1a5f3a64b5f11de2ff03a1d6fb9372a5c51e66 / Fri, 15 Nov 2024 15:30:25 +0000
Compile [2024-11-15 18:22:18 UTC]: fail


    "g++-12"   -fvisibility-inlines-hidden -std=c++17 -fPIC -m64 -pthread -O0 -fno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1   -I".." -I"../libs/hana/include" -I"../libs/hana/test/_include"  -c -o "/var/boost/run/results/boost/bin.v2/libs/hana/test/test~functional~fix.test/gcc-12~c++17/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/functional/fix.o" "../libs/hana/test/functional/fix.cpp"

In file included from ../boost/hana/detail/operators/comparable.hpp:15,
                 from ../boost/hana/pair.hpp:20,
                 from ../boost/hana/unpack.hpp:26,
                 from ../boost/hana/fold_left.hpp:20,
                 from ../boost/hana/concept/foldable.hpp:19,
                 from ../boost/hana/core/to.hpp:16,
                 from ../boost/hana/bool.hpp:17,
                 from ../boost/hana/eval_if.hpp:15,
                 from ../boost/hana/concept/logical.hpp:19,
                 from ../boost/hana/if.hpp:15,
                 from ../boost/hana/assert.hpp:16,
                 from ../libs/hana/test/functional/fix.cpp:7:
../boost/hana/fwd/equal.hpp: In instantiation of 'struct boost::hana::equal_impl<boost::hana::integral_constant_tag<long long unsigned int>, boost::hana::integral_constant_tag<long long unsigned int>, void>':
../boost/hana/equal.hpp:50:28:   required from 'constexpr auto boost::hana::equal_t::operator()(X&&, Y&&) const [with X = boost::hana::integral_constant<long long unsigned int, 15>&; Y = const boost::hana::integral_constant<long long unsigned int, 0>&]'
../libs/hana/test/functional/fix.cpp:19:37:   required from '<lambda(auto:1, auto:2)> [with auto:1 = boost::hana::fix_t<<lambda(auto:1, auto:2)> >; auto:2 = boost::hana::integral_constant<long long unsigned int, 15>]'
../boost/hana/functional/fix.hpp:74:19:   required from 'constexpr decltype(auto) boost::hana::fix_t<F>::operator()(X&& ...) & [with X = {const boost::hana::integral_constant<long long unsigned int, 15>&}; F = <lambda(auto:1, auto:2)>]'
../libs/hana/test/functional/fix.cpp:30:5:   required from 'void test() [with int n = 15]'
../libs/hana/test/functional/fix.cpp:40:13:   required from here
../boost/hana/fwd/equal.hpp:69:12: error: ambiguous template instantiation for 'struct boost::hana::equal_impl<boost::hana::integral_constant_tag<long long unsigned int>, boost::hana::integral_constant_tag<long long unsigned int>, boost::hana::when<true> >'
   69 |     struct equal_impl : equal_impl<T, U, when<true>> { };
      |            ^~~~~~~~~~
In file included from ../libs/hana/test/functional/fix.cpp:9:
../boost/hana/equal.hpp:55:12: note: candidates are: 'template<class T, class U, bool condition> struct boost::hana::equal_impl<T, U, boost::hana::when<condition> > [with T = boost::hana::integral_constant_tag<long long unsigned int>; U = boost::hana::integral_constant_tag<long long unsigned int>; bool condition = true]'
   55 |     struct equal_impl<T, U, when<condition>> : default_ {
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/equal.hpp:104:12: note:                 'template<class C> struct boost::hana::equal_impl<C, C, boost::hana::when<(boost::hana::Constant<C>::value && boost::hana::Comparable<typename C::value_type>::value)> > [with C = boost::hana::integral_constant_tag<long long unsigned int>]'
  104 |     struct equal_impl<C, C, when<
      |            ^~~~~~~~~~~~~~~~~~~~~~
  105 |         hana::Constant<C>::value &&
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  106 |         Comparable<typename C::value_type>::value
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  107 |     >> {
      |     ~~      
../boost/hana/fwd/equal.hpp:69:12: error: invalid use of incomplete type 'struct boost::hana::equal_impl<boost::hana::integral_constant_tag<long long unsigned int>, boost::hana::integral_constant_tag<long long unsigned int>, boost::hana::when<true> >'
   69 |     struct equal_impl : equal_impl<T, U, when<true>> { };
      |            ^~~~~~~~~~
../boost/hana/fwd/equal.hpp:69:12: note: declaration of 'struct boost::hana::equal_impl<boost::hana::integral_constant_tag<long long unsigned int>, boost::hana::integral_constant_tag<long long unsigned int>, boost::hana::when<true> >'
../boost/hana/equal.hpp: In instantiation of 'constexpr auto boost::hana::equal_t::operator()(X&&, Y&&) const [with X = boost::hana::integral_constant<long long unsigned int, 15>&; Y = const boost::hana::integral_constant<long long unsigned int, 0>&]':
../libs/hana/test/functional/fix.cpp:19:37:   required from '<lambda(auto:1, auto:2)> [with auto:1 = boost::hana::fix_t<<lambda(auto:1, auto:2)> >; auto:2 = boost::hana::integral_constant<long long unsigned int, 15>]'
../boost/hana/functional/fix.hpp:74:19:   required from 'constexpr decltype(auto) boost::hana::fix_t<F>::operator()(X&& ...) & [with X = {const boost::hana::integral_constant<long long unsigned int, 15>&}; F = <lambda(auto:1, auto:2)>]'
../libs/hana/test/functional/fix.cpp:30:5:   required from 'void test() [with int n = 15]'
../libs/hana/test/functional/fix.cpp:40:13:   required from here
../boost/hana/equal.hpp:50:28: error: 'apply' is not a member of 'Equal' {aka 'boost::hana::equal_impl<boost::hana::integral_constant_tag<long long unsigned int>, boost::hana::integral_constant_tag<long long unsigned int>, void>'}
   50 |         return Equal::apply(static_cast<X&&>(x), static_cast<Y&&>(y));
      |                ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~