
26 Mar
2005
26 Mar
'05
2:49 a.m.
Beman Dawes wrote:
That leaves <iostreams>. There are a few functions specified in terms of fseek. It should be trivial to change those descriptions to specify in terms of fseeko, and adjust argument types accordingly. But there are some other cases I'm foggy about.
You remind me that I forgot to propose changes to 27.8. The obvious change is to basic_filebuf::seekoff; instead of calling fseek it should call fseeko. Another possible change might be to the specification of the effect of the openmode ios_base::ate (27.8.1.3/3), though I'm not sure any change is necessary. Jonathan