]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/qvm/test/swizzle2_test2.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / qvm / test / swizzle2_test2.cpp
index 837026e6230d47863257555df7c76a66f3cd30ac..73317a2043b6fb1036fcc1d06a1a7c8ded863a71 100644 (file)
@@ -1,11 +1,19 @@
-//Copyright (c) 2008-2016 Emil Dotchevski and Reverge Studios, Inc.
+// Copyright 2008-2022 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)
+// 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/swizzle2.hpp>
-#include <boost/detail/lightweight_test.hpp>
+#ifdef BOOST_QVM_TEST_SINGLE_HEADER
+#   include BOOST_QVM_TEST_SINGLE_HEADER
+#   ifdef BOOST_QVM_TEST_SINGLE_HEADER_SWIZZLE
+#       include BOOST_QVM_TEST_SINGLE_HEADER_SWIZZLE
+#   endif
+#else
+#   include <boost/qvm/vec_traits.hpp>
+#   include <boost/qvm/swizzle2.hpp>
+#endif
+
+#include <boost/core/lightweight_test.hpp>
 
 template <int D> struct my_vec { };
 int called=0;