]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/qvm/test/minus_eq_qq_test.cpp
update sources to v12.2.4
[ceph.git] / ceph / src / boost / libs / qvm / test / minus_eq_qq_test.cpp
index 81dafee0ba79b7d4497bac9e793389751d7b1c0e..a4a44bbcdddb2959b3a557a24906b04961425797 100644 (file)
@@ -1,37 +1,37 @@
-//Copyright (c) 2008-2016 Emil Dotchevski and Reverge Studios, Inc.
-
-//Distributed under the Boost Software License, Version 1.0. (See accompanying
-//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-#include <boost/qvm/quat_operations.hpp>
-#include "test_qvm_quaternion.hpp"
-#include "gold.hpp"
-
-namespace
-    {
-    void
-    test()
-        {
-        using namespace boost::qvm::sfinae;
-        test_qvm::quaternion<Q1> x(42,2);
-            {
-            test_qvm::quaternion<Q1> const y(42,1);
-            test_qvm::subtract_v(x.b,x.a,y.a);
-            x-=y;
-            BOOST_QVM_TEST_EQ(x.a,x.b);
-            }
-            {
-            test_qvm::quaternion<Q2> const y(42,1);
-            test_qvm::subtract_v(x.b,x.a,y.a);
-            x-=y;
-            BOOST_QVM_TEST_EQ(x.a,x.b);
-            }
-        }
-    }
-
-int
-main()
-    {
-    test();
-    return boost::report_errors();
-    }
+//Copyright (c) 2008-2016 Emil Dotchevski and Reverge Studios, Inc.\r
+\r
+//Distributed under the Boost Software License, Version 1.0. (See accompanying\r
+//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)\r
+\r
+#include <boost/qvm/quat_operations.hpp>\r
+#include "test_qvm_quaternion.hpp"\r
+#include "gold.hpp"\r
+\r
+namespace\r
+    {\r
+    void\r
+    test()\r
+        {\r
+        using namespace boost::qvm::sfinae;\r
+        test_qvm::quaternion<Q1> x(42,2);\r
+            {\r
+            test_qvm::quaternion<Q1> const y(42,1);\r
+            test_qvm::subtract_v(x.b,x.a,y.a);\r
+            x-=y;\r
+            BOOST_QVM_TEST_EQ(x.a,x.b);\r
+            }\r
+            {\r
+            test_qvm::quaternion<Q2> const y(42,1);\r
+            test_qvm::subtract_v(x.b,x.a,y.a);\r
+            x-=y;\r
+            BOOST_QVM_TEST_EQ(x.a,x.b);\r
+            }\r
+        }\r
+    }\r
+\r
+int\r
+main()\r
+    {\r
+    test();\r
+    return boost::report_errors();\r
+    }\r