[Issue 16256] std.experimental.logger cant log a dstring properly

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Jul 9 01:25:50 PDT 2016


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

--- Comment #1 from joeyemmons at yahoo.com ---
Actually it seems to have nothing to do with it being a dstring and more to do
with it just being a range... Same thing happens if you do 

log(map!"a"("123456789"));

--


More information about the Digitalmars-d-bugs mailing list