base_type patch from Eric Niebler

[SVN r26818]
This commit is contained in:
Dave Abrahams
2005-01-23 15:40:15 +00:00
parent ba3e7a459e
commit 7707262a07
3 changed files with 18 additions and 2 deletions

View File

@ -278,6 +278,8 @@ namespace boost
{
}
typedef Base base_type;
Base const& base() const
{ return m_iterator; }