[Issue 15110] pragma(inline) rarely works how I want it to

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Sep 24 08:49:11 PDT 2015


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

David Nadlinger <code at klickverbot.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code at klickverbot.at

--- Comment #1 from David Nadlinger <code at klickverbot.at> ---
Didn't Walter just fix an issue like this in master? The problem is probably
that DMD can't/couldn't inline "if (a) return b; return c;"-type constructs.

--


More information about the Digitalmars-d-bugs mailing list