More warning suppression

[SVN r20996]
This commit is contained in:
Dave Abrahams
2003-11-28 16:25:35 +00:00
parent 2ad29da3b5
commit a6ffdb8ebf

View File

@ -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;
};