[Issue 14735] [REG2.068-b1] std.string.indexOf cannot deduce function for char argument

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Jun 29 15:26:00 PDT 2015


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

--- Comment #10 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/cd77a9cdcb8483618bde3512386e6899692c04af
Supplemental fix for issue 14735 - Prevent self-recursive match

The slice expression `s[]` will match to T[n] by using compile-time length
deduction.

https://github.com/D-Programming-Language/phobos/commit/f6ce5692ef12c136229844f21afe184dfb885f3e
Merge pull request #3446 from 9rnsr/fix14735

Supplemental fix for issue 14735 - Prevent self-recursive match

--


More information about the Digitalmars-d-bugs mailing list