This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Where are opfx(), osfx(), ipfx()?


On Sun, Feb 25, 2001 at 09:43:31PM -0500, Craig Rodrigues wrote:
> 
> Are we allowed to cheat a little bit and look at MSDN documentation for clues?
> ;)

We could if MSDN documentation were considered clueful.  :-)

Those URLs don't give much of a description of, say, preconditions and
postconditions.  They're definitely pre-standardization implementation
details.

The process of standardization split some of those requirements up.
It *looks* like what you want is the nested sentry class.  See for example
include/bits/std_ostream.h in the current sources.  Or head over to ANSI (see
web pages for a link to ANSI), chuck down $18 and get the standard in PDF.


Phil

-- 
pedwards at disaster dot jaj dot com  |  pme at sources dot redhat dot com
devphil at several other less interesting addresses in various dot domains
The gods do not protect fools.  Fools are protected by more capable fools.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]