[Issue 20328] [REG 2.089 beta] deprecation message about Nullable.get in isInputRange

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Oct 27 15:44:11 UTC 2019


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

--- Comment #1 from Basile-z <b2.temp at gmx.com> ---
reproduce without the whole iz library:


---
#!dmd -unittest
module runnable;

void main(string[] args)
{
    import std.json : parseJSON;
    parseJSON("");
}      
---

seems to be used in parseJSON and only when the -unittest switch is also used.

--


More information about the Digitalmars-d-bugs mailing list