[libstdc++] Proposed patch for fstream.h

Benjamin Kosnik bkoz@redhat.com
Fri Mar 23 14:42:00 GMT 2001


hmm. streampos is not actually used:

      pos_type 
      tellg(void);

      __istream_type& 
      seekg(pos_type);

      __istream_type& 
      seekg(off_type, ios_base::seekdir);

?

-benjamin



More information about the Gcc-patches mailing list