#3434 closed Bugs (fixed)
boost/iterator.hpp typo in comment
Reported by: | anonymous | Owned by: | Dave Abrahams |
---|---|---|---|
Milestone: | Boost 1.41.0 | Component: | iterator |
Version: | Boost 1.40.0 | Severity: | Cosmetic |
Keywords: | interator | Cc: |
Description
boost/iterator.hpp line 1:
interator.hpp workarounds for non-conforming standard libraries --------
should be:
iterator.hpp workarounds for non-conforming standard libraries --------
Change History (2)
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 12 years ago
(In [70709]) Iterator: merge several changes from trunk.
- Update iterator_facade test for #1019 (header change already merged).
- Category of each iterator is reduced to a known category before we try to find a minimum. Fixes #1517.
function_input_iterator
from Dean Michael Berris. Fixes #2893- Fix typo in
boost/iterator.hpp
. Fixes #3434. - Always include
add_reference
header in iterator adaptor header.
Did not merge changes for #1427.
Note:
See TracTickets
for help on using tickets.
(In [62626]) Fixed #3434