Opened 8 years ago
Closed 6 years ago
#11170 closed Bugs (fixed)
Doc slip for index_of
Reported by: | Joaquín M López Muñoz | Owned by: | Ion Gaztañaga |
---|---|---|---|
Milestone: | To Be Determined | Component: | container |
Version: | Boost 1.58.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Seemingly in all the places where it is documented, the description for the new member function size_type index_of(iterator p)
has been incorrectly pasted from that of iterator nth(size_type n)
.
Change History (3)
comment:1 by , 8 years ago
Version: | Boost 1.57.0 → Boost 1.58.0 |
---|
comment:2 by , 6 years ago
comment:3 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Sorry, I just forgot this ticket. Fixed in develop, commit:
SHA-1: 873daf9a0c0032aa4fa6012ccece9713d39f8483
- Fixed bug Trac #11170
Note:
See TracTickets
for help on using tickets.
The documentation is still wrong and it's a simple fix. Can this issue get some love?