Opened 11 years ago
Last modified 8 years ago
#6403 new Bugs
Erroneous comment — at Initial Version
Reported by: | Ronald Garcia | Owned by: | Dave Abrahams |
---|---|---|---|
Milestone: | To Be Determined | Component: | iterator |
Version: | Boost 1.48.0 | Severity: | Problem |
Keywords: | Cc: |
Description
In boost/iterator/detail/facade_iterator_category.hpp, line 76, there's a comment:
If writability has been disabled per the above metafunction, the result will not be convertible to output_iterator_tag.
This comment corresponds to behavior that was removed in changeset: https://svn.boost.org/trac/boost/changeset/21683
Now the result will never be convertible to output_iterator_tag.
Note:
See TracTickets
for help on using tickets.