diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html index df6eb90b9be..36aced60a01 100644 --- a/docs/CodingStandards.html +++ b/docs/CodingStandards.html @@ -44,10 +44,11 @@
If a class is defined in a header file and has a v-table (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. +
+ +