forked from boostorg/range
*** empty log message ***
[SVN r25011]
This commit is contained in:
@ -184,7 +184,7 @@ namespace boost {
|
|||||||
|
|
||||||
bool equal( const iterator_range& r ) const
|
bool equal( const iterator_range& r ) const
|
||||||
{
|
{
|
||||||
return m_Begin == r.m_Begin && m_End == r.m_End;
|
return singular == r.singular && m_Begin == r.m_Begin && m_End == r.m_End;
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Reference in New Issue
Block a user