Seekable file_descriptor_source /sink?
The supplied file_descriptor_source and file_descriptor_sink are not seekable. Is this an oversight?
For file_descriptor_source, all that appears to be needed is changing from:
struct category : public source_tag, closable_tag { };
to:
struct category
: input_seekable,
device_tag,
closable_tag
{ };
and adding:
using file_descriptor::seek;
Similarly for file_descriptor_sink.
Change History
(6)
Owner: |
changed from beman_dawes to Beman Dawes
|
Severity: |
→ Showstopper
|
Status: |
assigned → new
|
Component: |
None → iostreams
|
Description: |
modified (diff)
|
Owner: |
Beman Dawes removed
|
Owner: |
set to Jonathan Turkanis
|
Type: |
Bugs → Feature Requests
|
Resolution: |
None → fixed
|
Status: |
new → closed
|
assigning to actual user "bemandawes" instead of unknown user "beman_dawes"