alignment_of_forward.hpp 375 B

1234567891011121314151617181920
  1. /*
  2. Copyright 2014 Glen Joseph Fernandes
  3. (glenjofe@gmail.com)
  4. Distributed under the Boost Software License, Version 1.0.
  5. (http://www.boost.org/LICENSE_1_0.txt)
  6. */
  7. #ifndef BOOST_ALIGN_ALIGNMENT_OF_FORWARD_HPP
  8. #define BOOST_ALIGN_ALIGNMENT_OF_FORWARD_HPP
  9. namespace boost {
  10. namespace alignment {
  11. template<class T>
  12. struct alignment_of;
  13. } /* alignment */
  14. } /* boost */
  15. #endif