forked from boostorg/range
eliminate unused local typedef and signed/unsigned comparison warnings.
This commit is contained in:
@ -60,7 +60,9 @@ namespace
|
||||
Integer count, const Value& value,
|
||||
BinaryPredicate pred)
|
||||
{
|
||||
typedef typename std::iterator_traits<ForwardIterator>::iterator_category cat_t;
|
||||
typedef typename std::iterator_traits<
|
||||
ForwardIterator
|
||||
>::iterator_category cat_t BOOST_RANGE_UNUSED;
|
||||
|
||||
if (count <= 0)
|
||||
return first;
|
||||
|
Reference in New Issue
Block a user