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

          Issue ID: 15033
           Summary: Element type of float iota is double
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P1
         Component: phobos
          Assignee: [email protected]
          Reporter: [email protected]

The following assert fails (passes with 'double'):

import std.range;

void main()
{
    static assert(is (ElementType!(typeof(iota(0f))) == float));
}

There are a couple of recommended solutions in the following thread:

  http://forum.dlang.org/thread/[email protected]

Ali

--

Reply via email to