Chris@102: // Boost.Range library Chris@102: // Chris@102: // Copyright Neil Groves 2014. Use, modification and Chris@102: // distribution is subject to the Boost Software License, Version Chris@102: // 1.0. (See accompanying file LICENSE_1_0.txt or copy at Chris@102: // http://www.boost.org/LICENSE_1_0.txt) Chris@102: // Chris@102: // For more information, see http://www.boost.org/libs/range/ Chris@102: // Chris@102: Chris@102: #ifndef BOOST_RANGE_TRAVERSAL_HPP Chris@102: #define BOOST_RANGE_TRAVERSAL_HPP Chris@102: Chris@102: #if defined(_MSC_VER) Chris@102: # pragma once Chris@102: #endif Chris@102: Chris@102: #include Chris@102: #include Chris@102: #include Chris@102: Chris@102: namespace boost Chris@102: { Chris@102: template Chris@102: struct range_traversal Chris@102: : iterator_traversal::type> Chris@102: { Chris@102: }; Chris@102: } Chris@102: Chris@102: #endif