On Thu, Nov 29, 2012 at 11:03 AM, Dmitry N. Mikushin <span dir="ltr"><<a href="mailto:maemarcus@gmail.com" target="_blank">maemarcus@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi Dan, Sean,<br><br>Thanks for replies,<br><br>So does it mean user is not expected to use any other stream for stdout, but outs()? Although there is a comment "If you don't want this behavior, don't use outs().", outs() is a static instance which always exists and creates problems, even if not used.</blockquote>

<div><br></div><div>If you don't call outs(), its static object isn't constructed (or destructed).</div><div><br></div><div>Dan</div><div><br></div></div>