Template control (C++ only)
You can use these options to control how the C++ compiler handles templates.
| Option name | Description |
|---|---|
| -ftemplate-depth (-qtemplatedepth) (C++ only) | Specifies the maximum number of recursively instantiated template specializations that will be processed by the compiler. |
| -qtmplinst (C++ only) | Manages the implicit instantiation of templates. |


