https://issues.dlang.org/show_bug.cgi?id=13488
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|regression |enhancement --- Comment #1 from Walter Bright <[email protected]> --- I take it back, this is an enhancement not a regression. Changing the const(int) to immutable(int) will cause the examples to work. But I'd still like the examples to work as is. --
