https://issues.dlang.org/show_bug.cgi?id=15279
Dennis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Hardware|x86_64 |All Summary|dchar is treated as char in |increase 256 switch case |case range |range limit OS|Linux |All Severity|normal |enhancement --- Comment #2 from Dennis <[email protected]> --- You're hitting a limit that was set in place because the current implementation doesn't scale well to larger ranges, see: https://github.com/dlang/dmd/pull/12002 --
