Skip to content

Remove implicit StatusCode bool/long conversions

Frank Winklmeier requested to merge fwinkl/Gaudi:StatusCode_cleanup2 into master

Replace code that relies on implicit StatusCode bool/long conversions. This set of changes will allow it to declare the StatusCode(long) constructor in !514 (merged) as explicit and thus enforce the strong type guarantee of the new StatusCode categories/enums. No functional change of the code.

Merge request reports