Skip to content
Snippets Groups Projects
Commit a42ae480 authored by Gerhard Raven's avatar Gerhard Raven
Browse files

Modernize LHCbMath

* prefer to pass c'tor arguments by value, and std::move them in place
* prefer member initialization at point of declaration
* add [[nodiscard]]
* prefer using over typedef
* prefer =default
* remove redundant inline qualifiers
* add constexpr
parent 9db7838a
No related branches found
No related tags found
No related merge requests found
Pipeline #1401363 passed