This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: [RFC] Large file iostreams



>The standard requires in several places that streamoff must be a
>typedef, so it is defined as
>  typedef class __streamoff streamoff;

Bummer, this.

>streamoff and fpos are in a new header bits/postypes.h; it seems
>more descriptive than fpos.h since streamoff is also a class type.

Yeah. Here are the mods to make it build cleanly and pass the testsuite....

I'm a bit worried about

off_type = pos_type 

no longer working. However,

off_type = off_type(pos_type)

seems conformant, as well as

off_type(pos_type)

Anyway.

-benjamin

Attachment: 20031016.patch
Description: Text document


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