Return LayerArray by resource-managing type (was ACTS-83)
Original author Christian Gumpert @cgumpert
The LayerArray return by the ILayerArrayCreator.h is returned as raw pointer. We should be consistent and use resource managing objects for all kinds of factory methods. The usage of a {{std::unique_ptr}} might be appropriate in this place.
Edited by Moritz Kiehn