[Issue 17358] [REG 2.074.0] std.stdio.File.lockingTextWriter.put no longer accepts chains of characters

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Apr 28 11:28:51 PDT 2017


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

hsteoh at quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh at quickfur.ath.cx

--- Comment #2 from hsteoh at quickfur.ath.cx ---
`ElementType!(typeof(chain(s, "\n")))` returns `uint`. That's the problem. Now,
why ElementType should return `uint` is a different story... gonna investigate
now.

--


More information about the Digitalmars-d-bugs mailing list