This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Closing stdout
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Gilad Benjamini <yaelgilad at yahoo dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Thu, 28 Feb 2002 10:41:56 -0800 (PST)
- Subject: Re: Closing stdout
> cout.close() ;
> cout.flush() ;
There is no close() MF for std::ostream.
> RH7.1
> libstdc++ Version: 2.96 Release:81
Please try a current version of libstdc++. You'll find it in any of the
gcc-3.x releases.
-benjamin