Changes between Initial Version and Version 3 of Ticket #6403


Ignore:
Timestamp:
Jun 4, 2014, 10:09:40 AM (8 years ago)
Author:
Daniel James
Comment:

This was fixed in trunk/develop in r80903 (github link). If no one objects, I'll include this in the next release.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6403

    • Property Owner changed from Dave Abrahams to jeffrey.hellrung
  • Ticket #6403 – Description

    initial v3  
    1  In boost/iterator/detail/facade_iterator_category.hpp, line 76, there's a comment:
     1In boost/iterator/detail/facade_iterator_category.hpp, line 76, there's a comment:
     2{{{
    23// If writability has been disabled per the above metafunction, the
    34// result will not be convertible to output_iterator_tag.
    4 
    5 
     5}}}
    66This comment corresponds to behavior that was removed in changeset:
    77https://svn.boost.org/trac/boost/changeset/21683