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

--- Comment #10 from [email protected] ---
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

--

Reply via email to