forked from boostorg/range
eliminate unused local typedef and signed/unsigned comparison warnings.
This commit is contained in:
@ -90,7 +90,8 @@ namespace boost
|
||||
template<class Container>
|
||||
void test_random_shuffle_nogen_impl(Container& cont)
|
||||
{
|
||||
typedef BOOST_DEDUCED_TYPENAME range_iterator<Container>::type iterator_t;
|
||||
typedef BOOST_DEDUCED_TYPENAME range_iterator<Container>::type
|
||||
iterator_t BOOST_RANGE_UNUSED;
|
||||
|
||||
const int MAX_RETRIES = 10000;
|
||||
|
||||
|
Reference in New Issue
Block a user