[Issue 13294] [IFTI] IFTI fails or works incorrectly for function with const and mutable `ref` parameters of most types

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Aug 15 05:49:21 PDT 2014


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

Denis Shelomovskij <verylonglogin.reg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |CTFE

--- Comment #2 from Denis Shelomovskij <verylonglogin.reg at gmail.com> ---
(In reply to Denis Shelomovskij from comment #1)
> For most other types `const` is incorrectly added.

And because of CTFE bug 13295 all modifications of such variables disappear,
thus in worst case causing nasty wrong-code bugs.

--


More information about the Digitalmars-d-bugs mailing list