>>> a) member functions defined in the class definition body, when inlining is disabled
>>These used to end up static.
>And how would you set breakpoints in them?
Dunno but my debugger did.
>> b) vtable;
>>It went with the first virtual function.
>...which can be defined in the class definition body.
I remember that yielding an error on my old compiler as soon as any virtual function was defined in the body and the header file was included in two .CPP files.