- , . , b .
:
0(beginning of vtable) - A::b() -> B::b()
, B , A, , B:: b() ( ). . ( )? , , , , , , .
It compiles on VS, but you tried to run it (included in the file where it was actually created)? Sometimes the compiler is lazy and does not throw errors in classes that are not used.
tomzx source
share