[Issue 15819] array(x) is ok but not x.array, giving contradicting error

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Mar 21 22:32:00 PDT 2016


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

Timothee Cour <timothee.cour2 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Error: cannot resolve type  |array(x) is ok but not
                   |for temp.array(Range)(Range |x.array, giving
                   |r) if (isIterable!Range &&  |contradicting error
                   |!isNarrowString!Range &&    |
                   |!isInfinite!Range)          |
                   |//static                    |
                   |assert(is(typeof(temp.array |
                   |)));                        |

--


More information about the Digitalmars-d-bugs mailing list