parse_mfunc_templ

Controls strict versus relaxed parser setttings for member function bodies.

Syntax

#pragma parse_mfunc_templ on | off | reset

Targets
All platforms.
Remarks

If you enable this pragma, member function bodies within your C++ source code are 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_mfunc_templ), described in Checking Settings. The default setting is off.