aligned_delete_forward.hpp 368 B

12345678910111213141516171819
  1. /*
  2. Copyright 2014-2015 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_ALIGNED_DELETE_FORWARD_HPP
  8. #define BOOST_ALIGN_ALIGNED_DELETE_FORWARD_HPP
  9. namespace boost {
  10. namespace alignment {
  11. struct aligned_delete;
  12. } /* alignment */
  13. } /* boost */
  14. #endif