std.stdio.File.seek error

Mike Parker via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Mar 14 07:37:32 PDT 2016


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


More information about the Digitalmars-d-learn mailing list