Switch case falltrhough, regression or intended behavior ?

Andrej Mitrovic andrej.mitrovich at gmail.com
Sun Feb 17 13:31:14 PST 2013


On 2/17/13, deadalnix <deadalnix at gmail.com> wrote:
> I have several instance of cases like this :
>
> switch(c) {
> 	case 'U', 'u' :
> 	case 'L', 'l' :
> 		// code . . .
> }

Found the report: http://d.puremagic.com/issues/show_bug.cgi?id=6552


More information about the Digitalmars-d mailing list