]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/tools/rational_tests.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / math / tools / rational_tests.cpp
index 929ad4795d88341bede0b081e88ffa4eddce967f..5ee0414598890bb66f524c0690e75ce265f20cf9 100644 (file)
@@ -41,7 +41,7 @@ int main()
       }
       std::cout << " };\n";
       std::cout <<
-         "   static const boost::array<U, " << i << "> n" << i << "a = { ";
+         "   static const std::array<U, " << i << "> n" << i << "a = { ";
       for(unsigned j = 0; j < i; ++j)
       {
          if(j) 
@@ -280,7 +280,7 @@ int main()
       }
       std::cout << " };\n";
       std::cout <<
-         "   static const boost::array<U, " << i << "> d" << i << "a = { ";
+         "   static const std::array<U, " << i << "> d" << i << "a = { ";
       for(unsigned j = 0; j < i; ++j)
       {
          if(j)