diff options
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(); ) |