]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/units/operators.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / boost / units / operators.hpp
index 19b8aace9bcaba6fedefa6ed7a5fe35fb41e3edd..6941aaff093b1e00bc2d3ab424d4fa6fcc89a54d 100644 (file)
@@ -135,7 +135,7 @@ struct power_typeof_helper
     /// specifies the result type
     typedef detail::unspecified type;
     /// Carries out the runtime calculation.
-    static type value(const BaseType& base);
+    static BOOST_CONSTEXPR type value(const BaseType& base);
 };
 
 /// A helper used by @c root to take a root
@@ -152,7 +152,7 @@ struct root_typeof_helper
     /// specifies the result type
     typedef detail::unspecified type;
     /// Carries out the runtime calculation.
-    static type value(const Radicand& base);
+    static BOOST_CONSTEXPR type value(const Radicand& base);
 };
 
 #endif