mirror of
https://github.com/boostorg/range.git
synced 2025-07-29 12:27:42 +02:00
@ -43,7 +43,7 @@ namespace
|
||||
BOOST_CHECK_EQUAL_COLLECTIONS( reference.begin(), reference.end(),
|
||||
test.begin(), test.end() );
|
||||
|
||||
// copy the orignal reference sequence
|
||||
// copy the original reference sequence
|
||||
Container reference_copy(reference);
|
||||
std::transform(reference.begin(), reference.end(), reference.begin(), DoubleValue());
|
||||
|
||||
|
Reference in New Issue
Block a user