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