[Issue 5895] Object.clear() doesn't work as expected for pointers to structs

2015-01-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5895 Steven Schveighoffer changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5895] Object.clear() doesn't work as expected for pointers to structs

2015-01-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5895 AndyC changed: What|Removed |Added CC||a...@squeakycode.net --- Comment #2 from AndyC --- T

[Issue 5895] Object.clear() doesn't work as expected for pointers to structs

2011-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5895 --- Comment #1 from Daniel Gibson 2011-05-01 21:37:12 PDT --- An additional comment: Seems like clear() *is* documented - not in the online documentation but in TLDP on pages 187/188 (for classes) and 253/254 (for structs). It says: "You can