mirror of
https://github.com/boostorg/iterator.git
synced 2025-09-28 10:10:57 +02:00
Base returns by const&
[SVN r21773]
This commit is contained in:
@@ -261,7 +261,7 @@ namespace boost
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
Base base() const
|
Base const& base() const
|
||||||
{ return m_iterator; }
|
{ return m_iterator; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
Reference in New Issue
Block a user