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]

help! where is ios::cur?


Can anyone tell me where 'ios::cur' lives these days?  The program I'm
trying to compile does this

#include <fstream.h>
#include <strstream.h>

which seems to work with g++ 2.95 (on a debian alpha linux box), but
fails with g++ 3.0.3 (on a Tru64 5.1 box), due to 'ios::cur' not being
found.

Sorry to bug the list, but I've been wading around in the docs and
headers for 30 minutes and I just can't see it.

Mike

-- 
Mike Coleman, Scientific Programmer, +1 816 926 4419
Stowers Institute for Biomedical Research
1000 E. 50th St., Kansas City, MO  64110


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