[Issue 14062] Not pure std.variant.Variant ctor

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Feb 1 03:47:42 PST 2015


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

--- Comment #2 from sinkuupump at gmail.com ---
Ah, constructor can avoid calling fptr(OpId.destruct) because
fpr==&handler!void there, so it can be pure. But destructor is still impure.
Any ideas?

--


More information about the Digitalmars-d-bugs mailing list