Re: [boost] Suggestion for Boost.Function

2002-11-17 Thread Douglas Gregor
On Sunday 17 November 2002 11:45 am, Daryle Walker wrote: > You have poisoned (in)equality operators, because of your safe_bool > type. Are you using a data pointer type, like "void *" that the > IOStreams use for their safe-Boolean type? If so, you should switch to > an even more useless type.

[boost] Suggestion for Boost.Function

2002-11-17 Thread Daryle Walker
I don't know anything about Boost.Function except what I've seen checking out the sample documentations. I have some thoughts on the == and != operators. You have poisoned (in)equality operators, because of your safe_bool type. Are you using a data pointer type, like "void *" that the IOStre