Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/range/adaptors.hpp @ 16:2665513ce2d3
Add boost headers
author | Chris Cannam |
---|---|
date | Tue, 05 Aug 2014 11:11:38 +0100 |
parents | |
children | c530137014c0 |
comparison
equal
deleted
inserted
replaced
15:663ca0da4350 | 16:2665513ce2d3 |
---|---|
1 // Boost.Range library | |
2 // | |
3 // Copyright Neil Groves 2007. | |
4 // Copyright Thorsten Ottosen 2006. | |
5 // Use, modification and distribution is subject to the Boost Software | |
6 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at | |
7 // http://www.boost.org/LICENSE_1_0.txt) | |
8 // | |
9 // For more information, see http://www.boost.org/libs/range/ | |
10 // | |
11 | |
12 #ifndef BOOST_RANGE_ADAPTORS_HPP | |
13 #define BOOST_RANGE_ADAPTORS_HPP | |
14 | |
15 #include <boost/range/adaptor/adjacent_filtered.hpp> | |
16 #include <boost/range/adaptor/copied.hpp> | |
17 #include <boost/range/adaptor/filtered.hpp> | |
18 #include <boost/range/adaptor/indexed.hpp> | |
19 #include <boost/range/adaptor/indirected.hpp> | |
20 #include <boost/range/adaptor/map.hpp> | |
21 #include <boost/range/adaptor/replaced.hpp> | |
22 #include <boost/range/adaptor/replaced_if.hpp> | |
23 #include <boost/range/adaptor/reversed.hpp> | |
24 #include <boost/range/adaptor/sliced.hpp> | |
25 #include <boost/range/adaptor/strided.hpp> | |
26 #include <boost/range/adaptor/tokenized.hpp> | |
27 #include <boost/range/adaptor/transformed.hpp> | |
28 #include <boost/range/adaptor/uniqued.hpp> | |
29 | |
30 #endif |