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

--- Comment #5 from Vladimir Marchevsky <vladi...@gmail.com> ---
Sorry if it's not useful, just want to point out couple of things from my
perspective as language newcomer that may hint something for you:

1) Example in ticket works when Foo::~Foo is not virtual. So does in that case
D know how to destroy CPP classes and is it "virtual" causing some troubles?

2) Example in ticket also works in other case - Foo::~Foo is virtual but Foo
doesnt contain Bar. Why implementation details (Bar isnt even exported and
mapped in D) do some changes to behavior?

--

Reply via email to