On Wednesday, 22 February 2017 at 05:28:17 UTC, Alex wrote:
void main()
{
        auto a = new A;
        delete a;               //need this or the program hangs
}


https://p0nce.github.io/d-idioms/#The-trouble-with-class-destructors


Reply via email to