[Issue 5640] error with constructing RedBlackTree from range of array (typesafe variadics)

2012-07-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5640 Ellery Newcomer ellery-newco...@utulsa.edu changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5640] error with constructing RedBlackTree from range of array (typesafe variadics)

2011-02-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5640 --- Comment #1 from Lutger lutger.blijdest...@gmail.com 2011-02-22 01:30:04 PST --- It is an issue with type inference from typesafe variadics, the constructor for RedBlackTree deduces U to immutable(char) rather than string: this(U)(U[]