]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/reporting/performance/test_polynomial.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / math / reporting / performance / test_polynomial.cpp
index 4474ec881cb50ef8deb838c2f04ec88296df91dd..76b982bb0af60133fc2bd821fe1e6765e51b923c 100644 (file)
@@ -254,7 +254,7 @@ void test(const char* type)
 
 int main()
 {
-   test<boost::uint64_t>("boost::uint64_t");
+   test<std::uint64_t>("std::uint64_t");
    test<double>("double");
    max_reps = 100;
    test<boost::multiprecision::cpp_int>("cpp_int");