$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] signals2 multithreading with dumb pointers
From: Chris Stankevitz (chrisstankevitz_at_[hidden])
Date: 2012-06-14 23:32:18
On Wed, Jun 13, 2012 at 9:57 AM, Chris Cleeland
<chris.cleeland_at_[hidden]> wrote:
> If you can't follow the advice of not using wxWidgets, can you overload
> operator delete for your dialog's class?
Thank you, that's a good idea. I'm off to see what the implications
of a descendant having a customer operator delete while the ancestors
do not. Sorta seems like it will need to be "virtual".
Chris