Opened 14 years ago

Closed 12 years ago

#2124 closed Bugs (fixed)

Documentation bug: 'head' instead of 'tail' in description find_tail

Reported by: ulysses4ever@… 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 Daniel James, 14 years ago

Component: Documentationstring_algo
Milestone: Boost 1.35.1Boost 1.36.0
Owner: changed from Matias Capeletto to Pavol Droba

comment:2 by Steven Watanabe, 12 years ago

Resolution: fixed
Status: newclosed

(In [62689]) Tail not head. Fixes #2124

Note: See TracTickets for help on using tickets.