https://issues.dlang.org/show_bug.cgi?id=20773
kinke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from kinke <[email protected]> --- (In reply to Iain Buclaw from comment #0) > Postblit called 6 times Which is correct - 3 argument copies + 3 copies returned by va_arg. Unless va_arg is supposed to return a *moved* instance of the original argument. --
