]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/sum.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / hana / fwd / sum.hpp
index c565ecd7f7cf692d8adb6cf6d7eb96f6aa8d4e22..6d7ee537b3e37e7c1324ebe73d759e28a20ad61e 100644 (file)
@@ -69,7 +69,10 @@ BOOST_HANA_NAMESPACE_BEGIN
     struct sum_impl : sum_impl<T, when<true>> { };
 
     template <typename M>
-    struct sum_t;
+    struct sum_t {
+        template <typename Xs>
+        constexpr decltype(auto) operator()(Xs&& xs) const;
+    };
 
     template <typename M = integral_constant_tag<int>>
     constexpr sum_t<M> sum{};