Opened 10 years ago
Closed 9 years ago
#8002 closed Bugs (fixed)
[Utility/string_ref] typo doc
Reported by: | 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)
Change History (8)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 10 years ago
Milestone: | To Be Determined → Boost 1.54.0 |
---|
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 by , 9 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
by , 9 years ago
Attachment: | boost-154-string_ref-doc.png added |
---|
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 , 9 years ago
Cc: | added |
---|
comment:7 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
(In [82771]) Fixed typo; Refs #8002