warn_no_typename

Controls the issuing of warning messages for missing typenames.

Syntax
  #pragma warn_no_typename on | off | reset   
Remarks

The compiler issues a warning message if a typenames required by the C++ standard is missing but can still be determined by the compiler based on the context of the surrounding C++ syntax.

This pragma does not correspond to any panel setting. This pragma is enabled by the ISO/IEC 14882-2003 C++ template parser.