Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/range.hpp @ 101:c530137014c0
Update Boost headers (1.58.0)
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 11:12:49 +0100 |
parents | 2665513ce2d3 |
children |
comparison
equal
deleted
inserted
replaced
100:793467b5e61c | 101:c530137014c0 |
---|---|
9 // | 9 // |
10 | 10 |
11 #ifndef BOOST_RANGE_HPP_27_07_04 | 11 #ifndef BOOST_RANGE_HPP_27_07_04 |
12 #define BOOST_RANGE_HPP_27_07_04 | 12 #define BOOST_RANGE_HPP_27_07_04 |
13 | 13 |
14 #if defined(_MSC_VER) && (_MSC_VER >= 1200) | 14 #if defined(_MSC_VER) |
15 # pragma once | 15 # pragma once |
16 #endif | 16 #endif |
17 | |
18 #if _MSC_VER == 1300 // experiment | |
19 | |
20 #include <boost/range/detail/collection_traits.hpp> | |
21 #include <boost/range/iterator_range.hpp> | |
22 #include <boost/range/sub_range.hpp> | |
23 | |
24 #else | |
25 | 17 |
26 #include <boost/range/functions.hpp> | 18 #include <boost/range/functions.hpp> |
27 #include <boost/range/metafunctions.hpp> | 19 #include <boost/range/metafunctions.hpp> |
28 #include <boost/range/iterator_range.hpp> | 20 #include <boost/range/iterator_range.hpp> |
29 #include <boost/range/sub_range.hpp> | 21 #include <boost/range/sub_range.hpp> |
30 | 22 |
31 #endif // _MSC_VER == 1300 // experiment | |
32 | |
33 #endif | 23 #endif |