Opened 11 years ago
Last modified 8 years ago
#6403 new Bugs
Erroneous comment
| Reported by: | Ronald Garcia | Owned by: | jeffrey.hellrung |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | iterator |
| Version: | Boost 1.48.0 | Severity: | Problem |
| Keywords: | Cc: |
Description (last modified by )
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.
Change History (3)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
| Owner: | changed from to |
|---|
comment:3 by , 8 years ago
| Description: | modified (diff) |
|---|
This was fixed in trunk/develop in r80903 (github link). If no one objects, I'll include this in the next release.
Note:
See TracTickets
for help on using tickets.

(In [80903]) refs #6403