
27 Apr
2004
27 Apr
'04
9:55 a.m.
[SNIP]
typedef std::ostream & (*ostream_func)(std::ostream & ); basic_logstream & operator<<( ostream_func f) { f( m_buffer); return *this; }
[TRUNCATE]
Shouldn't "ostream_func" match the character and traits types?
yup, my mistake. thanks for pointing it out! Best, John