mirror of
https://github.com/boostorg/multi_array.git
synced 2026-01-26 18:52:19 +00:00
MSVC 7.0 was not finding ignore_unused_variable_warning.
[SVN r14597]
This commit is contained in:
@@ -113,7 +113,7 @@ void construct_iterators(Array&) {
|
||||
#endif
|
||||
typename Array::const_iterator ci2 = i1;
|
||||
typename Array::const_reverse_iterator cr2 = cr1;
|
||||
ignore_unused_variable_warning(cr2);
|
||||
boost::ignore_unused_variable_warning(cr2);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user