Boost logo

Boost :

Subject: Re: [boost] Proposed new RAII Library
From: Andrew Sandoval (sandoval_at_[hidden])
Date: 2012-09-14 14:24:04


Sohail Somani <sohail <at> taggedtype.net> writes:

>
> On 14/09/2012 11:12 AM, Andrey Semashev wrote:
> > typedef raii< HANDLE, &CloseHandle > auto_handle;
> >
> > class my_class
> > {
> > auto_handle m_h;
> > };
> >
> > This doesn't look like a part of Boost.ScopeExit anymore.
>
> I could make a car into an airplane and it's not a car anymore.
>
> This is quite clever but limited.
>

How so? I use my RAII class like that all of the time, and it does exactly what
is needed. It guarantees I'll never forget to put the CloseHandle into the
destructor. In fact, most of the time it means I don't need destructors anymore.

-Andrew Sandoval


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk