-qtmplinst (C++ only)

In IBM® XL C/C++ for AIX® 16.1.0 or earlier releases, the -qtmplinst option manages the implicit instantiation of templates.

IBM Open XL C/C++ for AIX 17.1.4 does not support a functionally equivalent option to -qtmplinst. You are recommended to use C++11 explicit template instantiations to control template instantiation in your program.

Related information