From: "David B. Held" <[EMAIL PROTECTED]>
>         ~ref_counted()
>         {
>             delete pCount_;
>         }
> 
>         bool release(P const&)
>         {
>             if (!--*pCount_) return true;
>             pCount_ = 0;
>             return false;
>         }

Doesn't release() leak pCount_? Who is responsible for destroying the count?
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to