-qtemplaterecompile (C++ only)
In z/OS® XL C/C++, the -qtemplaterecompile option helps manage dependencies between compilation units that have been compiled using the -qtemplateregistry compiler option.
Open XL C/C++ for z/OS does not support an option that is functionally equivalent to -qtemplateregistry. Use C++11 explicit template instantiations instead, which is a standard-compliant means of managing where template instantiations occur.