#5314 closed Bugs (fixed)
wrong example in document
Reported by: | Owned by: | Neil Groves | |
---|---|---|---|
Milestone: | To Be Determined | Component: | range |
Version: | Boost 1.46.0 | Severity: | Problem |
Keywords: | Cc: |
Description
not need follow:
#include <algorithm>
need include follow for output_iterator:
#include <iterator>
and need camma in result end.
target document is follow:
- adjacent_filtered
- copied
- filtered
- map_keys
- map_values
- replaced
- replaced_if
- reversed
- sliced
- strided
- type_erased
- transformed
- uniqued
Change History (4)
comment:1 by , 11 years ago
Status: | new → assigned |
---|
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 10 years ago
Fixed in trunk, will merge to release after 1.53 beta release. Will appear in 1.53.
Note:
See TracTickets
for help on using tickets.
(In [82346]) [range] fixed #5314 (small mistakes in range adaptor examples)