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

Re: Fixed in NMU of python-apt 0.5.4.3



> > 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 <tausq@debian.org>
http://www.TauSq.org/



Reply to: