Skip to content
  • Brad King's avatar
    Tru64: Place cmOStringStream vtable uniquely (#10541) · f20d091a
    Brad King authored
    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.
    f20d091a