Release D 2.072.0

Ali Çehreli via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon Oct 31 00:27:50 PDT 2016


On 10/30/2016 06:27 PM, Martin Nowak wrote:
> Glad to announce D 2.072.0.
>
> http://dlang.org/download.html
>
> This is the release ships with the latest version of dub (v1.1.0), comes
> with lots of phobos additions and native TLS on OSX.
> See the changelog for more details.
>
> http://dlang.org/changelog/2.072.0.html
>
> -Martin
>

Thanks!

Is the only valid remaining use for the comma operator the 'for' loop 
iteration?

for ( ; ; ++i, ++j) {
     // ...
}

Are there other uses?

Ali



More information about the Digitalmars-d-announce mailing list