diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:22:37 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:22:37 -0700 |
commit | 4b5a43a219d51066c01ff2ab86af18b967f2d0dd (patch) | |
tree | 4dcaf0cd18751d04cf638a9a6ec521990d4f2e90 /contrib/iostream3/TODO | |
parent | 086e982175da84b3db958191031380794315f95f (diff) | |
download | zlib-1.2.0.5.tar.gz zlib-1.2.0.5.tar.bz2 zlib-1.2.0.5.zip |
zlib 1.2.0.5v1.2.0.5
Diffstat (limited to 'contrib/iostream3/TODO')
-rw-r--r-- | contrib/iostream3/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/iostream3/TODO b/contrib/iostream3/TODO index 4578326..7032f97 100644 --- a/contrib/iostream3/TODO +++ b/contrib/iostream3/TODO | |||
@@ -13,5 +13,5 @@ Possible upgrades to gzfilebuf: | |||
13 | - Check public interface to see which calls give problems | 13 | - Check public interface to see which calls give problems |
14 | (due to dependence on library internals) | 14 | (due to dependence on library internals) |
15 | 15 | ||
16 | - Override operator<<(ostream&, gzfilebuf*) to allow direct copying | 16 | - Override operator<<(ostream&, gzfilebuf*) to allow direct copying |
17 | of stream buffer to stream ( i.e. os << is.rdbuf(); ) | 17 | of stream buffer to stream ( i.e. os << is.rdbuf(); ) |