[Issue 5650] A RedBlackTree performance problem
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Apr 24 18:57:39 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=5650
--- Comment #8 from bearophile_hugs at eml.cc 2012-04-24 18:58:41 PDT ---
(In reply to comment #7)
> This test no longer compiles in 2.059:
>
> PS E:\DigitalMars\dmd2\samples> rdmd bug
> bug.d(7): Error: no property 'opCall' for type
> 'std.container.RedBlackTree!(int).RedBlackTree'
Now RedBlackTree is a class. So replace this line:
auto t = RedBlackTree!int(0);
With:
auto t = redBlackTree!int(0);
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list