///////////////////////////////////////////////////////////////////////////// // // (C) Copyright Ion Gaztanaga 2014-2014 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // See http://www.boost.org/libs/intrusive for documentation. // ///////////////////////////////////////////////////////////////////////////// #ifndef BHO_INTRUSIVE_DETAIL_REVERSE_ITERATOR_HPP #define BHO_INTRUSIVE_DETAIL_REVERSE_ITERATOR_HPP #include namespace bho { namespace intrusive { using bho::movelib::reverse_iterator; using bho::movelib::make_reverse_iterator; } //namespace intrusive { } //namespace bho { #endif //BHO_INTRUSIVE_DETAIL_REVERSE_ITERATOR_HPP