Opened 15 years ago
Closed 15 years ago
#1551 closed Bugs (fixed)
stream_buffer::seekpos ignores openmode parameter
| Reported by: | Jonathan Turkanis | Owned by: | Jonathan Turkanis |
|---|---|---|---|
| Milestone: | Boost 1.36.0 | Component: | iostreams |
| Version: | Boost 1.34.1 | Severity: | Showstopper |
| Keywords: | Cc: |
Description
The implementations of indirect_streambuf::seekpos and direct_streambuf::seekpos ignore their openmode parameters and pass ios_base::in | ios_base::out to the underlying device.
See http://lists.boost.org/Archives/boost/2007/10/128696.php.
Change History (2)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in [42596]