Test output: teeks99-dkr-dg12 - hana - test~if_~non_copyable / 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~if_~non_copyable.test/gcc-12~c++17/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/if_/non_copyable.o" "../libs/hana/test/if_/non_copyable.cpp"

In file included from ../boost/hana/detail/operators/logical.hpp:16,
                 from ../boost/hana/bool.hpp:21,
                 from ../libs/hana/test/if_/non_copyable.cpp:5:
../boost/hana/fwd/not.hpp: In instantiation of 'struct boost::hana::not_impl<boost::hana::integral_constant_tag<bool>, 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::not_impl<boost::hana::integral_constant_tag<bool>, void>]'
../boost/hana/concept/logical.hpp:29:62:   required from 'struct boost::hana::Logical<boost::hana::integral_constant_tag<bool> >'
../boost/hana/eval_if.hpp:31:15:   required from 'constexpr decltype(auto) boost::hana::eval_if_t::operator()(Cond&&, Then&&, Else&&) const [with Cond = const boost::hana::integral_constant<bool, true>&; Then = boost::hana::detail::hold<NonCopyable<3>&&>; Else = boost::hana::detail::hold<NonCopyable<4>&&>]'
../libs/hana/test/if_/non_copyable.cpp:33:33:   required from 'static constexpr decltype(auto) boost::hana::eval_if_impl<Boolean<Value> >::apply(const Cond&, Then&&, Else&&) [with Cond = Boolean<true>; Then = boost::hana::detail::hold<NonCopyable<3>&&>; Else = boost::hana::detail::hold<NonCopyable<4>&&>; bool Value = true]'
../boost/hana/eval_if.hpp:40:29:   required from 'constexpr decltype(auto) boost::hana::eval_if_t::operator()(Cond&&, Then&&, Else&&) const [with Cond = Boolean<true>; Then = boost::hana::detail::hold<NonCopyable<3>&&>; Else = boost::hana::detail::hold<NonCopyable<4>&&>]'
../boost/hana/if.hpp:53:33:   required from 'static constexpr auto boost::hana::if_impl<L, boost::hana::when<condition> >::apply(C&&, T&&, E&&) [with C = Boolean<true>; T = NonCopyable<3>; E = NonCopyable<4>; L = Boolean<true>; bool condition = true]'
../boost/hana/if.hpp:35:25:   required from 'constexpr decltype(auto) boost::hana::if_t::operator()(Cond&&, Then&&, Else&&) const [with Cond = Boolean<true>; Then = NonCopyable<3>; Else = NonCopyable<4>]'
../libs/hana/test/if_/non_copyable.cpp:50:24:   required from here
../boost/hana/fwd/not.hpp:36:12: error: ambiguous template instantiation for 'struct boost::hana::not_impl<boost::hana::integral_constant_tag<bool>, boost::hana::when<true> >'
   36 |     struct not_impl : not_impl<L, when<true>> { };
      |            ^~~~~~~~
In file included from ../boost/hana/concept/logical.hpp:20,
                 from ../boost/hana/eval_if.hpp:17,
                 from ../libs/hana/test/if_/non_copyable.cpp:6:
../boost/hana/not.hpp:44:12: note: candidates are: 'template<class L, bool condition> struct boost::hana::not_impl<L, boost::hana::when<condition> > [with L = boost::hana::integral_constant_tag<bool>; bool condition = true]'
   44 |     struct not_impl<L, when<condition>> : hana::default_ {
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/not.hpp:65:12: note:                 'template<class C> struct boost::hana::not_impl<C, boost::hana::when<(boost::hana::Constant<C>::value && boost::hana::Logical<typename C::value_type>::value)> > [with C = boost::hana::integral_constant_tag<bool>]'
   65 |     struct not_impl<C, hana::when<
      |            ^~~~~~~~~~~~~~~~~~~~~~~
   66 |         hana::Constant<C>::value &&
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
   67 |         hana::Logical<typename C::value_type>::value
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |     >> {
      |     ~~      
../boost/hana/fwd/not.hpp:36:12: error: invalid use of incomplete type 'struct boost::hana::not_impl<boost::hana::integral_constant_tag<bool>, boost::hana::when<true> >'
   36 |     struct not_impl : not_impl<L, when<true>> { };
      |            ^~~~~~~~
../boost/hana/fwd/not.hpp:36:12: note: declaration of 'struct boost::hana::not_impl<boost::hana::integral_constant_tag<bool>, boost::hana::when<true> >'
In file included from ../boost/hana/while.hpp:13,
                 from ../boost/hana/concept/logical.hpp:21:
../boost/hana/fwd/while.hpp: In instantiation of 'struct boost::hana::while_impl<boost::hana::integral_constant_tag<bool>, 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::while_impl<boost::hana::integral_constant_tag<bool>, void>]'
../boost/hana/concept/logical.hpp:30:64:   required from 'struct boost::hana::Logical<boost::hana::integral_constant_tag<bool> >'
../boost/hana/eval_if.hpp:31:15:   required from 'constexpr decltype(auto) boost::hana::eval_if_t::operator()(Cond&&, Then&&, Else&&) const [with Cond = const boost::hana::integral_constant<bool, true>&; Then = boost::hana::detail::hold<NonCopyable<3>&&>; Else = boost::hana::detail::hold<NonCopyable<4>&&>]'
../libs/hana/test/if_/non_copyable.cpp:33:33:   required from 'static constexpr decltype(auto) boost::hana::eval_if_impl<Boolean<Value> >::apply(const Cond&, Then&&, Else&&) [with Cond = Boolean<true>; Then = boost::hana::detail::hold<NonCopyable<3>&&>; Else = boost::hana::detail::hold<NonCopyable<4>&&>; bool Value = true]'
../boost/hana/eval_if.hpp:40:29:   required from 'constexpr decltype(auto) boost::hana::eval_if_t::operator()(Cond&&, Then&&, Else&&) const [with Cond = Boolean<true>; Then = boost::hana::detail::hold<NonCopyable<3>&&>; Else = boost::hana::detail::hold<NonCopyable<4>&&>]'
../boost/hana/if.hpp:53:33:   required from 'static constexpr auto boost::hana::if_impl<L, boost::hana::when<condition> >::apply(C&&, T&&, E&&) [with C = Boolean<true>; T = NonCopyable<3>; E = NonCopyable<4>; L = Boolean<true>; bool condition = true]'
../boost/hana/if.hpp:35:25:   required from 'constexpr decltype(auto) boost::hana::if_t::operator()(Cond&&, Then&&, Else&&) const [with Cond = Boolean<true>; Then = NonCopyable<3>; Else = NonCopyable<4>]'
../libs/hana/test/if_/non_copyable.cpp:50:24:   required from here
../boost/hana/fwd/while.hpp:60:12: error: ambiguous template instantiation for 'struct boost::hana::while_impl<boost::hana::integral_constant_tag<bool>, boost::hana::when<true> >'
   60 |     struct while_impl : while_impl<L, when<true>> { };
      |            ^~~~~~~~~~
../boost/hana/while.hpp:49:12: note: candidates are: 'template<class L, bool condition> struct boost::hana::while_impl<L, boost::hana::when<condition> > [with L = boost::hana::integral_constant_tag<bool>; bool condition = true]'
   49 |     struct while_impl<L, hana::when<condition>> : hana::default_ {
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/while.hpp:76:12: note:                 'template<class C> struct boost::hana::while_impl<C, boost::hana::when<(boost::hana::Constant<C>::value && boost::hana::Logical<typename C::value_type>::value)> > [with C = boost::hana::integral_constant_tag<bool>]'
   76 |     struct while_impl<C, hana::when<
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~
   77 |         hana::Constant<C>::value &&
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
   78 |         hana::Logical<typename C::value_type>::value
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   79 |     >> {
      |     ~~      
../boost/hana/fwd/while.hpp:60:12: error: invalid use of incomplete type 'struct boost::hana::while_impl<boost::hana::integral_constant_tag<bool>, boost::hana::when<true> >'
   60 |     struct while_impl : while_impl<L, when<true>> { };
      |            ^~~~~~~~~~
../boost/hana/fwd/while.hpp:60:12: note: declaration of 'struct boost::hana::while_impl<boost::hana::integral_constant_tag<bool>, boost::hana::when<true> >'