diff options
author | Aki <please@ignore.pl> | 2021-09-29 21:52:57 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2021-09-29 21:52:57 +0200 |
commit | 86684427ef55fdad89bccf6afb3de8085ae4580a (patch) | |
tree | beae38abc6a89c6388407f5eab60c1bd6ebdc1d1 /zlib/contrib/iostream3/TODO | |
parent | 6ebfc6e07d5c4fc701ce522391616550d197881a (diff) | |
parent | 07162fa301835387e4da4278326ec1ff45d1dc3e (diff) | |
download | starshatter-86684427ef55fdad89bccf6afb3de8085ae4580a.zip starshatter-86684427ef55fdad89bccf6afb3de8085ae4580a.tar.gz starshatter-86684427ef55fdad89bccf6afb3de8085ae4580a.tar.bz2 |
Merge commit '07162fa301835387e4da4278326ec1ff45d1dc3e' as 'zlib'
Diffstat (limited to 'zlib/contrib/iostream3/TODO')
-rw-r--r-- | zlib/contrib/iostream3/TODO | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/zlib/contrib/iostream3/TODO b/zlib/contrib/iostream3/TODO new file mode 100644 index 0000000..7032f97 --- /dev/null +++ b/zlib/contrib/iostream3/TODO @@ -0,0 +1,17 @@ +Possible upgrades to gzfilebuf: + +- The ability to do putback (e.g. putbackfail) + +- The ability to seek (zlib supports this, but could be slow/tricky) + +- Simultaneous read/write access (does it make sense?) + +- Support for ios_base::ate open mode + +- Locale support? + +- Check public interface to see which calls give problems + (due to dependence on library internals) + +- Override operator<<(ostream&, gzfilebuf*) to allow direct copying + of stream buffer to stream ( i.e. os << is.rdbuf(); ) |