>> 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?
>> b) vtable;
>It went with the first virtual function.
...which can be defined in the class definition body.