]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/math/special_functions/pow.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / math / special_functions / pow.hpp
index 494f721d05886e11cd561bfb5231523911334dd7..9c92116acd02166e89401ece825321ba06161dc7 100644 (file)
@@ -114,8 +114,8 @@ template <int N>
 struct select_power_if_positive
 {
     typedef typename mpl::greater_equal<
-                         mpl::int_<N>,
-                         mpl::int_<0>
+                         boost::integral_constant<int, N>,
+                         boost::integral_constant<int, 0>
                      >::type is_positive;
 
     typedef power_if_positive<N, is_positive::value> type;