Improve memory management in ParticlePropertySvc
* replace `std::set<std::unique_ptr<ParticleProperty>>` with `std::deque<ParticleProperty>` to keep owned, stable (as in 'remains at the same memory location') properties
parent
3f9b70e4
No related branches found
No related tags found
Please register or sign in to comment