[Issue 12796] std.string toLower/toUpper array conversion.
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat May 24 13:46:50 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=12796
monarchdodra at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |monarchdodra at gmail.com
--- Comment #1 from monarchdodra at gmail.com ---
FYI, the ice issue is 12769 and fixed.
https://issues.dlang.org/show_bug.cgi?id=12769
HEAD currently produces:
std/uni.d(8042): Error: template std.array.appender cannot deduce function from
argument types !(char[64])(char[]), candidates are:
std/array.d(2707): std.array.appender(A : E[], E)()
std/array.d(2712): std.array.appender(A : E[], E)(A array)
std/array.d(3025): std.array.appender(A : E[]*, E)(A array)
std/uni.d(8377): Error: template instance std.uni.toCase!(toLowerIndex, 1043,
toLowerTab, char[64]) error instantiating
main.d(11): instantiated from here: toLower!(char[64])
--
More information about the Digitalmars-d-bugs
mailing list