If a class is defined in a header file and has a vtable (either it has virtual methods or it derives
from classes with virtual methods), it must always have at least one out-of-line virtual method in the class. Without this, the compiler will copy the vtable and RTTI into every .o file that #includes the header, bloating .o file sizes and increasing link
times.
out-line virtual function
最新推荐文章于 2021-09-18 21:22:56 发布