Non-Confidential | ![]() | ARM DUI0375E | ||
| ||||
Home > Compiler Command-line Options > --implicit_typename, --no_implicit_typename |
Controls the implicit determination, from context, whether a template parameter dependent name is a type or nontype in C++.
--implicit_typename
is provided only as a migration aid for
legacy source code that does not conform to the C++ standard. ARM does not recommend its
use.--no_implicit_typename
.--implicit_typename
option has no effect unless you also specify
--no_parse_templates
.