2.1.96. ‑‑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 n is zero, there is no limit.
This option is effective only if the source language is C++.
If you do not specify a ‑‑pending_instantations option, then the compiler assumes ‑‑pending_instantiations=64.
Use this option to detect runaway recursive instantiations.