GeoModel: Move Shared_ptr to avoid atomic increments
In cases where the shared_ptr
is consumed once it can be std::move
to avoid atomic increments.
GitLab jobs artifacts no longer stored forever as of Monday, November 4th 08:30h. Further information under https://cern.ch/otg0152576
In cases where the shared_ptr
is consumed once it can be std::move
to avoid atomic increments.