comparison DEPENDENCIES/generic/include/boost/test/utils/foreach.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
6 6
7 // See http://www.boost.org/libs/test for the library home page. 7 // See http://www.boost.org/libs/test for the library home page.
8 // 8 //
9 // File : $RCSfile$ 9 // File : $RCSfile$
10 // 10 //
11 // Version : $Revision: 54633 $ 11 // Version : $Revision$
12 // 12 //
13 // Description : this is an abridged version of an excelent BOOST_FOREACH facility 13 // Description : this is an abridged version of an excelent BOOST_FOREACH facility
14 // presented by Eric Niebler. I am so fond of it so I can't wait till it 14 // presented by Eric Niebler. I am so fond of it so I can't wait till it
15 // going to be accepted into Boost. Also I need version with less number of dependencies 15 // going to be accepted into Boost. Also I need version with less number of dependencies
16 // and more portable. This version doesn't support rvalues and will reeveluate it's 16 // and more portable. This version doesn't support rvalues and will reeveluate it's