mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-20 08:02: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()
|
||||
{
|
||||
const value_type& r = *i;
|
||||
boost::ignore_unused_variable_warning(r);
|
||||
}
|
||||
Iterator i;
|
||||
};
|
||||
|
Reference in New Issue
Block a user