From: Andrey Tcherepanov (moyt63c02_at_[hidden])
Date: 2008-07-14 19:43:12


On Mon, 14 Jul 2008 07:08:35 -0600, David Abrahams <dave_at_[hidden]>
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