RTTI

Controls the availability of runtime type information.

Syntax
  #pragma RTTI on | off | reset
  
  
Remarks

If you enable this pragma, you can use runtime type information (or RTTI) features such as dynamic_cast and typeid.

Note: Note that *type_info::before(const type_info&)is not implemented.