Changes between Initial Version and Version 3 of Ticket #6404


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

If no one objects, I'll include this in the next release.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6404

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

    initial v3  
    1  In the documentation for iterator_facade, there's a bit of a booboo where the function is first written:
     1In the documentation for iterator_facade, there's a bit of a booboo where the function is first written:
     2{{{
    23iterator-category(CategoryOrTraversal, value_type, reference)
     4}}}
    35
    46Then defined as:
    5 
     7{{{
    68iterator-category(C,R,V)
    7 
     9}}}
    810So I think the argument order is flipped.