Boost logo

Boost :

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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk