Skip to content

LokiHybrid: use std::unique_ptr instead of raw pointer + delete

Gerhard Raven requested to merge hybrid-use-unique-ptr into master

and adapt derived classes.

Also,

  • remove virtual methods which only invoke their baseclass implementation
  • explicit destructors where the implicit generated one is equivalent

note: requires Phys!32 (merged)

Merge request reports