Skip to content

Clean up value type move operations

Volker Krause requested to merge work/vkrause/move-cleanup into master
  • make the forecast merge operators consistently move
  • make all move ctors/assignment operators noexcept (needed for e.g. std::vector to move rather than copy).
  • use the compiler-generated default implmentation

Merge request reports