prstreams
Phil Dibowitz <[email protected]> Sat, 01 May 2010 17:30:19 +0200
| Newsgroups | gmane.comp.mozilla.devel.nspr |
|---|---|
| Message-ID | <[email protected]> |
Hey all, I was looking to use prstreams to wrap NSPR pipes in C++ streams. It seems however, it may be a bit neglected... it seems to use a lot of stuff from older [STL stuff in] libstdc++ versions that don't exist anymore. There are silly examples like including "<iostream.h>" instead of "<iostream>", but then there are things like: /tmp/foo/prstreams/prstrms.h:80: error: 'streampos' does not name a type I'm not positive what streampos is, but I'm guessing something in older versions of the STL code. I checked CVS head, but it's in the same condition... so I was wondering if it was still used/maintained. Thanks! - Phil