@SimonRev: It filled NULLs into the vtable, so any means of calling a pure virtual function (say indirectly from base class constructor--direct call would be caught by compiler) would call NULL.
↧
@SimonRev: It filled NULLs into the vtable, so any means of calling a pure virtual function (say indirectly from base class constructor--direct call would be caught by compiler) would call NULL.