]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/iterator/include/boost/iterator/detail/minimum_category.hpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / iterator / include / boost / iterator / detail / minimum_category.hpp
1 // Copyright David Abrahams 2003. Use, modification and distribution is
2 // subject to the Boost Software License, Version 1.0. (See accompanying
3 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4 #ifndef MINIMUM_CATEGORY_DWA20031119_HPP
5 # define MINIMUM_CATEGORY_DWA20031119_HPP
6
7 # include <boost/iterator/minimum_category.hpp>
8
9 namespace boost {
10
11 // This import below (as well as the whole header) is for backward compatibility
12 // with boost/token_iterator.hpp. It should be removed as soon as that header is fixed.
13 namespace detail {
14 using iterators::minimum_category;
15 } // namespace detail
16
17 } // namespace boost
18
19 #endif // MINIMUM_CATEGORY_DWA20031119_HPP