[Issue 13488] [reg] implicit conversions to immutable broken

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Sep 17 00:09:04 PDT 2014


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

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|regression                  |enhancement

--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
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.

--


More information about the Digitalmars-d-bugs mailing list