Skip to content

Egamma remove redundant std opt

Lucy Lewitt requested to merge llewitt/athena:egammaRemoveRedundantStdOpt into main

As pointed out by @christos it is kind of overkill to wrap a unique_ptr in an optional as the validity of a ptr can be found by comparing it to null.

Edited by Lucy Lewitt

Merge request reports