reverse_iterator.hpp 827 B

12345678910111213141516171819202122232425262728
  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // (C) Copyright Ion Gaztanaga 2014-2014
  4. //
  5. // Distributed under the Boost Software License, Version 1.0.
  6. // (See accompanying file LICENSE_1_0.txt or copy at
  7. // http://www.boost.org/LICENSE_1_0.txt)
  8. //
  9. // See http://www.boost.org/libs/intrusive for documentation.
  10. //
  11. /////////////////////////////////////////////////////////////////////////////
  12. #ifndef BOOST_INTRUSIVE_DETAIL_REVERSE_ITERATOR_HPP
  13. #define BOOST_INTRUSIVE_DETAIL_REVERSE_ITERATOR_HPP
  14. #include <boost/move/detail/reverse_iterator.hpp>
  15. namespace boost {
  16. namespace intrusive {
  17. using boost::movelib::reverse_iterator;
  18. using boost::movelib::make_reverse_iterator;
  19. } //namespace intrusive {
  20. } //namespace boost {
  21. #endif //BOOST_INTRUSIVE_DETAIL_REVERSE_ITERATOR_HPP