[Issue 4247] Cannot create default-constructed struct on heap when constructor is defined

2014-09-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4247 Kenji Hara changed: What|Removed |Added CC||fa...@gmx.ch --- Comment #12 from Kenji Hara --

[Issue 4247] Cannot create default-constructed struct on heap when constructor is defined

2013-04-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4247 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4247] Cannot create default-constructed struct on heap when constructor is defined

2013-04-15 Thread d-bugmail
/17a69daa9c334407d4988037760de48f859fe0c6 fix Issue 4247 - Cannot create default-constructed struct on heap when constructor is defined https://github.com/D-Programming-Language/dmd/commit/f0e2ec31995046396261aab401b8d20fa58dccdb Merge pull request #1898 from 9rnsr/fix4247 Issue 4247 - Cannot create default-constructed struct on heap

[Issue 4247] Cannot create default-constructed struct on heap when constructor is defined

2013-04-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4247 Kenji Hara changed: What|Removed |Added Keywords||pull, rejects-valid Platform|Oth

[Issue 4247] Cannot create default-constructed struct on heap when constructor is defined

2013-04-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4247 --- Comment #9 from Steven Schveighoffer 2013-04-15 10:26:37 PDT --- (In reply to comment #8) > (In reply to comment #0) > > So the auto s = new S is no longer usable. However, I can easily declare a > > struct S on the stack, or create a new

[Issue 4247] Cannot create default-constructed struct on heap when constructor is defined

2013-04-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4247 Maksim Zholudev changed: What|Removed |Added CC||maxim...@gmail.com --- Comment #8 fr

[Issue 4247] Cannot create default-constructed struct on heap when constructor is defined

2013-02-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4247 --- Comment #7 from Andrej Mitrovic 2013-02-18 10:05:18 PST --- (In reply to comment #6) > Described where exactly? Please ignore my comments from before as I didn't know at the time 'new'ing was possible for structs. -- Configure issuemail

[Issue 4247] Cannot create default-constructed struct on heap when constructor is defined

2010-09-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4247 --- Comment #6 from Andrej Mitrovic 2010-09-11 10:45:49 PDT --- (In reply to comment #5) > (In reply to comment #4) > > (In reply to comment #2) > > > (In reply to comment #1) > > > > Also, since when are structs allowed to be allocated on the

[Issue 4247] Cannot create default-constructed struct on heap when constructor is defined

2010-09-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4247 Andrei Alexandrescu changed: What|Removed |Added CC||and...@metalanguage.com --- Comm

[Issue 4247] Cannot create default-constructed struct on heap when constructor is defined

2010-09-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4247 --- Comment #4 from Andrej Mitrovic 2010-09-11 08:00:51 PDT --- (In reply to comment #2) > (In reply to comment #1) > > Also, since when are structs allowed to be allocated on the heap? TDPL > > explicitly states that structs have scoped lifet

[Issue 4247] Cannot create default-constructed struct on heap when constructor is defined

2010-09-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4247 nfx...@gmail.com changed: What|Removed |Added CC||nfx...@gmail.com --- Comment #3 from

[Issue 4247] Cannot create default-constructed struct on heap when constructor is defined

2010-09-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4247 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 4247] Cannot create default-constructed struct on heap when constructor is defined

2010-09-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4247 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme