
30 Aug
2004
30 Aug
'04
4:23 p.m.
"Jonathan Turkanis" <technews@kangaroologic.com> wrote:
template<typename Ch> struct null_buf {
should be null_sink ^^^^
typedef Ch char_type; typedef sink_tag category; void write(const Ch*, std::streamsize) { } };
than to write your null_buf, which is 79 lines long.
Jonathan