]> git.proxmox.com Git - ceph.git/blob - 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
1 /*
2 Copyright 2014-2015 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_ALIGNED_DELETE_FORWARD_HPP
9 #define BOOST_ALIGN_ALIGNED_DELETE_FORWARD_HPP
10
11 namespace boost {
12 namespace alignment {
13
14 struct aligned_delete;
15
16 } /* alignment */
17 } /* boost */
18
19 #endif