DIP56 Provide pragma to control function inlining

Walter Bright newshound2 at digitalmars.com
Sun Feb 23 14:12:13 PST 2014


On 2/23/2014 1:41 PM, Namespace wrote:
> pragma(inline, true);
> pragma(inline, false);
> pragma(inline, default);

'default' being a keyword makes for an ugly special case in how pragmas are parsed.



More information about the Digitalmars-d mailing list