parse_func_templ

Controls whether or not to use the new parser supported by the CodeWarrior 2.5 C++ compiler.

Syntax
  #pragma parse_func_templ on | off | reset   
Remarks

If you enable this pragma, your C++ source code is compiled using the newest version of the parser, which is stricter than earlier versions.

This option actually corresponds to the ISO C++ Template Parser option (together with pragmas parse_func_templ and warn_no_typename). By default, this pragma is disabled.