What I've tested:
Even more: if I create another trivial class in cpp (say, Bar) and new/delete it in first one ("b = new Bar();" in ctor, "delete b;" in dtor of Foo) - D app with bound Foo just crashes silently for some reason.
Vladimir Marchevsky via Digitalmars-d-learn Wed, 25 Jul 2018 07:31:18 -0700
What I've tested:
Even more: if I create another trivial class in cpp (say, Bar) and new/delete it in first one ("b = new Bar();" in ctor, "delete b;" in dtor of Foo) - D app with bound Foo just crashes silently for some reason.