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

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jun 25 22:36:32 PDT 2015


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

Mike <slavo5150 at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slavo5150 at yahoo.com

--- Comment #1 from Mike <slavo5150 at yahoo.com> ---
A simpler test case:

void main()
{
  import std.string;
  char[64] foo;
  int i = foo[].indexOf('\0');
}

--


More information about the Digitalmars-d-bugs mailing list