cxx-invalid-destructor.h 70 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 struct Base { ~Base(); }; struct Foo : public Base { ~Base(); };