diff options
Diffstat (limited to 'contrib/iostream3/zfstream.h')
-rw-r--r-- | contrib/iostream3/zfstream.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/iostream3/zfstream.h b/contrib/iostream3/zfstream.h index 8574479..3dabc0f 100644 --- a/contrib/iostream3/zfstream.h +++ b/contrib/iostream3/zfstream.h | |||
@@ -413,7 +413,7 @@ template<typename T1, typename T2> | |||
413 | class gzomanip2 | 413 | class gzomanip2 |
414 | { | 414 | { |
415 | public: | 415 | public: |
416 | // Allows insertor to peek at internals | 416 | // Allows inserter to peek at internals |
417 | template <typename Ta, typename Tb> | 417 | template <typename Ta, typename Tb> |
418 | friend gzofstream& | 418 | friend gzofstream& |
419 | operator<<(gzofstream&, | 419 | operator<<(gzofstream&, |
@@ -452,7 +452,7 @@ template<typename T1, typename T2> | |||
452 | : func(f), val1(v1), val2(v2) | 452 | : func(f), val1(v1), val2(v2) |
453 | { } | 453 | { } |
454 | 454 | ||
455 | // Insertor applies underlying manipulator function to stream | 455 | // Inserter applies underlying manipulator function to stream |
456 | template<typename T1, typename T2> | 456 | template<typename T1, typename T2> |
457 | inline gzofstream& | 457 | inline gzofstream& |
458 | operator<<(gzofstream& s, const gzomanip2<T1,T2>& m) | 458 | operator<<(gzofstream& s, const gzomanip2<T1,T2>& m) |