Chris@16: // Boost.Range library Chris@16: // Chris@16: // Copyright Neil Groves 2009. Chris@16: // Use, modification and distribution is subject to the Boost Software Chris@16: // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at Chris@16: // http://www.boost.org/LICENSE_1_0.txt) Chris@16: // Chris@16: // For more information, see http://www.boost.org/libs/range/ Chris@16: // Chris@16: #ifndef BOOST_RANGE_ITERATOR_RANGE_HPP_INCLUDED Chris@16: #define BOOST_RANGE_ITERATOR_RANGE_HPP_INCLUDED Chris@16: Chris@16: #include "boost/range/iterator_range_core.hpp" Chris@16: #include "boost/range/iterator_range_io.hpp" Chris@16: Chris@16: #endif // include guard