Opened 9 years ago
Last modified 9 years ago
#9032 new Bugs
Wrong Boost.Iterator permutation_iterator::base() description
Reported by: | Owned by: | jeffrey.hellrung | |
---|---|---|---|
Milestone: | To Be Determined | Component: | iterator |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | iterator doc | Cc: |
Description
http://svn.boost.org/svn/boost/trunk/libs/iterator/doc/permutation_iterator_ref.rst says that return type of permutation_iterator::base()
is ElementIterator
, while it has to be IndexIterator
(http://svn.boost.org/svn/boost/trunk/boost/iterator/permutation_iterator.hpp).
Change History (1)
comment:1 by , 9 years ago
Component: | Documentation → iterator |
---|---|
Keywords: | iterator doc added |
Owner: | changed from | to
Note:
See TracTickets
for help on using tickets.