[Issue 8118] Impossible to initialize a member struct without default constructor or assigment

2013-11-28 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8118 Simen Kjaeraas simen.kja...@gmail.com changed: What|Removed |Added CC|

[Issue 8118] Impossible to initialize a member struct without default constructor or assigment

2013-11-28 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8118 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8118] Impossible to initialize a member struct without default constructor or assigment

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8118 Marco Leise marco.le...@gmx.de changed: What|Removed |Added CC||marco.le...@gmx.de

[Issue 8118] Impossible to initialize a member struct without default constructor or assigment

2012-05-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8118 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added CC|

[Issue 8118] Impossible to initialize a member struct without default constructor or assigment

2012-05-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8118 --- Comment #3 from wfunct...@hotmail.com 2012-05-19 12:15:42 PDT --- (In reply to comment #2) No bug here you just diabled too much. Undisable opAssign. It's opAssign that gets called whne a = ... is seen: this() { s = S(to!int(1)); } If

[Issue 8118] Impossible to initialize a member struct without default constructor or assigment

2012-05-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8118 --- Comment #4 from wfunct...@hotmail.com 2012-05-19 12:17:48 PDT --- (In reply to comment #3) (In reply to comment #2) No bug here you just diabled too much. Undisable opAssign. It's opAssign that gets called whne a = ... is seen:

[Issue 8118] Impossible to initialize a member struct without default constructor or assigment

2012-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8118 --- Comment #1 from wfunct...@hotmail.com 2012-05-18 17:05:45 PDT --- Possibly related: http://d.puremagic.com/issues/show_bug.cgi?id=8117 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving