]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/boost/align/detail/alignment_of_cxx11.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / boost / align / detail / alignment_of_cxx11.hpp
1 /*
2 Copyright 2014 Glen Joseph Fernandes
3 (glenjofe@gmail.com)
4
5 Distributed under the Boost Software License, Version 1.0.
6 (http://www.boost.org/LICENSE_1_0.txt)
7 */
8 #ifndef BOOST_ALIGN_DETAIL_ALIGNMENT_OF_CXX11_HPP
9 #define BOOST_ALIGN_DETAIL_ALIGNMENT_OF_CXX11_HPP
10
11 #include <type_traits>
12
13 namespace boost {
14 namespace alignment {
15 namespace detail {
16
17 using std::alignment_of;
18
19 } /* detail */
20 } /* alignment */
21 } /* boost */
22
23 #endif