S
Shea Martin
Ron said:It's not so much STL as what the compiler does with ANY template.
You know you can just shut that off with a compiler option (-pto). Then it
does not share the instantiations of the templates between translation units.
Your program possibly gets a little fatter, as a result.
re: -pto
Thanks, I will try that. I posted about 6mos. ago, trying to figure that
out, and no one replied. I couldn't find anything other than a
description of SunWS_cache in HelpBook.
~S