https://issues.dlang.org/show_bug.cgi?id=20424

--- Comment #2 from Walter Bright <[email protected]> ---
An object with a copy constructor cannot be blitted into place. (Such is not
allowed in C++, either, and such constructors are rejected by the compiler.)

There is no advantage to doing it anyway over passing by ref.

--

Reply via email to