C++ ABI: Proposed key function tweak
    Mark Mitchell 
    mark at codesourcery.com
       
    Tue Mar 20 17:34:28 UTC 2001
    
    
  
>>>>> "Jason" == Jason Merrill <jason at redhat.com> writes:
    Jason> Since a pure virtual destructor must still be defined, we
    Jason> can use it as the key function even though it's pure.
    Jason> Making this change will allow users to avoid unnecessary
    Jason> duplicate vtables for abstract classes.
I think that's a sensible change -- but I think we're past the point
where we can make these kind of changes.
HP's compiler is in its final stabilization phase, and so is Intel's.
I don't think we should be doing anything but clarifying at this
point.
What we could do is add this as a note.  (Note that it would have been
better to do X, but we didn't.  Oops.)
--
Mark Mitchell                   mark at codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com
    
    
More information about the cxx-abi-dev
mailing list