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

Reply via email to