[Issue 9513] RedBlackTree excessively copies structs by value

2013-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9513 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 9513] RedBlackTree excessively copies structs by value

2013-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9513 --- Comment #2 from Ivan Kazmenko 2013-02-14 15:26:07 PST --- Original forum discussion thread: http://forum.dlang.org/thread/qhlsrpqajuwstvlsp...@forum.dlang.org First, being fixable from user side, this is not that big of an issue. However,

[Issue 9513] RedBlackTree excessively copies structs by value

2013-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9513 --- Comment #3 from Ivan Kazmenko 2013-02-14 16:21:09 PST --- (In reply to comment #1) > The second program gives me: > > temp.d(28): Error: template instance RedBlackTree!(element, lessfun) > RedBlackTree!(element, lessfun) does not match tem

[Issue 9513] RedBlackTree excessively copies structs by value

2013-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9513 --- Comment #4 from Ivan Kazmenko 2013-02-14 17:04:46 PST --- Created an attachment (id=1186) Example with excessive copying -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail bec

[Issue 9513] RedBlackTree excessively copies structs by value

2013-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9513 --- Comment #6 from Ivan Kazmenko 2013-02-14 17:06:11 PST --- Created an attachment (id=1188) Solution 2: template with auto ref -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 9513] RedBlackTree excessively copies structs by value

2013-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9513 --- Comment #5 from Ivan Kazmenko 2013-02-14 17:05:27 PST --- Created an attachment (id=1187) Solution 1: two redundant functions -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mai

[Issue 9513] RedBlackTree excessively copies structs by value

2013-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9513 Ivan Kazmenko changed: What|Removed |Added Attachment #1186|application/octet-stream|text/plain mime type|

[Issue 9513] RedBlackTree excessively copies structs by value

2013-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9513 Ivan Kazmenko changed: What|Removed |Added Attachment #1187|application/octet-stream|text/plain mime type|

[Issue 9513] RedBlackTree excessively copies structs by value

2013-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9513 Ivan Kazmenko changed: What|Removed |Added Attachment #1188|application/octet-stream|text/plain mime type|

[Issue 9513] RedBlackTree excessively copies structs by value

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9513 Steven Schveighoffer changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|nob.

[Issue 9513] RedBlackTree excessively copies structs by value

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9513 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment

[Issue 9513] RedBlackTree excessively copies structs by value

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9513 Iain Buclaw changed: What|Removed |Added Priority|P2 |P4 --