Skip to content

CLHEP: Fix some gcc8 warnings.

With gcc8, we get warnings about hidden virtual functions from the conversion operator overrides in the engine classes. Add a patch to suppress these with the usual using declarations.

Closes CLHEP-20181001

Merge request reports