[Issue 14791] std.string.indexOf(char[], char) no longer compiles
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Jul 11 03:15:04 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14791
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at digitalmars.com
--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
This is caused by a recent change to DMD that regards buf[] as being equivalent
to buf[64]. (Which causes both overloads of indexOf() to match.)
--
More information about the Digitalmars-d-bugs
mailing list