mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-21 16:42:09 +02:00
More warning suppression
[SVN r20996]
This commit is contained in:
@ -72,6 +72,7 @@ namespace boost_concepts {
|
||||
value_type v = r;
|
||||
value_type v2 = *i;
|
||||
boost::ignore_unused_variable_warning(v);
|
||||
boost::ignore_unused_variable_warning(v2);
|
||||
}
|
||||
Iterator i;
|
||||
};
|
||||
|
Reference in New Issue
Block a user