mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-22 00:52:08 +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; }
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user