dmd 1.046 and 2.031 releases

Max Samukha spambox at d-coding.com
Mon Jul 13 05:41:38 PDT 2009


On Sun, 05 Jul 2009 22:05:10 -0700, Walter Bright
<newshound1 at digitalmars.com> wrote:

>Something for everyone here.
>
>
>http://www.digitalmars.com/d/1.0/changelog.html
>http://ftp.digitalmars.com/dmd.1.046.zip
>
>
>http://www.digitalmars.com/d/2.0/changelog.html
>http://ftp.digitalmars.com/dmd.2.031.zip

Nice release. Thanks!

I wonder if expression tuples had been considered for use in the
multiple case statement? And if yes, what was the reason they were
discarded? Some examples:

case InclusiveRange!('a', 'z'):
case StaticTuple!(1, 2, 5, 6):
case AnEnum.tupleof[1..3]:


More information about the Digitalmars-d-announce mailing list