]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/iterator/include/boost/iterator/detail/minimum_category.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / iterator / include / boost / iterator / detail / minimum_category.hpp
CommitLineData
7c673cae
FG
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
9namespace 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.
13namespace detail {
14using iterators::minimum_category;
15} // namespace detail
16
17} // namespace boost
18
19#endif // MINIMUM_CATEGORY_DWA20031119_HPP