[Issue 5769] struct elaborate constructor should make rvalue

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5769 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5769] struct elaborate constructor should make rvalue

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5769 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #2 f

[Issue 5769] struct elaborate constructor should make rvalue

2011-03-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5769 --- Comment #1 from Kenji Hara 2011-03-23 05:47:01 PDT --- Fixing thi bug is difficult for me. DMD internally behavior is... 1.Elaborate constructor returns this reference internally. -> see CtorDeclaration::semantic() 2.Elaborate constructo