Bug#447196: [pkg-mad-maintainers] Bug#447196: Bug#447196: anonymous structure makes lib partially unusable in C++

2007-11-15 Thread Kurt Roeckx
On Thu, Nov 15, 2007 at 09:32:50PM +0100, Philippe Coval wrote: Because the structure can not be casted to an anonymous structure which is mandatory in C++ (malloc returns void* and new is impossible without typename) Why do you think you need to allocate that buffer yourself?

Bug#447196: [pkg-mad-maintainers] Bug#447196: anonymous structure makes lib partially unusable in C++

2007-11-15 Thread Philippe Coval
Kurt Roeckx wrote: On Thu, Oct 18, 2007 at 10:31:34PM +0200, Philippe Coval wrote: Package: libmad Hi I am about to report this upstream too I haven't seen you send this to an upstream list yet? here is it (noone replied so far) :

Bug#447196: [pkg-mad-maintainers] Bug#447196: anonymous structure makes lib partially unusable in C++

2007-10-28 Thread Kurt Roeckx
On Thu, Oct 18, 2007 at 10:31:34PM +0200, Philippe Coval wrote: Package: libmad Severity: wishlist Tags: patch --- Please enter the report below this line. --- Hi, Is it possible to apply this patch ? I am about to report this upstream too I haven't seen you send this to an upstream list

Bug#447196: anonymous structure makes lib partially unusable in C++

2007-10-18 Thread Philippe Coval
Package: libmad Severity: wishlist Tags: patch --- Please enter the report below this line. --- Hi, Is it possible to apply this patch ? I am about to report this upstream too Because the structure can not be casted to an anonymous structure which is mandatory in C++ (malloc returns void* and