Release D 2.086.0

Andrea Fontana nospam at example.org
Tue May 7 15:13:05 UTC 2019


On Monday, 6 May 2019 at 09:52:32 UTC, Aldo wrote:
> On Sunday, 5 May 2019 at 11:53:22 UTC, Martin Nowak wrote:
>> Glad to announce D 2.086.0, ♥ to the 51 contributors.
>>
>> This release comes with copy constructors, a lowmem dmd 
>> switch, private member access for introspection traits, import 
>> std, dub init templates, and a single RTT resolution of dub 
>> dependencies.
>>
>> http://dlang.org/download.html 
>> http://dlang.org/changelog/2.086.0.html
>>
>> -Martin
>
> Awesome! I really like the dub linker change and traits change.
>
> Thanks.

Try this:

import std;
void main()
{
   std.file.write("/tmp/test", "hello");
}

How should I fix this?


More information about the Digitalmars-d-announce mailing list