/usr/include/boost/iterator/detail
NameSizeModeActions
any_conversion_eater.hpp6530644editdlrm
config_def.hpp40400644editdlrm
config_undef.hpp6860644editdlrm
enable_if.hpp19260644editdlrm
facade_iterator_category.hpp59840644editdlrm
minimum_category.hpp6810644editdlrm
Edit: /usr/include/boost/iterator/detail/minimum_category.hpp (681B)
// Copyright David Abrahams 2003. Use, modification and distribution is // subject to 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) #ifndef MINIMUM_CATEGORY_DWA20031119_HPP # define MINIMUM_CATEGORY_DWA20031119_HPP # include namespace boost { // This import below (as well as the whole header) is for backward compatibility // with boost/token_iterator.hpp. It should be removed as soon as that header is fixed. namespace detail { using iterators::minimum_category; } // namespace detail } // namespace boost #endif // MINIMUM_CATEGORY_DWA20031119_HPP