[Issue 10194] std.variant.Variant doesn't call the dtor of struct values

2017-08-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10194

b2.t...@gmx.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 10194] std.variant.Variant doesn't call the dtor of struct values

2014-07-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10194

--- Comment #2 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/0c40d1ea641f4e51a6ec4de6fe0cd1bcda65d944
Issue 10194. Variant does not call struct destructors.

https://github.com/D-Programming-Language/phobos/commit/45fda72192ff5b878ebe915db0ffb9f6504cca8f
Merge pull request #2147 from yglukhov/issue10194

Issue 10194. Variant does not call struct destructors.

--


[Issue 10194] std.variant.Variant doesn't call the dtor of struct values

2014-05-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10194

--- Comment #1 from Yuriy yuriy.gluk...@gmail.com ---
https://github.com/D-Programming-Language/phobos/pull/2147

--


[Issue 10194] std.variant.Variant doesn't call the dtor of struct values

2014-04-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10194

Yuriy yuriy.gluk...@gmail.com changed:

   What|Removed |Added

 CC||yuriy.gluk...@gmail.com

--