forked from boostorg/range
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