HomePhabricator
Diffusion MITK 129692ef73a4

Fix catch-by-reference, const or not depending on:

Description

Fix catch-by-reference, const or not depending on:

catch-by-reference-to-const conflicts sometimes with mbilog.h's ostream
operator<< MITK_INFO<<, so catch-by-reference instead:
Gcc8 says: binding reference of type A& to const A discards qualifiers.

Details

Provenance
hettichAuthored on Nov 16 2018, 6:30 PM
hettichPushed on Nov 16 2018, 6:45 PM
Parents
rMITKcf72d6bfbaab: Catch by const ref
Branches
Unknown
Tags
Unknown
References
T25664-catch-by-non-const-ref