This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [libstdc++] Proposed patch for fstream.h
- To: Peter Schmid <schmid at snake dot iap dot physik dot tu-darmstadt dot de>
- Subject: Re: [libstdc++] Proposed patch for fstream.h
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Fri, 23 Mar 2001 14:42:53 -0800 (PST)
- cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
hmm. streampos is not actually used:
pos_type
tellg(void);
__istream_type&
seekg(pos_type);
__istream_type&
seekg(off_type, ios_base::seekdir);
?
-benjamin