[Issue 16263] Error: template std.algorithm.iteration.permutations cannot deduce function from argument types !()(char[])
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Jul 10 07:05:02 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=16263
Ketmar Dark <ketmar at ketmar.no-ip.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |ketmar at ketmar.no-ip.org
Resolution|--- |INVALID
--- Comment #1 from Ketmar Dark <ketmar at ketmar.no-ip.org> ---
it is autodecoding again: std.utf.byChar will do the trick. note that it works
perfectly with array of dchars, as those need not to be decoded.
--
More information about the Digitalmars-d-bugs
mailing list