Opened 14 years ago
Closed 12 years ago
#2124 closed Bugs (fixed)
Documentation bug: 'head' instead of 'tail' in description find_tail
Reported by: | Owned by: | Pavol Droba | |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | string_algo |
Version: | Boost 1.35.0 | Severity: | Problem |
Keywords: | Cc: |
Description
String_algo's documentation for Function template find_tail (doc/html/boost/algorithm/find_tail_id397501.html) says:
Get the head of the input. Head is a suffix of the string of the given size.
instead of:
Get the tail of the input. Tail is a suffix of the string of the given size.
Change History (2)
comment:1 by , 14 years ago
Component: | Documentation → string_algo |
---|---|
Milestone: | Boost 1.35.1 → Boost 1.36.0 |
Owner: | changed from | to
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [62689]) Tail not head. Fixes #2124