-qtempinc (C++ only)
In z/OS® XL C/C++, the -qtempinc option generates separate template instantiation files for template functions and class declarations, and places these files in a directory or PDS, which can be optionally specified.
Open XL C/C++ for z/OS does not support an option that is functionally equivalent to -qtempinc. Use C++11 explicit template instantiations instead, which is a standard-compliant means of managing where template instantiations occur.