Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-7F787191-8361-4E4B-8E65-5572AE2043EC
Visible to Intel only — GUID: GUID-7F787191-8361-4E4B-8E65-5572AE2043EC
ftemplate-depth, Qtemplate-depth
Control the depth in which recursive templates are expanded.
Linux: |
-ftemplate-depth=n |
macOS: |
-ftemplate-depth=n |
Windows: |
/Qtemplate-depth:n |
n |
The number of recursive templates that are expanded. |
OFF |
The compiler uses default heuristics for the depth of expansion. |
Control the depth in which recursive templates are expanded. On Linux*, this option is supported only by invoking the compiler with icpc.
None