Opened 12 years ago

Closed 12 years ago

#5338 closed Bugs (fixed)

Wrong parameter documentation for boost::iostreams::seek

Reported by: schultz.peter@… Owned by: Jonathan Turkanis
Milestone: To Be Determined Component: iostreams
Version: Boost 1.46.0 Severity: Cosmetic
Keywords: Cc:

Description

The documentation for boost::iostreams::seek, Function Parameters states

"if way is std::ios_base::beg, the initial position is the end of the stream".

That should be std::ios_base::end.

Change History (2)

comment:1 by Steven Watanabe, 12 years ago

Component: Documentationiostreams
Owner: changed from Matias Capeletto to Jonathan Turkanis

comment:2 by Steven Watanabe, 12 years ago

Resolution: fixed
Status: newclosed

(In [71085]) Fix typo. Fixes #5338.

Note: See TracTickets for help on using tickets.