]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/test_spherical_harmonic.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / math / test / test_spherical_harmonic.hpp
index 0fe578eee9a40347a326b2093443f521cef4f6ef..a43d09ca6b08dc01ed07add2442bcdb0866ac4b3 100644 (file)
@@ -70,7 +70,7 @@ void do_test_spherical_harmonic(const T& data, const char* type_name, const char
 }
 
 template <class Real, class T>
-void test_complex_spherical_harmonic(const T& data, const char* /* name */, boost::mpl::true_ const &)
+void test_complex_spherical_harmonic(const T& data, const char* /* name */, boost::true_type const &)
 {
    typedef Real                   value_type;
 
@@ -101,7 +101,7 @@ void test_complex_spherical_harmonic(const T& data, const char* /* name */, boos
 }
 
 template <class Real, class T>
-void test_complex_spherical_harmonic(const T& /* data */, const char* /* name */, boost::mpl::false_ const &)
+void test_complex_spherical_harmonic(const T& /* data */, const char* /* name */, boost::false_type const &)
 {
    // T is not a built in type, can't use std::complex with it...
 }