This is the mail archive of the gcc-bugs@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++/7172: fstream object cannot be read from a second file after first file is closed


Synopsis: fstream object cannot be read from a second file after first file is closed

State-Changed-From-To: open->closed
State-Changed-By: pme
State-Changed-When: Mon Jul  1 15:36:33 2002
State-Changed-Why:
    Not a bug.  Your code must clear the stream before reuse:
    
    http://gcc.gnu.org/onlinedocs/libstdc++/faq/index.html#4_4_iostreamclear

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


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