align_cxx11.hpp 364 B

12345678910111213141516171819202122
  1. /*
  2. (c) 2014 Glen Joseph Fernandes
  3. <glenjofe -at- gmail.com>
  4. Distributed under the Boost Software
  5. License, Version 1.0.
  6. http://boost.org/LICENSE_1_0.txt
  7. */
  8. #ifndef BOOST_ALIGN_DETAIL_ALIGN_CXX11_HPP
  9. #define BOOST_ALIGN_DETAIL_ALIGN_CXX11_HPP
  10. #include <memory>
  11. namespace boost {
  12. namespace alignment {
  13. using std::align;
  14. } /* .alignment */
  15. } /* .boost */
  16. #endif