-
Steven Murray authored
Changed catch(std::out_of_range) to catch(std::out_of_range &) in order to avoid the following type of compilation error: ../CTA/common/checksum/ChecksumBlob.hpp:145:18: error: catching polymorphic type ‘class std::out_of_range’ by value [-Werror=catch-value=] } catch(std::out_of_range) { ^~~~~~~~~~~~ cc1plus: all warnings being treated as errors
Steven Murray authoredChanged catch(std::out_of_range) to catch(std::out_of_range &) in order to avoid the following type of compilation error: ../CTA/common/checksum/ChecksumBlob.hpp:145:18: error: catching polymorphic type ‘class std::out_of_range’ by value [-Werror=catch-value=] } catch(std::out_of_range) { ^~~~~~~~~~~~ cc1plus: all warnings being treated as errors