1 // Boost.Range library
2 //
3 //  Copyright Neil Groves 2009.
4 //  Use, modification and distribution is subject to the Boost Software
5 //  License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
6 //  http://www.boost.org/LICENSE_1_0.txt)
7 //
8 // For more information, see http://www.boost.org/libs/range/
9 //
10 #ifndef BOOST_RANGE_ITERATOR_RANGE_HPP_INCLUDED
11 #define BOOST_RANGE_ITERATOR_RANGE_HPP_INCLUDED
12 
13 #include "boost/range/iterator_range_core.hpp"
14 #include "boost/range/iterator_range_io.hpp"
15 
16 #endif // include guard
17