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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Feb 22 01:32:46 PST 2011


http://d.puremagic.com/issues/show_bug.cgi?id=5640



--- Comment #1 from Lutger <lutger.blijdestijn at 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[] elems...) if (isImplicitlyConvertible!(U, Elem))

-- 
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