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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from [email protected] ---
Oops, another correction, this time more minor:

There should be no 'typeid' for opDelete. It should simply say
typeof(instance).opDelete(instance).

(The goal here is to avoid virtual dispatch for opDelete() -- if the class
designer deems them necessary, he/she can implement the virtual dispatching
manually; for the compiler, only the compile-time type of the variable really
matters.)

--

Reply via email to