
14 Jul
2008
14 Jul
'08
11:43 p.m.
On Mon, 14 Jul 2008 07:08:35 -0600, David Abrahams <dave@boostpro.com> wrote: [skip]
I do this if I really, really, really want to write endl instead of '\n' (not that I ever want that ;-> ): [skip]
Well, as it was painfully discovered in not-quite-related project, std::endl has an effect of calling "flush" on stream, so you do have to use "endl" instead of just '\n' sometimes... Thanks, Andrey