Specifies whether 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.
WEAKTMPL Syntax: |--+------------------------+-----------------------------------| | .-*YES-. | '-WEAKTMPL(--+-*NO--+--)-'
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.