]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/test/data/monomorphic/join.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / test / data / monomorphic / join.hpp
index 4e6d52a208c657b36eb93f96468dc90d96126655..ccd7679b31343c3a4e93ef1b16b9b7982ae8aa42 100644 (file)
@@ -49,7 +49,7 @@ class join {
 
 public:
 
-    enum { arity = dataset1_decay::arity };
+    static const int arity = dataset1_decay::arity;
   
     using sample_t = typename std::conditional<
         std::is_reference<iter1_ret>::value && std::is_reference<iter2_ret>::value && std::is_same<iter1_ret, iter2_ret>::value,