[Issue 5546] Assigning and initializing structs from functions make more copies than necessary

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5546 Infiltrator changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5546] Assigning and initializing structs from functions make more copies than necessary

2011-02-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5546 --- Comment #2 from akb...@gmail.com 2011-02-08 00:42:20 PST --- After thinking about the problem a bit more, I have a couple things to add. First, I should mention my second point for assigning the return value of a function to an existing

[Issue 5546] Assigning and initializing structs from functions make more copies than necessary

2011-02-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5546 --- Comment #1 from akb...@gmail.com 2011-02-07 23:32:33 PST --- Created an attachment (id=901) Source file that demonstrates the behavior. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are