Opened 11 years ago
Last modified 8 years ago
#6404 new Bugs
Documentation bug for iterator_facade
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 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.
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) |
---|
If no one objects, I'll include this in the next release.
Note:
See TracTickets
for help on using tickets.
(In [80902]) refs #6404