]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/compile_test/dist_find_location_incl_test.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / math / test / compile_test / dist_find_location_incl_test.cpp
index 5edc55697f29b47a8d2f19d1901e6f532859f1eb..20aadba1573f8a4b272d7af5c90bef15515d23f2 100644 (file)
@@ -36,8 +36,8 @@ T quantile(const boost::math::complemented2_type<test_distribution<T, Policy>, T
 
 namespace boost{ namespace math{ namespace tools{
 
-   template <class T, class Policy> struct is_distribution<test_distribution<T, Policy> > : public mpl::true_{};
-   template <class T, class Policy> struct is_scaled_distribution<test_distribution<T, Policy> > : public mpl::true_{};
+   template <class T, class Policy> struct is_distribution<test_distribution<T, Policy> > : public true_type{};
+   template <class T, class Policy> struct is_scaled_distribution<test_distribution<T, Policy> > : public true_type{};
 
 }}}