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]

Where is streambuf::linebuffered(), streambuf::unbuffered()?


Hi,

I am testing out some third party code with:
gcc version 3.0 20010223 
and am running into some problems.

The code I have is trying to use the linebuffered() and unbuffered()
member functions of streambuf, which seem to be in libstdc++-v2, but
not in libstdc++-v3.

Where did these functions go?
If they will not be in libstdc++-v3, what are the equivalents that I
should use to port this code?

Thanks.
-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@mediaone.net          


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