On Monday, 14 March 2016 at 14:19:27 UTC, stunaep wrote:


I'm on my phone but I think It said something like
Deprecation: module std.stdio not accessible from here. Try import static std.stdio

Deprecation: module std.stdio is not accessible here, perhaps add 'static import std.stdio;'

The solution is right there in the error message. Change your import from whatever it is now to a static one. See [1].

[1] http://forum.dlang.org/thread/1835132.hmAZsairJU@lyonel

Reply via email to