mirror of
https://github.com/boostorg/range.git
synced 2025-07-29 20:37:25 +02:00
trac_6732 join_iterator.hpp unused variable warn.
This commit is contained in:
@ -117,7 +117,8 @@ public:
|
||||
return *m_it;
|
||||
}
|
||||
|
||||
bool equal(const join_iterator_union& other, unsigned int selected) const
|
||||
bool equal(const join_iterator_union& other,
|
||||
unsigned int /*selected*/) const
|
||||
{
|
||||
return m_it == other.m_it;
|
||||
}
|
||||
|
Reference in New Issue
Block a user