[boost][range] - fix for ticket 6888 - unique predicate overloads

[SVN r85686]
This commit is contained in:
Neil Groves
2013-09-15 19:44:36 +00:00
committed by Nathan Ridge
parent fbc0057432
commit 3d3dea1411
7 changed files with 183 additions and 15 deletions

View File

@ -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);
}
}