[Issue 5451] Three ideas for RedBlackTree

2011-03-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5451 bearophile_h...@eml.cc changed: What|Removed |Added CC||tbo...@gmail.com --- Comment

[Issue 5451] Three ideas for RedBlackTree

2011-03-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5451 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 5451] Three ideas for RedBlackTree

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

[Issue 5451] Three ideas for RedBlackTree

2011-02-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5451 --- Comment #3 from Jonathan M Davis jmdavisp...@gmx.com 2011-02-16 23:54:25 PST --- The default constructor problem should be easily solvable once RedBlackTree becomes a class, as it appears that it soon will, since Andrei has decided to make

[Issue 5451] Three ideas for RedBlackTree

2011-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5451 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 5451] Three ideas for RedBlackTree

2011-01-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5451 --- Comment #1 from bearophile_h...@eml.cc 2011-01-13 16:06:38 PST --- Two more ideas: 4) If this code is meant as correct (the two Foos have the same x but different y), they you may add this example to the std_container.html page. import