]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/qvm/test/swizzle4_test3.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / qvm / test / swizzle4_test3.cpp
index 728879ff4fbf1fdc69fee40d0254dcf28e39598d..ac472b2dc78510a36909539f2167f3be5f07e26e 100644 (file)
@@ -1,49 +1,49 @@
-//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/vec_traits.hpp>\r
-#include <boost/qvm/swizzle4.hpp>\r
-#include <boost/detail/lightweight_test.hpp>\r
-\r
-template <int D> struct my_vec { };\r
-int called=0;\r
-\r
-namespace\r
-boost\r
-    {\r
-    namespace\r
-    qvm\r
-        {\r
-        void\r
-        YYYY(...)\r
-            {\r
-            BOOST_TEST(0);\r
-            }\r
-        void\r
-        XXXZ(...)\r
-            {\r
-            ++called;\r
-            }\r
-        template <int D>\r
-        struct\r
-        vec_traits< my_vec<D> >\r
-            {\r
-            typedef int scalar_type;\r
-            static int const dim=D;\r
-            template <int I> static int read_element( my_vec<D> const & );\r
-            template <int I> static int & write_element( my_vec<D> & );\r
-            };\r
-        }\r
-    }\r
-\r
-int\r
-main()\r
-    {\r
-    using namespace boost::qvm;\r
-    YYYY(my_vec<2>());\r
-    XXXZ(my_vec<2>());\r
-    BOOST_TEST(called==1);\r
-    return boost::report_errors();\r
-    }\r
+//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/vec_traits.hpp>
+#include <boost/qvm/swizzle4.hpp>
+#include <boost/detail/lightweight_test.hpp>
+
+template <int D> struct my_vec { };
+int called=0;
+
+namespace
+boost
+    {
+    namespace
+    qvm
+        {
+        void
+        YYYY(...)
+            {
+            BOOST_TEST(0);
+            }
+        void
+        XXXZ(...)
+            {
+            ++called;
+            }
+        template <int D>
+        struct
+        vec_traits< my_vec<D> >
+            {
+            typedef int scalar_type;
+            static int const dim=D;
+            template <int I> static int read_element( my_vec<D> const & );
+            template <int I> static int & write_element( my_vec<D> & );
+            };
+        }
+    }
+
+int
+main()
+    {
+    using namespace boost::qvm;
+    YYYY(my_vec<2>());
+    XXXZ(my_vec<2>());
+    BOOST_TEST(called==1);
+    return boost::report_errors();
+    }