Specifies whether or not weak definitions are used for static members of a template class. Weakly defined static members of a template class will prevent the collisions of multiple definitions in a program or service program.
|--+---------------------------------+--------------------------| | (1) (2) .-*YES-. | '-WEAKTMPL(-----------+-*NO--+--)-'
Notes:
The possible options are:
Some programs require strong static data members when they are linked to other modules. You can override the default only at compilation time.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.