Controls strict versus relaxed parser setttings supported by the Carbide.c++ compiler.
#pragma parse_func_templ on | off | reset
If you enable this pragma, your C++ source code is compiled using the strict version of the language parser.
This option actually corresponds to the ISO C++ Template Parser setting . To check this setting, use __option (parse_func_templ), described in Checking Settings. The default setting is off.