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

Re: Fixed in NMU of python-apt 0.5.4.3



On Sun, Mar 10, 2002 at 08:40:00AM -0800, Randolph Chung wrote:

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

Oh, of course.  I didn't think that my changelog entry implied that this was
an ia64 toolchain problem, just that it was necessary in order to compile
there:

  * #include <new> in python/generic.h so that we can build on ia64, which
    uses g++-2.96 (Closes: #137467)

-- 
 - mdz



Reply to: