Skip to content

Fix several code defects detected with -Wall flag

Andrii Verbytskyi requested to merge fix_code_defects into master
  • use default copy constructor for FourVector
  • follow the suggestions of compiler ob move in the emplace_back
  • add comments
  • add extra flags to cmake for the newest clang
Edited by Andrii Verbytskyi

Merge request reports