> > For reference, Jason found this link which shows this is actually really > > the correct way to do this: > > > > http://www.parashift.com/c++-faq-lite/dtors.html#faq-11.10 > > I glanced at the code, and that is exactly what it appeared to be doing > (placement new). I'm not very familiar with all of the python data > structures, though...is it missing a cast to void * or something?
no, it's fine. what I meant is, #include <new> is really needed for placement new, this is not an "ia64 specific" problem.. it just happens to work on other architectures. randolph -- Debian Developer <[EMAIL PROTECTED]> http://www.TauSq.org/

