On Tuesday, 18 July 2017 at 11:47:37 UTC, Petar Kirov [ZombineDev] wrote:
On Monday, 17 July 2017 at 19:30:53 UTC, Jack Stouffer wrote:
[...]

I think Atila was talking about this one:
struct A
{
        ~this() {}
}

void main()
{
        auto a = A();
        shared b = A();
}

https://is.gd/kOYlWY

That's what I meant. I was on a train and only skimmed through.

Atila

Reply via email to