mirror of
https://github.com/boostorg/range.git
synced 2025-07-31 05:17:24 +02:00
*** 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