Re: prstreams
Wan-Teh Chang <[email protected]> Sat, 1 May 2010 16:34:05 -0700
| Newsgroups | gmane.comp.mozilla.devel.nspr |
|---|---|
| Message-ID | <[email protected]> |
On Sat, May 1, 2010 at 8:30 AM, Phil Dibowitz <[email protected]> wrote: > 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. Hi Phil, You're right. the prstreams code is no longer being used. I should remove it from CVS to avoid confusion. The following two NSPR libraries are also dead code: mozilla/nsprpub/lib/msgc mozilla/nsprpub/pr/src/cplus Wan-Teh