https://issues.dlang.org/show_bug.cgi?id=5714

Nick Treleaven <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Nick Treleaven <[email protected]> ---
(In reply to Andrej Mitrovic from comment #1)
> And it also limits the number of cases to 256 (for optimization purposes?).
> 
> So a final switch would only work on byte-types.

See issue 15279 which seems to be an implementation issue rather than a design
decision (the pull comment suggests lowering case range statements to an
if/else instead).

--

Reply via email to