1 /* 2 Copyright 2014 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_ALIGNMENT_OF_FORWARD_HPP 9 #define BOOST_ALIGN_ALIGNMENT_OF_FORWARD_HPP 10 11 namespace boost { 12 namespace alignment { 13 14 template<class T> 15 struct alignment_of; 16 17 } /* alignment */ 18 } /* boost */ 19 20 #endif 21