------- Comment #13 from albrt2000 at gmail dot com 2010-02-08 14:25 -------
>
> struct A {
> virtual ~A();
> };
>
> A::~A() = default;
>
> I think this should be OK (but maybe not in GCC 4.4 only in 4.5)
>
This already works in gcc 4.4.1 that I use.-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42983
