summaryrefslogtreecommitdiffstats
path: root/Source/cmStandardIncludes.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Tru64: Place cmOStringStream vtable uniquely (#10541)Brad King2010-06-101-0/+16
GCC places the vtable in the object implementing the first non-pure, non-inline virtual method. Since the symbol is not weak on Tru64, make the location unique by putting the destructor in a single object file.