]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/boost/qvm/swizzle.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / qvm / swizzle.hpp
1 #ifndef BOOST_QVM_SWIZZLE_HPP_INCLUDED
2 #define BOOST_QVM_SWIZZLE_HPP_INCLUDED
3
4 // Copyright 2008-2022 Emil Dotchevski and Reverge Studios, Inc.
5
6 // Distributed under the Boost Software License, Version 1.0. (See accompanying
7 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
8
9 #include <boost/qvm/swizzle2.hpp>
10 #include <boost/qvm/swizzle3.hpp>
11 #include <boost/qvm/swizzle4.hpp>
12
13 #endif