On Sat, 2006-09-30 at 21:17 +0200, Thomas Moschny wrote:
> On Saturday 30 September 2006 19:59 Evan Deaubl wrote:
> > The only thing I'm worried about is the line separator I used, but I
> > didn't see anywhere in the code where line separators were specified,
> > and I saw straight LFs being used most places, so I went with that.
> 
> Can't you simply use std::endl for that?

std::endl is the same as '\n' plus flush() . No reason to use it unless
you're trying to also flush the stream you're writing to...

Tim
-- 
Free (experimental) public monotone hosting: http://mtn-host.prjek.net



_______________________________________________
Monotone-devel mailing list
Monotone-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monotone-devel

Reply via email to