|
From: <Le...@ca...> - 2000-11-27 23:52:09
|
-ftemplate-depth-n for example if i have SomeClass<T> then make SomeClass<int> one; SomeClass<double> two; i presume the the option above will not count it as 2 instances? in other words am i correct to assume that 2 instances would have been counted if SomeClass<T> AmotherClass<Y> then SomeClass< AnotherClass<int> > best regards -leon. |