Skip to content

GeoModel: Move Shared_ptr to avoid atomic increments

Adam Edward Barton requested to merge abarton/athena:sharedmove into main

In cases where the shared_ptr is consumed once it can be std::move to avoid atomic increments.

Merge request reports