mirror of
https://github.com/boostorg/range.git
synced 2026-01-25 00:12:22 +01:00
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