mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-20 16:12:10 +02:00
added boost::ignore_unused_variable_warning(r);
[SVN r22009]
This commit is contained in:
@ -105,6 +105,7 @@ namespace boost_concepts {
|
|||||||
void constraints()
|
void constraints()
|
||||||
{
|
{
|
||||||
const value_type& r = *i;
|
const value_type& r = *i;
|
||||||
|
boost::ignore_unused_variable_warning(r);
|
||||||
}
|
}
|
||||||
Iterator i;
|
Iterator i;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user