]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/multiprecision/test/ublas_interop/test5.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / multiprecision / test / ublas_interop / test5.cpp
index 548cd603347b75d5361675834a275112d8786f0b..a0b511f5ae0d65b823c14f74bd836b2984fb1895 100644 (file)
 //  GeNeSys mbH & Co. KG in producing this work.
 //
 
+#if defined(__GNUC__) && (__GNUC__ >= 9)
+#pragma GCC diagnostic ignored "-Wdeprecated-copy"
+#endif
+
 #include "test5.hpp"
 
-int main () {
-    test_matrix_vector ();
-    test_matrix ();
-    return 0;
+int main()
+{
+   test_matrix_vector();
+   test_matrix();
+   return 0;
 }