[boost][range] - Fixed the search_n predicate version and resolve Trac ticket 4776

[SVN r67421]
This commit is contained in:
Neil Groves
2010-12-23 00:12:28 +00:00
parent dfa0764d53
commit de24df7962
2 changed files with 106 additions and 3 deletions

View File

@ -216,7 +216,7 @@ namespace range_detail
BOOST_RANGE_CONCEPT_ASSERT((
BinaryPredicateConcept<
BinaryPredicate,
typename std::iterator_traits<BinaryPredicate>::value_type,
typename std::iterator_traits<ForwardIterator>::value_type,
Value>
));