New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
iterator_range.hpp in vendors/XIOS/current/extern/boost/include/boost/range – NEMO

source: vendors/XIOS/current/extern/boost/include/boost/range/iterator_range.hpp @ 3428

Last change on this file since 3428 was 3428, checked in by rblod, 12 years ago

importing initial XIOS vendor drop

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.