forked from boostorg/range
Merge branch 'hotfix/trac_6732_join_iterator_unused_warn' into develop
This commit is contained in:
@ -117,7 +117,8 @@ public:
|
|||||||
return *m_it;
|
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;
|
return m_it == other.m_it;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user