
23 Jan
2005
23 Jan
'05
1:48 a.m.
Robert Ramey wrote:
a) Creating the temporary file. mktemp gives ona file descriptor -
I assume you mean mkstemp
not a stream. There is no easy way to turn this into a real stream - with facets, and everything else.
typedef stream_facade< code_converter< file_descriptor> > file_descriptor_stream_with_facets_and_stuff; Coming soon to CVS nearest you. :-) Jonathan