[Issue 16646] Header generation on druntime

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Oct 29 05:56:25 PDT 2016


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

--- Comment #1 from Temtaime <temtaime at gmail.com> ---
Also it generated strange statements.

ref rename(names...)() return
        if (names.length == 0 || allSatisfy!(isSomeString, typeof(names)))

to

ref return rename(names...)() if (names.length == 0 ||
allSatisfy!(isSomeString, typeof(names)))

which leads to errors.

--


More information about the Digitalmars-d-bugs mailing list