]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/reporting/performance/test_ellint_2.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / math / reporting / performance / test_ellint_2.cpp
index 96365597ea88b0a9c8542477fe22ace11ed38a1b..185b9220b3e2e1b4c6e06e6be3de6624197e39ee 100644 (file)
@@ -17,7 +17,7 @@
 
 typedef double T;
 #define SC_(x) static_cast<double>(x)
-static const boost::array<boost::array<T, 3>, 10> data1 = { {
+static const std::array<std::array<T, 3>, 10> data1 = { {
    { { SC_(0.0), SC_(0.0), SC_(0.0) } },
    { { SC_(-10.0), SC_(0.0), SC_(-10.0) } },
    { { SC_(-1.0), SC_(-1.0), SC_(-0.84147098480789650665250232163029899962256306079837) } },