]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/date_time/constrained_value.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / date_time / constrained_value.hpp
index 2aa09f65ac7f571f5e6740474b0f18698ac2a888..5b898bf8028da99453ae59cb241a832070c1b576 100644 (file)
@@ -65,7 +65,7 @@ namespace CV {
   protected:
     value_type value_;
   private:
-    void assign(value_type value)
+    BOOST_CXX14_CONSTEXPR void assign(value_type value)
     {
       //adding 1 below gets rid of a compiler warning which occurs when the 
       //min_value is 0 and the type is unsigned....