Intel® C++ Compiler 16.0 User and Reference Guide
Control the depth in which recursive templates are expanded.
Linux and OS X: | -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