forked from boostorg/range
Boost.MultiArray disambiguated calls to equal functions in the unit tests. These became ambiguous due to changes in Boost.Range.
[SVN r61441]
This commit is contained in:
@@ -51,6 +51,9 @@ namespace boost
|
|||||||
reference += 4,8;
|
reference += 4,8;
|
||||||
BOOST_CHECK_EQUAL_COLLECTIONS( reference.begin(), reference.end(),
|
BOOST_CHECK_EQUAL_COLLECTIONS( reference.begin(), reference.end(),
|
||||||
z.begin(), z.end() );
|
z.begin(), z.end() );
|
||||||
|
|
||||||
|
// C++0x Lambda experiment
|
||||||
|
std::sort( v.begin(), v.end(), [](int l, int r) { return l < r; });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user