]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/boost/align/aligned_delete_forward.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / boost / align / aligned_delete_forward.hpp
CommitLineData
b32b8144
FG
1/*
2Copyright 2014-2015 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_ALIGNED_DELETE_FORWARD_HPP
9#define BOOST_ALIGN_ALIGNED_DELETE_FORWARD_HPP
10
11namespace boost {
12namespace alignment {
13
14struct aligned_delete;
15
16} /* alignment */
17} /* boost */
18
19#endif