Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cxx-abi-dev] One-time Construction API (3.3.2)


  • To: Dennis Handly <dhandly@xxxxxxxxxx>
  • Subject: Re: [cxx-abi-dev] One-time Construction API (3.3.2)
  • From: Jason Merrill <jason@xxxxxxxxxx>
  • Date: Fri, 06 Aug 2004 22:11:52 -0400

On Fri, 6 Aug 2004 15:23:02 -0700 (PDT), Dennis Handly <dhandly@xxxxxxxxxx> wrote:

>>From: Jason Merrill <jason@xxxxxxxxxx>
>>If cleanup throws, you need to call __cxa_guard_release, so it also needs
>>to be in the throw path somehow.
>
> Or do __cxa_guard_release before that cleanup.

Yes, I suppose that would also work.

Jason