warn_no_typename

Controls the issuing of warnings for missing typenames.

Syntax

#pragma warn_no_typename on | off | reset

Targets
All platforms.
Remarks

The compiler issues a warning 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. To check this setting, use __option (warn_no_typename), described in Checking Settings. This pragma is enabled by the ISO C++ Template Parser. The default settings is off.