mirror of
https://github.com/boostorg/range.git
synced 2026-01-25 00:12:22 +01:00
[boost][range] - fix for ticket 6888 - unique predicate overloads
[SVN r85686]
This commit is contained in:
@@ -16,6 +16,7 @@ namespace iterator_range_test_detail
|
||||
{
|
||||
double source[] = { 0.0, 1.0, 2.0, 3.0, 4.0, 5.0 };
|
||||
boost::iterator_range<float*> rng = boost::make_iterator_range(source);
|
||||
boost::ignore_unused_variable_warning(rng);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user