Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / multiprecision / test / ublas_interop / test5.cpp
index 548cd60..a0b511f 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;
 }