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