mirror of
https://github.com/boostorg/range.git
synced 2026-01-25 00:12:22 +01:00
Boost.Range merge from trunk to release.
This is motivated by the need to correct the istream_range, to correct the adaptors.hpp header file, and correct the return types of various range algorithms. [SVN r61517]
This commit is contained in:
@@ -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( boost::begin( r2 ), boost::end( r2 ) ) );
|
||||
std::distance( boost::begin( r2 ), boost::end( r2 ) ) );
|
||||
std::cout << r << r2;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user