Auto tuple declaration

bearophile bearophileHUGS at lycos.com
Sat Jul 23 06:24:57 PDT 2011


kenji hara:

> Experimental patch:
> https://github.com/9rnsr/dmd/compare/expandTuples...declarationTuple

I'll never accept this:

+    auto (i, j) = 10;
+    assert(i == 10);
+    assert(j == 10);

Bye,
bearophile


More information about the Digitalmars-d mailing list