Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:38:54

0001 // Copyright David Abrahams 2003. Use, modification and distribution is
0002 // subject to the Boost Software License, Version 1.0. (See accompanying
0003 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0004 #ifndef MINIMUM_CATEGORY_DWA20031119_HPP
0005 # define MINIMUM_CATEGORY_DWA20031119_HPP
0006 
0007 # include <boost/iterator/minimum_category.hpp>
0008 
0009 namespace boost {
0010 
0011 // This import below (as well as the whole header) is for backward compatibility
0012 // with boost/token_iterator.hpp. It should be removed as soon as that header is fixed.
0013 namespace detail {
0014 using iterators::minimum_category;
0015 } // namespace detail
0016 
0017 } // namespace boost
0018 
0019 #endif // MINIMUM_CATEGORY_DWA20031119_HPP