Skip to content
  • Jan Lingscheid's avatar
    Refactor Util::ptr_shared · 41b862f1
    Jan Lingscheid authored
    Util::ptr_shared<T> was only used in its <char> specialization, so it is now refactored into a
    non-template class. Using it with arbitary classes was dangerous anyway.
    41b862f1