tempmax

Applies to C++

Purpose

Specifies the maximum number of template include files to be generated by the -qtempinc option for each header file.

Syntax

                    .-1------.
>>- -q--tempmax--=--+-number-+---------------------------------><
 
 

Notes

Specify the maximum number of template files by giving number a value between 1 and 99999.

Instantiations are spread among the template include files.

This option should be used when the size of files generated by the -qtempinc option become very large and take a significant amount of time to recompile when a new instance is created.

Related References

Compiler Command Line Options
tempinc
#pragma implementation

See also Using C++ templates. IBM Copyright 2003