[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
Fri Jul 15 09:37:40 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=16263

Wyatt <wyatt.epp at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wyatt.epp at gmail.com

--- Comment #5 from Wyatt <wyatt.epp at gmail.com> ---
Hang on, in what world is this _invalid_?  The behaviour is clearly wrong.

I just ran into this exact problem and was tearing my hair out trying to figure
out why a bog-standard char[] is somehow failing to be random access and have
length.

--


More information about the Digitalmars-d-bugs mailing list