| |||
| Home > Compiler Command-line Options > Command-line options > ‑‑parse_templates, --no_parse_templates | |||
This option enables or disables the parsing of non class templates in their generic form in C++, that is, when the template is defined and before it is instantiated.
The option --no_parse_templates is provided
only as a migration aid for legacy source code that does not conform
to the C++ standard. Its use is not recommended.
The default is --parse_templates.
--no_parse_templates cannot be used with --dep_name,
because parsing is done by default if dependent name processing
is enabled. Combining these options generates an error.