2.1.91. ‑‑[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.
Note
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.
This option is effective only if the source language is C++.
The default is --parse_templates.
Note
‑‑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.