Comment #1 by jcrapuchettes — 2013-11-04T13:36:08Z
I found this bug while trying to find a reduced test case for canFind returning false when it should have been returning true.
Comment #2 by kekeniro2 — 2013-11-06T01:11:39Z
I hit this case but got an error message below on Windows 7.
c:\d\dmd2\windows\bin\..\..\src\phobos\std\algorithm.d(3724): Error: template instance std.traits.isSomeChar!(Type) recursive expansion
It occurs in 'find' function. The line at line 3724 is:
enum isIntegralNeedle = isSomeChar!E || isIntegral!E || isBoolean!E;
Information Only.