"Eric Friedman" <[EMAIL PROTECTED]> wrote in message
003c01c2d6f7$2a812c90$49390c80@erk">news:003c01c2d6f7$2a812c90$49390c80@erk...
> [...]
>     template <typename T>
>     void operator()(const T& operand) const
>     {
>         operand.~T();
>     }
> [...]

Is the destructor really a const function?

Dave




_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to