| |||
| Home > Compiler-specific Features > __declspec(notshared) | |||
The __declspec(notshared) attribute prevents
a specific class from having its virtual functions table and RTTI
exported. This holds true regardless of other options you apply.
For example, the use of --export_all_vtbl does
not override __declspec(notshared).