1 Oct
2009
1 Oct
'09
8:47 a.m.
Steven Watanabe wrote:
With a virtual destructor the compiler generates read the pointer use the v-table to call the destructor/delete. This is a single function call so the pointer is only looked up once.
Is it necessary has to be single function call? What is so special about this case? Don't we just added search through virtual functions table? Gennadiy