Sorted Array Wrapper Range

"Nordlöw" via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Dec 8 12:22:32 PST 2014


On Monday, 8 December 2014 at 15:43:37 UTC, Tobias Pankrath wrote:
> Was my fault. The phobos checkout didn't match my dmd version. 
> Here is my current state (has some more unittest, bugs fixed, 
> no assignment via SortedRange views on Sorted.): 
> https://github.com/Panke/phobos/blob/sorted/std/container/sorted.d

You have an outdated reference to BinaryHeap at line 440

https://github.com/Panke/phobos/blob/sorted/std/container/sorted.d#L440

Should be replaced with Sorted I presume.


More information about the Digitalmars-d-learn mailing list