Pragma CPP_Vtable (GNAT Reference Manual) (original) (raw)

Next: Pragma CPU, Previous: Pragma CPP_Virtual, Up: Implementation Defined Pragmas [Contents][Index]


2.40 Pragma CPP_Vtable

This pragma is now obsolete and, other than generating a warning if warnings on obsolescent features are enabled, is completely ignored. It used to be required to ensure compatibility with C++, but is no longer required for that purpose because GNAT generates the same object layout as the G++ compiler by default.

See Interfacing to C++ for related information.