iterator_to_raw_pointer.hpp 971 B

123456789101112131415161718192021222324252627282930313233
  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // (C) Copyright Ion Gaztanaga 2014-2015. Distributed under the Boost
  4. // Software License, Version 1.0. (See accompanying file
  5. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  6. //
  7. // See http://www.boost.org/libs/container for documentation.
  8. //
  9. //////////////////////////////////////////////////////////////////////////////
  10. #ifndef BOOST_CONTAINER_DETAIL_ITERATOR_TO_RAW_POINTER_HPP
  11. #define BOOST_CONTAINER_DETAIL_ITERATOR_TO_RAW_POINTER_HPP
  12. #ifndef BOOST_CONFIG_HPP
  13. # include <boost/config.hpp>
  14. #endif
  15. #if defined(BOOST_HAS_PRAGMA_ONCE)
  16. # pragma once
  17. #endif
  18. #include <boost/move/detail/iterator_to_raw_pointer.hpp>
  19. namespace boost {
  20. namespace container {
  21. namespace dtl {
  22. using ::boost::movelib::iterator_to_raw_pointer;
  23. } //namespace dtl {
  24. } //namespace container {
  25. } //namespace boost {
  26. #endif //#ifndef BOOST_CONTAINER_DETAIL_ITERATOR_TO_RAW_POINTER_HPP