Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:28:26

0001 /*
0002 Copyright 2014-2015 Glen Joseph Fernandes
0003 (glenjofe@gmail.com)
0004 
0005 Distributed under the Boost Software License, Version 1.0.
0006 (http://www.boost.org/LICENSE_1_0.txt)
0007 */
0008 #ifndef BOOST_ALIGN_ALIGNED_DELETE_FORWARD_HPP
0009 #define BOOST_ALIGN_ALIGNED_DELETE_FORWARD_HPP
0010 
0011 namespace boost {
0012 namespace alignment {
0013 
0014 struct aligned_delete;
0015 
0016 } /* alignment */
0017 } /* boost */
0018 
0019 #endif