iterator_range.hpp 530 B

12345678910111213141516
  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. #include "boost/range/iterator_range_core.hpp"
  13. #include "boost/range/iterator_range_io.hpp"
  14. #endif // include guard