Opened 12 years ago
Closed 12 years ago
#5338 closed Bugs (fixed)
Wrong parameter documentation for boost::iostreams::seek
Reported by: | 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 , 12 years ago
Component: | Documentation → iostreams |
---|---|
Owner: | changed from | to
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [71085]) Fix typo. Fixes #5338.