[Issue 14940] Can't call logger with more complex objects

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Aug 25 15:25:24 PDT 2015


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

--- Comment #3 from Robert Schadek <rburners at gmail.com> ---
the code tries to log the Logger. 
If I change it to log the Nullable is still does not work, because the toString
of Nullable takes a @system delegate OutputRange.

--


More information about the Digitalmars-d-bugs mailing list