| |||
| Home > Compiler Command-line Options > Command-line options > ‑‑pending_instantiations=n | |||
This option specifies the maximum number of concurrent instantiations of a template in C++.
--pending_instantiations=n
Where:
nis the maximum number of concurrent instantiations permitted.
If is zero,
there is no limit.n
If you do not specify a --pending_instantations option,
then the compiler assumes --pending_instantiations=64.