]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/qvm/test/mul_mv_test.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / qvm / test / mul_mv_test.cpp
index 368116d2c8841c0cda74b39a070ebbf380a68969..1938d85a3d2309a31faa15bfcdd95fe53af72406 100644 (file)
@@ -1,13 +1,18 @@
-//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)
+
+#ifdef BOOST_QVM_TEST_SINGLE_HEADER
+#   include BOOST_QVM_TEST_SINGLE_HEADER
+#else
+#   include <boost/qvm/vec_mat_operations.hpp>
+#   include <boost/qvm/mat_operations.hpp>
+#   include <boost/qvm/vec_operations.hpp>
+#   include <boost/qvm/mat.hpp>
+#   include <boost/qvm/vec.hpp>
+#endif
 
-#include <boost/qvm/vec_mat_operations.hpp>
-#include <boost/qvm/mat_operations.hpp>
-#include <boost/qvm/vec_operations.hpp>
-#include <boost/qvm/mat.hpp>
-#include <boost/qvm/vec.hpp>
 #include "test_qvm_matrix.hpp"
 #include "test_qvm_vector.hpp"
 #include "gold.hpp"