AthenaKernel: Prevent implicit StatusCode conversion in CHECK
Prevent the following code from compiling as that relies on an implicit conversion of the return value of `myFunc` into a `StatusCode`: ``` int myFunc(); CHECK(myFunc()); ```
Please register or sign in to comment