https://issues.dlang.org/show_bug.cgi?id=15110
Mike Franklin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Mike Franklin <[email protected]> --- The problem is that DMD currently ignores `pragma(inline, true)` unless the compiler is invoked with `-inline`. I think the correct behavior is that `pragma(inline, true)` should work regardless of the presence of the `-inline` compiler flag. --
