On 03.02.15 10:35, Walter Bright wrote: > On 2/3/2015 1:11 AM, Mike wrote: >> Another way of putting it: Does pragma(inline, true) simply allow the >> user to >> compiler parts of their source file with -inline? > > Yes. >
Eh, yes :) I see now, errors/warnings are invasive compared to this simple, useful addition. And undesirable generally.