On Sunday, 25 March 2018 at 22:30:50 UTC, kinke wrote:
void foo()
{
    version(LDC) pragma(inline, true); // affects foo()
    ...
}

Wonderful, thanks!

Reply via email to