source: XIOS/dev/dev_olga/src/extern/boost/include/boost/range/iterator_range.hpp @ 1022

Last change on this file since 1022 was 1022, checked in by mhnguyen, 7 years ago
File size: 530 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.