Controls the availability of runtime type information.
#pragma RTTI on | off | reset
If you enable this pragma, you can use runtime type information (or RTTI) features such as dynamic_cast and typeid.