]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/random/additive_combine.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / random / additive_combine.hpp
index d786e18473a33412ddc710eef406b78452f3e1bc..ba045adedeac976c7c1fd09673e5bf2b2723d238 100644 (file)
@@ -59,12 +59,12 @@ public:
     /**
      * Returns the smallest value that the generator can produce
      */
-    static result_type min BOOST_PREVENT_MACRO_SUBSTITUTION ()
+    static BOOST_CONSTEXPR result_type min BOOST_PREVENT_MACRO_SUBSTITUTION ()
     { return 1; }
     /**
      * Returns the largest value that the generator can produce
      */
-    static result_type max BOOST_PREVENT_MACRO_SUBSTITUTION ()
+    static BOOST_CONSTEXPR result_type max BOOST_PREVENT_MACRO_SUBSTITUTION ()
     { return MLCG1::modulus-1; }
 
     /**