// Copyright Louis Dionne 2013-2017 // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) #include #include namespace hana = boost::hana; template struct f { struct type; }; template struct x; static_assert(std::is_same< hana::detail::type_foldr1>::type, x<0> >{}, ""); static_assert(std::is_same< hana::detail::type_foldr1, x<1>>::type, f, x<1>>::type >{}, ""); static_assert(std::is_same< hana::detail::type_foldr1, x<1>, x<2>>::type, f, f, x<2>>::type>::type >{}, ""); static_assert(std::is_same< hana::detail::type_foldr1, x<1>, x<2>, x<3>>::type, f, f, f, x<3>>::type>::type>::type >{}, ""); static_assert(std::is_same< hana::detail::type_foldr1, x<1>, x<2>, x<3>, x<4>>::type, f, f, f, f, x<4>>::type>::type>::type>::type >{}, ""); static_assert(std::is_same< hana::detail::type_foldr1, x<1>, x<2>, x<3>, x<4>, x<5>>::type, f, f, f, f, f, x<5>>::type>::type>::type>::type>::type >{}, ""); static_assert(std::is_same< hana::detail::type_foldr1, x<1>, x<2>, x<3>, x<4>, x<5>, x<6>>::type, f, f, f, f, f, f, x<6>>::type>::type>::type>::type>::type>::type >{}, ""); static_assert(std::is_same< hana::detail::type_foldr1, x<1>, x<2>, x<3>, x<4>, x<5>, x<6>, x<7>>::type, f, f, f, f, f, f, f, x<7>>::type>::type>::type>::type>::type>::type>::type >{}, ""); static_assert(std::is_same< hana::detail::type_foldr1, x<1>, x<2>, x<3>, x<4>, x<5>, x<6>, x<7>, x<8>>::type, f, f, f, f, f, f, f, f, x<8>>::type>::type>::type>::type>::type>::type>::type>::type >{}, ""); int main() { }