Fixed base() to always return const&. Cleaned up iterator_adaptor

specification of inheritance and base class parameters.


[SVN r21821]
This commit is contained in:
Dave Abrahams
2004-01-18 20:54:59 +00:00
parent 309f741588
commit b6068667c9
20 changed files with 121 additions and 134 deletions

View File

@ -48,7 +48,7 @@ Issue 9.43x
Issues 9.37x and 9.12
+ Iterator base() const;
+ Iterator const& base() const;
+ reference operator*() const;
+ transform_iterator& operator++();
+ transform_iterator& operator--();
@ -170,7 +170,7 @@ Issue 9.37x.
:Requires: ``OtherIterator`` is implicitly convertible to ``Iterator``.
+
+``Iterator base() const;``
+``Iterator const& base() const;``
+
+:Returns: ``m_iterator``
+