$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Torjo (john.lists_at_[hidden])
Date: 2004-04-27 04:55:38
>[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