class C {
~this() {}
immutable ~this() {}
}This gives a conflict error between the two destructors.
Lass Safin via Digitalmars-d Sat, 02 Apr 2016 06:06:44 -0700
class C {
~this() {}
immutable ~this() {}
}This gives a conflict error between the two destructors.