2.1.63. ‑‑[no_]implicit_typename
This option controls the implicit determination, from context, whether a template parameter dependent name is a type or nontype in C++.
Note
The option --implicit_typename 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 ‑‑no_implicit_typename.
Note
The ‑‑implicit_typename option has no effect unless you also specify ‑‑no_parse_templates.