Skip to content

EscapedEnergyRegistry: code refactoring

Vakhtang Tsulaia requested to merge tsulaia/athena:master-eer into master
  1. EscapedEnergyRegistry interface changed to enforce ownership transfer via std::unique_ptr. All clients of EscapedEnergyRegistry migrated to its new interface.
  2. EscapedEnergyRegistry code switched to range-based loops.

Merge request reports