assume_aligned.hpp 372 B

1234567891011121314151617
  1. /*
  2. (c) 2015 NumScale SAS
  3. (c) 2015 LRI UMR 8623 CNRS/University Paris Sud XI
  4. (c) 2015 Glen Joseph Fernandes
  5. <glenjofe -at- gmail.com>
  6. Distributed under the Boost Software
  7. License, Version 1.0.
  8. http://boost.org/LICENSE_1_0.txt
  9. */
  10. #ifndef BOOST_ALIGN_DETAIL_ASSUME_ALIGNED_HPP
  11. #define BOOST_ALIGN_DETAIL_ASSUME_ALIGNED_HPP
  12. #define BOOST_ALIGN_ASSUME_ALIGNED(p, n)
  13. #endif