Boost.Range merge of fixes from the trunk.

[SVN r61146]
This commit is contained in:
Neil Groves
2010-04-08 19:34:17 +00:00
parent 29b2053f5c
commit eea32403ef
143 changed files with 903 additions and 951 deletions

View File

@@ -61,7 +61,7 @@ void check_iterator_range()
BOOST_CHECK_EQUAL( r2.size(), size( r2 ) );
BOOST_CHECK_EQUAL( std::distance( r.begin(), r.end() ),
std::distance( begin( r2 ), end( r2 ) ) );
std::distance( boost::begin( r2 ), boost::end( r2 ) ) );
std::cout << r << r2;