Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 May 1996 13:05:11 -0600
From:      Warner Losh <imp@village.org>
To:        Terry Lambert <terry@lambert.org>
Cc:        rpt@miles.sso.loral.com (Richard Toren), freebsd-hackers@FreeBSD.org
Subject:   Re: stdio problem 
Message-ID:  <199605031905.NAA10466@rover.village.org>
In-Reply-To: Your message of Fri, 03 May 1996 11:36:26 PDT

next in thread | raw e-mail | index | archive | help
: What about a static initializer that operates on stdio?  Is this
: now deemed illegal?

At one point I know that accessing stdin,stdout and stderr was well
defined in the C++ language draft.  I've not checked recently.  It is
not well defined (or at least wasn't) if cin, cerr and cout work
because those generally use the global ctor feature and ordering isn't
well defined for those. 

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605031905.NAA10466>