Skip to content
Commit 8fec8609 authored by Gerhard Raven's avatar Gerhard Raven
Browse files

Modernize LoKiCore

* remove redundant explicit destructors
* replace some 'virtual' qualifiers with 'override' qualifiers
* add 'final' qualifiers
* if possible replace constructors with forwarding to
  base class constructors
* tweak move assignment / move construction
* prefer std::unique_ptr over raw pointer + explicit delete
* use 'auto' where appropriate
* implement {Min,Max,AbsMin,AbsMax} as special case of Extremum
* implement {Min,Max,AbsMin,AbsMax}Element as special case of ExtremeElement
parent 38a3224a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment