[Issue 3383] newVoid

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3383 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.033 |D2 --

[Issue 3383] newVoid

2011-08-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3383 David Simcha dsim...@yahoo.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 3383] newVoid

2011-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3383 --- Comment #3 from bearophile_h...@eml.cc 2011-06-06 03:26:11 PDT --- One case worth considering: auto mat = new int[5][5]; foreach (row; mat) row[] = 10; The way used to initialize a matrix to void is useful to initialize all of it to a

[Issue 3383] newVoid

2011-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3383 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added AssignedTo|and...@metalanguage.com

[Issue 3383] newVoid

2011-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3383 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 3383] newVoid

2009-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3383 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED