1 /* 2 Copyright 2014-2015 Glen Joseph Fernandes 3 ([email protected]) 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 20