C++ User's Guide

+e(0|1)

Controls virtual table generation when -compat=4. Invalid and ignored when -compat=5.

Values

+e0

 

 

+e1

Suppresses the generation of virtual tables and creates external references to those that are needed. 

 

Creates virtual tables for all defined classes with virtual functions.  

Interactions

When you compile with this option, also use the -features=no%except option. Otherwise, the compiler generates virtual tables for internal types used in exception handling.

See also

C++ Migration Guide