AFP,ALFA clang-tidy and cppcheck related fixes
AFP,ALFA clang-tidy and cppcheck related fixes
The main ones relate to
- use nullptr
- pass by const reference
- initialize variables
- use
empty()
- prefer prefix
- use c++ style headers e.g.
cmath
rather thanmath.h
etc