]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/qvm/test/quat_traits_array_test.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / qvm / test / quat_traits_array_test.cpp
index 09fdf5b1fc62279ee4586b2e08a745c9e5b8010f..ffe02b3be52f82c1b836116013ba31fcaaae8920 100644 (file)
@@ -1,11 +1,16 @@
-//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/quat_operations.hpp>
+#endif
 
 #include <boost/qvm/quat_traits_array.hpp>
-#include <boost/qvm/quat_operations.hpp>
-#include <boost/detail/lightweight_test.hpp>
+#include <boost/core/lightweight_test.hpp>
 
 template <class T,class U>
 struct same_type;