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] Type mismatch in __cxa_atexit and __cxa_finalize


  • To: austern@xxxxxxxxx
  • Subject: Re: [cxx-abi-dev] Type mismatch in __cxa_atexit and __cxa_finalize
  • From: Dennis Handly <dhandly@xxxxxxxxxx>
  • Date: Fri, 27 Feb 2004 12:48:26 -0800 (PST)

>From: Mark Mitchell <mark@xxxxxxxxxxxxxxxx>
>  2. If you're passing __cxa_atexit a function that does take an 
> argument, the parameter may not be 0.

>but point (2) worries me -- that might represent a change for some
>existing implementations.
Mark Mitchell

But that will never occur?  Any "static" object that is being destructed
must have a non-zero "this" pointer?