https://issues.dlang.org/show_bug.cgi?id=22960
Iain Buclaw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Iain Buclaw <[email protected]> --- (In reply to Walter Bright from comment #1) > I don't really understand this. > > int printf(); > > is variadic. All K+R functions are variadic. I guess the difference is whether the body of `other` has code generated as-if it is variadic. Yes, variadic in the sense of "we accept any number of arguments to be called to us". But not variadic in that those extraneous arguments are ever read by the callee. --
