Campbell Ritchie wrote:
Rob Spoor wrote: . . . I'd still prefer a separate method though.
Agree. Fall-through will confuse the next person who reads that code.
Seconded. I think they could have saved us all a lot of bother (and
break statements) by just making each section an independent block. After all, you can't use Duff's device, which is why a lot of us old C-ers liked the original syntax.
Winston