This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libstdc++/5297: operator!() const incorrect for fstream class


Synopsis: operator!() const incorrect for fstream class

Responsible-Changed-From-To: unassigned->paolo
Responsible-Changed-By: paolo
Responsible-Changed-When: Mon Jan  7 13:46:37 2002
Responsible-Changed-Why:
    Analyzed.	
State-Changed-From-To: open->closed
State-Changed-By: paolo
State-Changed-When: Mon Jan  7 13:46:37 2002
State-Changed-Why:
    This has nothing to do with operator!().
    More simply, the open mode in|out|app is *not* allowed: see,
    f.i. Josuttis p. 632 or Langer/Kreft p. 43.
    Therefore, conformly to what prescribed by the standard, the
    open fails and !afile is in any case true.
    
    Thanks for your report,
    Paolo.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5297


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