$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-01-22 20:48:14
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