mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-22 00:52:08 +02:00
base_type patch from Eric Niebler
[SVN r26818]
This commit is contained in:
@ -278,6 +278,8 @@ namespace boost
|
||||
{
|
||||
}
|
||||
|
||||
typedef Base base_type;
|
||||
|
||||
Base const& base() const
|
||||
{ return m_iterator; }
|
||||
|
||||
|
Reference in New Issue
Block a user