forked from boostorg/range
[boost][range] - fix for ticket 6888 - unique predicate overloads
[SVN r85686]
This commit is contained in:
committed by
Nathan Ridge
parent
fbc0057432
commit
3d3dea1411
@ -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