On Mon, Dec 03, 2001 at 06:02:47PM +0100, Lars Gullik Bjønnes wrote:
> inline WriteStream & operator<<(WriteStream & ws, string const & s)
> {
>       ws << s.c_str();
>       return ws;
> }

since the plan is to move over to real streambuf, this is a temporary
measure...

I tend to use the shortest solution for throw-away code...

Andre'

-- 
André Pönitz .............................................. [EMAIL PROTECTED]

Reply via email to