std.stdio.File.seek error

stunaep via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Mar 14 07:19:27 PDT 2016


On Monday, 14 March 2016 at 13:33:36 UTC, Mike Parker wrote:
> On Monday, 14 March 2016 at 09:57:19 UTC, stunaep wrote:
>
>> It looks like _fseeki64 is in the nightly build but not dmd 
>> 2.070.2; However, the nightly build says std.stdio and 
>> std.conv are deprecated and I cant use them.
>
> I think you may be misinterpreting the error message. There was 
> a change recently in how imports are handled in certain cases 
> and that may be what you're seeing. What exactly is the error 
> message?

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


More information about the Digitalmars-d-learn mailing list