Re: no no no
On Mon, Dec 03, 2001 at 06:51:38PM +0100, Lars Gullik Bjønnes wrote: > what about the count change then... It's fine ;-) Andre' -- André Pönitz .. [EMAIL PROTECTED]
Re: no no no
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 shorte