This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 3/3] C++ify breakpoint class hierarchy (destructors only)


On 2017-06-02 18:59, Pedro Alves wrote:
LGTM, all three patches.

Maybe mark dtors with "override"?

Thanks,
Pedro Alves

Oh, I didn't know destructors could have this keyword. From what I can see, it makes sure the base classes have virtual destructors, cool. I'll add that.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]