Opened 11 years ago
Last modified 8 years ago
#6404 new Bugs
Documentation bug for iterator_facade — 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 the documentation for iterator_facade, there's a bit of a booboo where the function is first written:
iterator-category(CategoryOrTraversal, value_type, reference)
Then defined as:
iterator-category(C,R,V)
So I think the argument order is flipped.
Note:
See TracTickets
for help on using tickets.