Is the v-table (virtual method table) a part of the C++ specification, or is it up to the compiler to solve the virtual method lookups?
In case it's part of the spec: Why?
(I'd guess that it's compiler dependent, but someone said to me that it's part of the spec.)
(References are very welcome!)