dmd 1.046 and 2.031 releases

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Mon Jul 6 12:38:53 PDT 2009


Denis Koroskin wrote:
> Reuse goto?

So any case-labeled code should end either with a control flow statement 
that transfers control elswhere? That sounds like a great idea. 
Fall-through is so rare and so rarely intended, it makes sense to 
require the programmer to state the intent explicitly via a goto case.

Andrei


More information about the Digitalmars-d-announce mailing list