Skip to content

Make all remaining surface constructors protected

Paul Gessinger-Befurt requested to merge ACTS-548-shared-ptr-constructors into master

Constructors in Surface are marked protected, but not the ones in derived classes. This allows stack construction, and requires some additional fixes, mostly in tests. Also now required Surface to be friend of all its derived classes, to enable access to the now proteced constructors

Closes ACTS-548

Merge request reports