Opened 10 years ago

Closed 9 years ago

#8002 closed Bugs (fixed)

[Utility/string_ref] typo doc

Reported by: Akira Takahashi <faithandbrave@…> Owned by: Marshall Clow
Milestone: Boost 1.54.0 Component: utility
Version: Boost 1.53.0 Severity: Problem
Keywords: Cc: mclow.lists@…, mateusz@…

Description

http://www.boost.org/doc/libs/1_53_0/libs/utility/doc/html/string_ref.html

in this document.

if ( extract_part ( "ABCDEFG" ).front() == "C" ) { /* do something */ }

front() return char. "C" should be 'C'.

Attachments (1)

boost-154-string_ref-doc.png (23.4 KB ) - added by Mateusz Loskot 9 years ago.
It looks like this fix has not made it to the documentation of 1.54, but it should as indicated in the ticket milestone

Download all attachments as: .zip

Change History (8)

comment:1 by Marshall Clow, 10 years ago

(In [82771]) Fixed typo; Refs #8002

comment:2 by Marshall Clow, 10 years ago

Owner: changed from No-Maintainer to Marshall Clow
Status: newassigned

comment:3 by Marshall Clow, 10 years ago

Milestone: To Be DeterminedBoost 1.54.0

comment:4 by Marshall Clow, 10 years ago

Resolution: fixed
Status: assignedclosed

(In [82821]) Merge doc typo; Fixes #8002

comment:5 by Mateusz Loskot, 9 years ago

Resolution: fixed
Status: closedreopened

by Mateusz Loskot, 9 years ago

It looks like this fix has not made it to the documentation of 1.54, but it should as indicated in the ticket milestone

comment:6 by Mateusz Loskot, 9 years ago

Cc: mateusz@… added

comment:7 by Marshall Clow, 9 years ago

Resolution: fixed
Status: reopenedclosed

(In [86488]) Regnerated string_ref docs. Fixed incorrect example. Fixes #8002

Note: See TracTickets for help on using tickets.