Subject: Re: [boost] [C++11] If you have an old class with a throwing destructor...
From: Sohail Somani (sohail_at_[hidden])
Date: 2013-09-12 18:09:57


On 2013-09-09 5:57 PM, Niall Douglas wrote:
> Indeed I once had some python executed by my build script to
> auto-insert those destructor wrappers because I kept forgetting to do
> it.

This doesn't sound right. You should be more deliberate than that IMO.
Can you describe the situation that required this kind of pattern?