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.
algorithm_ext.hpp in vendors/XIOS/current/extern/boost/include/boost/range – NEMO

source: vendors/XIOS/current/extern/boost/include/boost/range/algorithm_ext.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: 1.0 KB
Line 
1// Boost.Range library
2//
3//  Copyright Neil Groves 2007. Use, modification and
4//  distribution is subject to the Boost Software License, Version
5//  1.0. (See accompanying file LICENSE_1_0.txt or copy at
6//  http://www.boost.org/LICENSE_1_0.txt)
7//
8//  Copyright Thorsten Ottosen 2006. Use, modification and
9//  distribution is subject to the Boost Software License, Version
10//  1.0. (See accompanying file LICENSE_1_0.txt or copy at
11//  http://www.boost.org/LICENSE_1_0.txt)
12//
13// For more information, see http://www.boost.org/libs/range/
14//
15#ifndef BOOST_RANGE_ALGORITHM_EXT_HPP
16#define BOOST_RANGE_ALGORITHM_EXT_HPP
17
18#include <boost/range/algorithm_ext/copy_n.hpp>
19#include <boost/range/algorithm_ext/for_each.hpp>
20#include <boost/range/algorithm_ext/is_sorted.hpp>
21#include <boost/range/algorithm_ext/iota.hpp>
22#include <boost/range/algorithm_ext/overwrite.hpp>
23#include <boost/range/algorithm_ext/push_back.hpp>
24#include <boost/range/algorithm_ext/push_front.hpp>
25#include <boost/range/algorithm_ext/insert.hpp>
26#include <boost/range/algorithm_ext/erase.hpp>
27
28#endif
Note: See TracBrowser for help on using the repository browser.