#7585 closed Bugs (fixed)
Boost.Range Adaptors indexed: mistake in online documentation
Reported by: | Owned by: | Neil Groves | |
---|---|---|---|
Milestone: | To Be Determined | Component: | range |
Version: | Boost 1.51.0 | Severity: | Cosmetic |
Keywords: | range doc | Cc: |
Description
1. Pipe rng | boost::adaptors::indexed
should be:
Pipe rng | boost::adaptors::indexed(start_index)
2. Function boost::adaptors::index(rng)
should be:
Function boost::adaptors::index(rng,start_index)
Live demo:
Compile Error - http://liveworkspace.org/code/ade31e7817c46fc1076be195cf94ec8c
OK - http://liveworkspace.org/code/464cab20cf6d6030cd516cf79e8c4fc3
Attachments (1)
Change History (4)
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 10 years ago
Fixed in trunk. The fix will appear in 1.53 (I will merge to release branch after 1.53 beta release).
comment:3 by , 10 years ago
by , 9 years ago
Attachment: | Untitled2.cpp added |
---|
Note:
See TracTickets
for help on using tickets.
(In [82316]) [range] fixed #7585 (typo in documentation for 'indexed' adaptor)