https://issues.dlang.org/show_bug.cgi?id=8388

--- Comment #2 from Vladimir Panteleev <dlang-bugzi...@thecybershadow.net> ---
(In reply to Jonathan M Davis from comment #1)
> It looks like MermberFunctionsTuple only grabs virtual functions.

Not virtual - rather, non-templated. It ignores templates. Final functions seem
to work fine.

(In reply to Jonathan M Davis from comment #1)
> foo() isn't printed. So, the constructors and destructor probably aren't
> being grabbed, because they're non-virtual.

Pretty sure all class destructors in D are virtual.

--

Reply via email to