phobos/std/container
Ryan Roden-Corrent 05fd49ed88 Fix DList.insertFront(range) regression - #15263.
As createNode was taking a value by ref, Dlist.insertFront could not be
called with a range with a non-ref front.

Fix by taking the value as `auto ref` instead of just `ref`.
Resolves #15263.
2015-10-31 08:25:03 -04:00
..
array.d Use canonical links to forum.dlang.org 2015-10-07 10:55:51 +00:00
binaryheap.d Fix for instantiating BinaryHeap!(Array!int)) 2015-07-08 15:10:11 -05:00
dlist.d Fix DList.insertFront(range) regression - #15263. 2015-10-31 08:25:03 -04:00
package.d Remove obsolete TypeTuple references 2015-10-13 20:37:44 +02:00
rbtree.d Remove obsolete TypeTuple references 2015-10-13 20:37:44 +02:00
slist.d fix issue 14920 2015-08-15 11:53:57 +02:00
util.d Fix links 2015-02-16 13:39:18 -08:00