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: jason@xxxxxxxxxx
  • Subject: Re: [cxx-abi-dev] One-time Construction API (3.3.2)
  • From: Dennis Handly <dhandly@xxxxxxxxxx>
  • Date: Fri, 6 Aug 2004 15:23:02 -0700 (PDT)

>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.