Test output: teeks99-dkr-mg12 - hana - test~monoid / gcc-12~c++17
Rev 7e09330c84621efd22370bf57289b67c7283ee21 / Sat, 16 Nov 2024 09:26:04 +0000
Compile [2024-11-16 12:16:25 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/test/_include" -I"/var/boost/run/boost_root/libs/assert/include" -I"/var/boost/run/boost_root/libs/core/include" -I"/var/boost/run/boost_root/libs/hana/include" -I"/var/boost/run/boost_root/libs/throw_exception/include" -I"/var/boost/run/boost_root/libs/tuple/include"  -c -o "/var/boost/run/results/boost/bin.v2/libs/hana/test/test~monoid.test/gcc-12~c++17/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/monoid.o" "../libs/hana/test/monoid.cpp"

In file included from ../boost/hana/zero.hpp:13,
                 from ../boost/hana/concept/monoid.hpp:20,
                 from ../libs/hana/test/monoid.cpp:6:
../boost/hana/fwd/zero.hpp: In instantiation of 'struct boost::hana::zero_impl<int, void>':
../boost/hana/core/default.hpp:26:9:   required by substitution of 'template<class Method> struct boost::hana::is_default<Method, decltype ((void)(static_cast<boost::hana::default_>((*(Method*)(0)))))> [with Method = boost::hana::zero_impl<int, void>]'
../boost/hana/concept/monoid.hpp:27:63:   required from 'struct boost::hana::Monoid<int>'
../boost/hana/zero.hpp:30:40:   required from 'constexpr decltype(auto) boost::hana::zero_t<M>::operator()() const [with M = int]'
../libs/hana/test/monoid.cpp:22:34:   required from here
../boost/hana/fwd/zero.hpp:35:12: error: ambiguous template instantiation for 'struct boost::hana::zero_impl<int, boost::hana::when<true> >'
   35 |     struct zero_impl : zero_impl<M, when<true>> { };
      |            ^~~~~~~~~
../boost/hana/zero.hpp:43:12: note: candidates are: 'template<class M, bool condition> struct boost::hana::zero_impl<M, boost::hana::when<condition> > [with M = int; bool condition = true]'
   43 |     struct zero_impl<M, when<condition>> : default_ {
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/zero.hpp:52:12: note:                 'template<class T> struct boost::hana::zero_impl<T, boost::hana::when<(std::is_arithmetic<_Tp>::value && (! std::is_same<T, bool>::value))> > [with T = int]'
   52 |     struct zero_impl<T, when<
      |            ^~~~~~~~~~~~~~~~~~
   53 |         std::is_arithmetic<T>::value &&
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   54 |         !std::is_same<T, bool>::value
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |     >> {
      |     ~~      
../boost/hana/fwd/zero.hpp:35:12: error: invalid use of incomplete type 'struct boost::hana::zero_impl<int, boost::hana::when<true> >'
   35 |     struct zero_impl : zero_impl<M, when<true>> { };
      |            ^~~~~~~~~
../boost/hana/fwd/zero.hpp:35:12: note: declaration of 'struct boost::hana::zero_impl<int, boost::hana::when<true> >'
In file included from ../boost/hana/detail/operators/arithmetic.hpp:20,
                 from ../boost/hana/bool.hpp:19,
                 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/monoid.cpp:5:
../boost/hana/fwd/plus.hpp: In instantiation of 'struct boost::hana::plus_impl<int, int, void>':
../boost/hana/core/default.hpp:26:9:   required by substitution of 'template<class Method> struct boost::hana::is_default<Method, decltype ((void)(static_cast<boost::hana::default_>((*(Method*)(0)))))> [with Method = boost::hana::plus_impl<int, int, void>]'
../boost/hana/concept/monoid.hpp:29:63:   required from 'struct boost::hana::Monoid<int>'
../boost/hana/zero.hpp:30:40:   required from 'constexpr decltype(auto) boost::hana::zero_t<M>::operator()() const [with M = int]'
../libs/hana/test/monoid.cpp:22:34:   required from here
../boost/hana/fwd/plus.hpp:52:12: error: ambiguous template instantiation for 'struct boost::hana::plus_impl<int, int, boost::hana::when<true> >'
   52 |     struct plus_impl : plus_impl<T, U, when<true>> { };
      |            ^~~~~~~~~
In file included from ../boost/hana/concept/monoid.hpp:19:
../boost/hana/plus.hpp:56:12: note: candidates are: 'template<class T, class U, bool condition> struct boost::hana::plus_impl<T, U, boost::hana::when<condition> > [with T = int; U = int; bool condition = true]'
   56 |     struct plus_impl<T, U, when<condition>> : default_ {
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/plus.hpp:78:12: note:                 'template<class T> struct boost::hana::plus_impl<T, T, boost::hana::when<(std::is_arithmetic<_Tp>::value && (! std::is_same<T, bool>::value))> > [with T = int]'
   78 |     struct plus_impl<T, T, when<
      |            ^~~~~~~~~~~~~~~~~~~~~
   79 |         std::is_arithmetic<T>::value &&
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   80 |         !std::is_same<T, bool>::value
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   81 |     >> {
      |     ~~      
../boost/hana/fwd/plus.hpp:52:12: error: invalid use of incomplete type 'struct boost::hana::plus_impl<int, int, boost::hana::when<true> >'
   52 |     struct plus_impl : plus_impl<T, U, when<true>> { };
      |            ^~~~~~~~~
../boost/hana/fwd/plus.hpp:52:12: note: declaration of 'struct boost::hana::plus_impl<int, int, boost::hana::when<true> >'
../boost/hana/zero.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::zero_t<M>::operator()() const [with M = int]':
../libs/hana/test/monoid.cpp:22:34:   required from here
../boost/hana/zero.hpp:38:27: error: 'apply' is not a member of 'Zero' {aka 'boost::hana::zero_impl<int, void>'}
   38 |         return Zero::apply();
      |                ~~~~~~~~~~~^~
../boost/hana/plus.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::plus_t::operator()(X&&, Y&&) const [with X = int; Y = int]':
../libs/hana/test/monoid.cpp:25:29:   required from here
../boost/hana/plus.hpp:51:27: error: 'apply' is not a member of 'Plus' {aka 'boost::hana::plus_impl<int, int, void>'}
   51 |         return Plus::apply(static_cast<X&&>(x), static_cast<Y&&>(y));
      |                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/fwd/zero.hpp: In instantiation of 'struct boost::hana::zero_impl<unsigned int, void>':
../boost/hana/core/default.hpp:26:9:   required by substitution of 'template<class Method> struct boost::hana::is_default<Method, decltype ((void)(static_cast<boost::hana::default_>((*(Method*)(0)))))> [with Method = boost::hana::zero_impl<unsigned int, void>]'
../boost/hana/concept/monoid.hpp:27:63:   required from 'struct boost::hana::Monoid<unsigned int>'
../boost/hana/zero.hpp:30:40:   required from 'constexpr decltype(auto) boost::hana::zero_t<M>::operator()() const [with M = unsigned int]'
../libs/hana/test/_include/laws/monoid.hpp:37:17:   required from 'boost::hana::test::TestMonoid<M, boost::hana::test::laws>::TestMonoid(Xs) [with Xs = boost::hana::tuple<unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int>; M = unsigned int]'
../libs/hana/test/_include/laws/monoid.hpp:22:36:   required from here
../boost/hana/fwd/zero.hpp:35:12: error: ambiguous template instantiation for 'struct boost::hana::zero_impl<unsigned int, boost::hana::when<true> >'
   35 |     struct zero_impl : zero_impl<M, when<true>> { };
      |            ^~~~~~~~~
../boost/hana/zero.hpp:43:12: note: candidates are: 'template<class M, bool condition> struct boost::hana::zero_impl<M, boost::hana::when<condition> > [with M = unsigned int; bool condition = true]'
   43 |     struct zero_impl<M, when<condition>> : default_ {
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/zero.hpp:52:12: note:                 'template<class T> struct boost::hana::zero_impl<T, boost::hana::when<(std::is_arithmetic<_Tp>::value && (! std::is_same<T, bool>::value))> > [with T = unsigned int]'
   52 |     struct zero_impl<T, when<
      |            ^~~~~~~~~~~~~~~~~~
   53 |         std::is_arithmetic<T>::value &&
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   54 |         !std::is_same<T, bool>::value
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |     >> {
      |     ~~      
../boost/hana/fwd/zero.hpp:35:12: error: invalid use of incomplete type 'struct boost::hana::zero_impl<unsigned int, boost::hana::when<true> >'
   35 |     struct zero_impl : zero_impl<M, when<true>> { };
      |            ^~~~~~~~~
../boost/hana/fwd/zero.hpp:35:12: note: declaration of 'struct boost::hana::zero_impl<unsigned int, boost::hana::when<true> >'
../boost/hana/fwd/plus.hpp: In instantiation of 'struct boost::hana::plus_impl<unsigned int, unsigned int, void>':
../boost/hana/core/default.hpp:26:9:   required by substitution of 'template<class Method> struct boost::hana::is_default<Method, decltype ((void)(static_cast<boost::hana::default_>((*(Method*)(0)))))> [with Method = boost::hana::plus_impl<unsigned int, unsigned int, void>]'
../boost/hana/concept/monoid.hpp:29:63:   required from 'struct boost::hana::Monoid<unsigned int>'
../boost/hana/zero.hpp:30:40:   required from 'constexpr decltype(auto) boost::hana::zero_t<M>::operator()() const [with M = unsigned int]'
../libs/hana/test/_include/laws/monoid.hpp:37:17:   required from 'boost::hana::test::TestMonoid<M, boost::hana::test::laws>::TestMonoid(Xs) [with Xs = boost::hana::tuple<unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int>; M = unsigned int]'
../libs/hana/test/_include/laws/monoid.hpp:22:36:   required from here
../boost/hana/fwd/plus.hpp:52:12: error: ambiguous template instantiation for 'struct boost::hana::plus_impl<unsigned int, unsigned int, boost::hana::when<true> >'
   52 |     struct plus_impl : plus_impl<T, U, when<true>> { };
      |            ^~~~~~~~~
../boost/hana/plus.hpp:56:12: note: candidates are: 'template<class T, class U, bool condition> struct boost::hana::plus_impl<T, U, boost::hana::when<condition> > [with T = unsigned int; U = unsigned int; bool condition = true]'
   56 |     struct plus_impl<T, U, when<condition>> : default_ {
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/plus.hpp:78:12: note:                 'template<class T> struct boost::hana::plus_impl<T, T, boost::hana::when<(std::is_arithmetic<_Tp>::value && (! std::is_same<T, bool>::value))> > [with T = unsigned int]'
   78 |     struct plus_impl<T, T, when<
      |            ^~~~~~~~~~~~~~~~~~~~~
   79 |         std::is_arithmetic<T>::value &&
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   80 |         !std::is_same<T, bool>::value
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   81 |     >> {
      |     ~~      
../boost/hana/fwd/plus.hpp:52:12: error: invalid use of incomplete type 'struct boost::hana::plus_impl<unsigned int, unsigned int, boost::hana::when<true> >'
   52 |     struct plus_impl : plus_impl<T, U, when<true>> { };
      |            ^~~~~~~~~
../boost/hana/fwd/plus.hpp:52:12: note: declaration of 'struct boost::hana::plus_impl<unsigned int, unsigned int, boost::hana::when<true> >'
../boost/hana/zero.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::zero_t<M>::operator()() const [with M = unsigned int]':
../libs/hana/test/_include/laws/monoid.hpp:37:17:   required from 'boost::hana::test::TestMonoid<M, boost::hana::test::laws>::TestMonoid(Xs) [with Xs = boost::hana::tuple<unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int>; M = unsigned int]'
../libs/hana/test/_include/laws/monoid.hpp:22:36:   required from here
../boost/hana/zero.hpp:38:27: error: 'apply' is not a member of 'Zero' {aka 'boost::hana::zero_impl<unsigned int, void>'}
   38 |         return Zero::apply();
      |                ~~~~~~~~~~~^~
../boost/hana/fwd/zero.hpp: In instantiation of 'struct boost::hana::zero_impl<long int, void>':
../boost/hana/core/default.hpp:26:9:   required by substitution of 'template<class Method> struct boost::hana::is_default<Method, decltype ((void)(static_cast<boost::hana::default_>((*(Method*)(0)))))> [with Method = boost::hana::zero_impl<long int, void>]'
../boost/hana/concept/monoid.hpp:27:63:   required from 'struct boost::hana::Monoid<long int>'
../boost/hana/zero.hpp:30:40:   required from 'constexpr decltype(auto) boost::hana::zero_t<M>::operator()() const [with M = long int]'
../libs/hana/test/_include/laws/monoid.hpp:37:17:   required from 'boost::hana::test::TestMonoid<M, boost::hana::test::laws>::TestMonoid(Xs) [with Xs = boost::hana::tuple<long int, long int, long int, long int, long int, long int>; M = long int]'
../libs/hana/test/_include/laws/monoid.hpp:22:36:   required from here
../boost/hana/fwd/zero.hpp:35:12: error: ambiguous template instantiation for 'struct boost::hana::zero_impl<long int, boost::hana::when<true> >'
   35 |     struct zero_impl : zero_impl<M, when<true>> { };
      |            ^~~~~~~~~
../boost/hana/zero.hpp:43:12: note: candidates are: 'template<class M, bool condition> struct boost::hana::zero_impl<M, boost::hana::when<condition> > [with M = long int; bool condition = true]'
   43 |     struct zero_impl<M, when<condition>> : default_ {
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/zero.hpp:52:12: note:                 'template<class T> struct boost::hana::zero_impl<T, boost::hana::when<(std::is_arithmetic<_Tp>::value && (! std::is_same<T, bool>::value))> > [with T = long int]'
   52 |     struct zero_impl<T, when<
      |            ^~~~~~~~~~~~~~~~~~
   53 |         std::is_arithmetic<T>::value &&
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   54 |         !std::is_same<T, bool>::value
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |     >> {
      |     ~~      
../boost/hana/fwd/zero.hpp:35:12: error: invalid use of incomplete type 'struct boost::hana::zero_impl<long int, boost::hana::when<true> >'
   35 |     struct zero_impl : zero_impl<M, when<true>> { };
      |            ^~~~~~~~~
../boost/hana/fwd/zero.hpp:35:12: note: declaration of 'struct boost::hana::zero_impl<long int, boost::hana::when<true> >'
../boost/hana/fwd/plus.hpp: In instantiation of 'struct boost::hana::plus_impl<long int, long int, void>':
../boost/hana/core/default.hpp:26:9:   required by substitution of 'template<class Method> struct boost::hana::is_default<Method, decltype ((void)(static_cast<boost::hana::default_>((*(Method*)(0)))))> [with Method = boost::hana::plus_impl<long int, long int, void>]'
../boost/hana/concept/monoid.hpp:29:63:   required from 'struct boost::hana::Monoid<long int>'
../boost/hana/zero.hpp:30:40:   required from 'constexpr decltype(auto) boost::hana::zero_t<M>::operator()() const [with M = long int]'
../libs/hana/test/_include/laws/monoid.hpp:37:17:   required from 'boost::hana::test::TestMonoid<M, boost::hana::test::laws>::TestMonoid(Xs) [with Xs = boost::hana::tuple<long int, long int, long int, long int, long int, long int>; M = long int]'
../libs/hana/test/_include/laws/monoid.hpp:22:36:   required from here
../boost/hana/fwd/plus.hpp:52:12: error: ambiguous template instantiation for 'struct boost::hana::plus_impl<long int, long int, boost::hana::when<true> >'
   52 |     struct plus_impl : plus_impl<T, U, when<true>> { };
      |            ^~~~~~~~~
../boost/hana/plus.hpp:56:12: note: candidates are: 'template<class T, class U, bool condition> struct boost::hana::plus_impl<T, U, boost::hana::when<condition> > [with T = long int; U = long int; bool condition = true]'
   56 |     struct plus_impl<T, U, when<condition>> : default_ {
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/plus.hpp:78:12: note:                 'template<class T> struct boost::hana::plus_impl<T, T, boost::hana::when<(std::is_arithmetic<_Tp>::value && (! std::is_same<T, bool>::value))> > [with T = long int]'
   78 |     struct plus_impl<T, T, when<
      |            ^~~~~~~~~~~~~~~~~~~~~
   79 |         std::is_arithmetic<T>::value &&
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   80 |         !std::is_same<T, bool>::value
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   81 |     >> {
      |     ~~      
../boost/hana/fwd/plus.hpp:52:12: error: invalid use of incomplete type 'struct boost::hana::plus_impl<long int, long int, boost::hana::when<true> >'
   52 |     struct plus_impl : plus_impl<T, U, when<true>> { };
      |            ^~~~~~~~~
../boost/hana/fwd/plus.hpp:52:12: note: declaration of 'struct boost::hana::plus_impl<long int, long int, boost::hana::when<true> >'
../boost/hana/zero.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::zero_t<M>::operator()() const [with M = long int]':
../libs/hana/test/_include/laws/monoid.hpp:37:17:   required from 'boost::hana::test::TestMonoid<M, boost::hana::test::laws>::TestMonoid(Xs) [with Xs = boost::hana::tuple<long int, long int, long int, long int, long int, long int>; M = long int]'
../libs/hana/test/_include/laws/monoid.hpp:22:36:   required from here
../boost/hana/zero.hpp:38:27: error: 'apply' is not a member of 'Zero' {aka 'boost::hana::zero_impl<long int, void>'}
   38 |         return Zero::apply();
      |                ~~~~~~~~~~~^~
../boost/hana/fwd/zero.hpp: In instantiation of 'struct boost::hana::zero_impl<long unsigned int, void>':
../boost/hana/core/default.hpp:26:9:   required by substitution of 'template<class Method> struct boost::hana::is_default<Method, decltype ((void)(static_cast<boost::hana::default_>((*(Method*)(0)))))> [with Method = boost::hana::zero_impl<long unsigned int, void>]'
../boost/hana/concept/monoid.hpp:27:63:   required from 'struct boost::hana::Monoid<long unsigned int>'
../boost/hana/zero.hpp:30:40:   required from 'constexpr decltype(auto) boost::hana::zero_t<M>::operator()() const [with M = long unsigned int]'
../libs/hana/test/_include/laws/monoid.hpp:37:17:   required from 'boost::hana::test::TestMonoid<M, boost::hana::test::laws>::TestMonoid(Xs) [with Xs = boost::hana::tuple<long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int>; M = long unsigned int]'
../libs/hana/test/_include/laws/monoid.hpp:22:36:   required from here
../boost/hana/fwd/zero.hpp:35:12: error: ambiguous template instantiation for 'struct boost::hana::zero_impl<long unsigned int, boost::hana::when<true> >'
   35 |     struct zero_impl : zero_impl<M, when<true>> { };
      |            ^~~~~~~~~
../boost/hana/zero.hpp:43:12: note: candidates are: 'template<class M, bool condition> struct boost::hana::zero_impl<M, boost::hana::when<condition> > [with M = long unsigned int; bool condition = true]'
   43 |     struct zero_impl<M, when<condition>> : default_ {
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/zero.hpp:52:12: note:                 'template<class T> struct boost::hana::zero_impl<T, boost::hana::when<(std::is_arithmetic<_Tp>::value && (! std::is_same<T, bool>::value))> > [with T = long unsigned int]'
   52 |     struct zero_impl<T, when<
      |            ^~~~~~~~~~~~~~~~~~
   53 |         std::is_arithmetic<T>::value &&
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   54 |         !std::is_same<T, bool>::value
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |     >> {
      |     ~~      
../boost/hana/fwd/zero.hpp:35:12: error: invalid use of incomplete type 'struct boost::hana::zero_impl<long unsigned int, boost::hana::when<true> >'
   35 |     struct zero_impl : zero_impl<M, when<true>> { };
      |            ^~~~~~~~~
../boost/hana/fwd/zero.hpp:35:12: note: declaration of 'struct boost::hana::zero_impl<long unsigned int, boost::hana::when<true> >'
../boost/hana/fwd/plus.hpp: In instantiation of 'struct boost::hana::plus_impl<long unsigned int, long unsigned int, void>':
../boost/hana/core/default.hpp:26:9:   required by substitution of 'template<class Method> struct boost::hana::is_default<Method, decltype ((void)(static_cast<boost::hana::default_>((*(Method*)(0)))))> [with Method = boost::hana::plus_impl<long unsigned int, long unsigned int, void>]'
../boost/hana/concept/monoid.hpp:29:63:   required from 'struct boost::hana::Monoid<long unsigned int>'
../boost/hana/zero.hpp:30:40:   required from 'constexpr decltype(auto) boost::hana::zero_t<M>::operator()() const [with M = long unsigned int]'
../libs/hana/test/_include/laws/monoid.hpp:37:17:   required from 'boost::hana::test::TestMonoid<M, boost::hana::test::laws>::TestMonoid(Xs) [with Xs = boost::hana::tuple<long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int>; M = long unsigned int]'
../libs/hana/test/_include/laws/monoid.hpp:22:36:   required from here
../boost/hana/fwd/plus.hpp:52:12: error: ambiguous template instantiation for 'struct boost::hana::plus_impl<long unsigned int, long unsigned int, boost::hana::when<true> >'
   52 |     struct plus_impl : plus_impl<T, U, when<true>> { };
      |            ^~~~~~~~~
../boost/hana/plus.hpp:56:12: note: candidates are: 'template<class T, class U, bool condition> struct boost::hana::plus_impl<T, U, boost::hana::when<condition> > [with T = long unsigned int; U = long unsigned int; bool condition = true]'
   56 |     struct plus_impl<T, U, when<condition>> : default_ {
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/plus.hpp:78:12: note:                 'template<class T> struct boost::hana::plus_impl<T, T, boost::hana::when<(std::is_arithmetic<_Tp>::value && (! std::is_same<T, bool>::value))> > [with T = long unsigned int]'
   78 |     struct plus_impl<T, T, when<
      |            ^~~~~~~~~~~~~~~~~~~~~
   79 |         std::is_arithmetic<T>::value &&
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   80 |         !std::is_same<T, bool>::value
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   81 |     >> {
      |     ~~      
../boost/hana/fwd/plus.hpp:52:12: error: invalid use of incomplete type 'struct boost::hana::plus_impl<long unsigned int, long unsigned int, boost::hana::when<true> >'
   52 |     struct plus_impl : plus_impl<T, U, when<true>> { };
      |            ^~~~~~~~~
../boost/hana/fwd/plus.hpp:52:12: note: declaration of 'struct boost::hana::plus_impl<long unsigned int, long unsigned int, boost::hana::when<true> >'
../boost/hana/zero.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::zero_t<M>::operator()() const [with M = long unsigned int]':
../libs/hana/test/_include/laws/monoid.hpp:37:17:   required from 'boost::hana::test::TestMonoid<M, boost::hana::test::laws>::TestMonoid(Xs) [with Xs = boost::hana::tuple<long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int>; M = long unsigned int]'
../libs/hana/test/_include/laws/monoid.hpp:22:36:   required from here
../boost/hana/zero.hpp:38:27: error: 'apply' is not a member of 'Zero' {aka 'boost::hana::zero_impl<long unsigned int, void>'}
   38 |         return Zero::apply();
      |                ~~~~~~~~~~~^~
../boost/hana/plus.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::plus_t::operator()(X&&, Y&&) const [with X = int&; Y = int&]':
../libs/hana/test/_include/laws/monoid.hpp:53:25:   required from 'boost::hana::test::TestMonoid<int, boost::hana::test::laws>::TestMonoid<boost::hana::tuple<int, int, int, int, int, int> >(boost::hana::tuple<int, int, int, int, int, int>)::<lambda(auto:2, auto:3)>::<lambda(auto:8, auto:9, auto:10)>::<lambda(auto:11, auto:12, auto:13)> [with auto:11 = int; auto:12 = int; auto:13 = int]'
../boost/hana/functional/partial.hpp:86:43:   required from 'constexpr decltype(auto) boost::hana::partial_t<std::integer_sequence<long unsigned int, _Idx ...>, F, X ...>::operator()(Y&& ...) & [with Y = {int&}; long unsigned int ...n = {0, 1}; F = boost::hana::test::TestMonoid<int, boost::hana::test::laws>::TestMonoid<boost::hana::tuple<int, int, int, int, int, int> >(boost::hana::tuple<int, int, int, int, int, int>)::<lambda(auto:2, auto:3)>::<lambda(auto:8, auto:9, auto:10)>::<lambda(auto:11, auto:12, auto:13)>; X = {int, int}]'
../boost/hana/for_each.hpp:46:45:   required from 'constexpr void boost::hana::detail::on_each<F>::operator()(Xs&& ...) const [with Xs = {int&, int&, int&, int&, int&, int&}; F = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0, 1>, boost::hana::test::TestMonoid<int, boost::hana::test::laws>::TestMonoid<boost::hana::tuple<int, int, int, int, int, int> >(boost::hana::tuple<int, int, int, int, int, int>)::<lambda(auto:2, auto:3)>::<lambda(auto:8, auto:9, auto:10)>::<lambda(auto:11, auto:12, auto:13)>, int, int>*]'
../boost/hana/basic_tuple.hpp:125:39:   required from 'static constexpr decltype(auto) boost::hana::unpack_impl<boost::hana::basic_tuple_tag>::apply(boost::hana::detail::basic_tuple_impl<std::integer_sequence<long unsigned int, _Idx ...>, Xn ...>&, F&&) [with long unsigned int ...i = {0, 1, 2, 3, 4, 5}; Xn = {int, int, int, int, int, int}; F = boost::hana::detail::on_each<boost::hana::partial_t<std::integer_sequence<long unsigned int, 0, 1>, boost::hana::test::TestMonoid<int, boost::hana::test::laws>::TestMonoid<boost::hana::tuple<int, int, int, int, int, int> >(boost::hana::tuple<int, int, int, int, int, int>)::<lambda(auto:2, auto:3)>::<lambda(auto:8, auto:9, auto:10)>::<lambda(auto:11, auto:12, auto:13)>, int, int>*>]'
../boost/hana/unpack.hpp:47:29:   required from 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = boost::hana::basic_tuple<int, int, int, int, int, int>&; F = boost::hana::detail::on_each<boost::hana::partial_t<std::integer_sequence<long unsigned int, 0, 1>, boost::hana::test::TestMonoid<int, boost::hana::test::laws>::TestMonoid<boost::hana::tuple<int, int, int, int, int, int> >(boost::hana::tuple<int, int, int, int, int, int>)::<lambda(auto:2, auto:3)>::<lambda(auto:8, auto:9, auto:10)>::<lambda(auto:11, auto:12, auto:13)>, int, int>*>]'
../boost/hana/tuple.hpp:233:32:   [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
../boost/hana/tuple.hpp:233:32:   required from 'static constexpr decltype(auto) boost::hana::unpack_impl<boost::hana::tuple_tag>::apply(Xs&&, F&&) [with Xs = boost::hana::tuple<int, int, int, int, int, int>&; F = boost::hana::detail::on_each<boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::test::TestMonoid<int, boost::hana::test::laws>::TestMonoid<boost::hana::tuple<int, int, int, int, int, int> >(boost::hana::tuple<int, int, int, int, int, int>)::<lambda(auto:2, auto:3)>, boost::hana::tuple<int, int, int, int, int, int> >*>]'
../boost/hana/unpack.hpp:47:29:   required from 'constexpr decltype(auto) boost::hana::unpack_t::operator()(Xs&&, F&&) const [with Xs = boost::hana::tuple<int, int, int, int, int, int>&; F = boost::hana::detail::on_each<boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::test::TestMonoid<int, boost::hana::test::laws>::TestMonoid<boost::hana::tuple<int, int, int, int, int, int> >(boost::hana::tuple<int, int, int, int, int, int>)::<lambda(auto:2, auto:3)>, boost::hana::tuple<int, int, int, int, int, int> >*>]'
../boost/hana/for_each.hpp:56:25:   required from 'static constexpr void boost::hana::for_each_impl<T, boost::hana::when<condition> >::apply(Xs&&, F&&) [with Xs = boost::hana::tuple<int, int, int, int, int, int>&; F = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::test::TestMonoid<int, boost::hana::test::laws>::TestMonoid<boost::hana::tuple<int, int, int, int, int, int> >(boost::hana::tuple<int, int, int, int, int, int>)::<lambda(auto:2, auto:3)>, boost::hana::tuple<int, int, int, int, int, int> >; T = boost::hana::tuple_tag; bool condition = true]'
../boost/hana/for_each.hpp:35:30:   required from 'constexpr void boost::hana::for_each_t::operator()(Xs&&, F&&) const [with Xs = boost::hana::tuple<int, int, int, int, int, int>&; F = boost::hana::partial_t<std::integer_sequence<long unsigned int, 0>, boost::hana::test::TestMonoid<int, boost::hana::test::laws>::TestMonoid<boost::hana::tuple<int, int, int, int, int, int> >(boost::hana::tuple<int, int, int, int, int, int>)::<lambda(auto:2, auto:3)>, boost::hana::tuple<int, int, int, int, int, int> >]'
../libs/hana/test/_include/laws/monoid.hpp:33:27:   required from 'boost::hana::test::TestMonoid<M, boost::hana::test::laws>::TestMonoid(Xs) [with Xs = boost::hana::tuple<int, int, int, int, int, int>; M = int]'
../libs/hana/test/_include/laws/monoid.hpp:22:36:   required from here
../boost/hana/plus.hpp:51:27: error: 'apply' is not a member of 'Plus' {aka 'boost::hana::plus_impl<int, int, void>'}
   51 |         return Plus::apply(static_cast<X&&>(x), static_cast<Y&&>(y));
      |                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~