Changes between Initial Version and Version 3 of Ticket #6404
- Timestamp:
- Jun 4, 2014, 10:11:58 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6404
- Property Owner changed from to
-
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: 1 In the documentation for iterator_facade, there's a bit of a booboo where the function is first written: 2 {{{ 2 3 iterator-category(CategoryOrTraversal, value_type, reference) 4 }}} 3 5 4 6 Then defined as: 5 7 {{{ 6 8 iterator-category(C,R,V) 7 9 }}} 8 10 So I think the argument order is flipped.