Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/range/algorithm.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 |
---|---|
17 // | 17 // |
18 // The original mutating algorithms that served as the first version | 18 // The original mutating algorithms that served as the first version |
19 // were originally written by Vladimir Prus' | 19 // were originally written by Vladimir Prus' |
20 // <ghost@cs.msu.su> code from Boost Wiki | 20 // <ghost@cs.msu.su> code from Boost Wiki |
21 | 21 |
22 #if defined(_MSC_VER) && _MSC_VER >= 1000 | 22 #if defined(_MSC_VER) |
23 #pragma once | 23 #pragma once |
24 #endif | 24 #endif |
25 | 25 |
26 #ifndef BOOST_RANGE_ALGORITHM_HPP_INCLUDED_01012009 | 26 #ifndef BOOST_RANGE_ALGORITHM_HPP_INCLUDED_01012009 |
27 #define BOOST_RANGE_ALGORITHM_HPP_INCLUDED_01012009 | 27 #define BOOST_RANGE_ALGORITHM_HPP_INCLUDED_01012009 |