signal 11 generating problem, was: Further observations regarding alloca on i586-pc-linux-gnu

Martin von Loewis martin@mira.isdn.cs.tu-berlin.de
Tue Aug 25 23:05:00 GMT 1998


> Yup, it's syntactically valid C++, but it is wrong because auto_ptr
> will delete the pointer to the array as if it were a pointer to a
> single object.  You should write auto_ptr_array instead.

Is auto_ptr_array a standard template? If so, where is it defined?

Martin



More information about the Gcc mailing list