Skip to content
Snippets Groups Projects
  1. May 13, 2022
  2. Mar 28, 2022
  3. Aug 02, 2021
  4. Jun 15, 2021
  5. Jun 02, 2021
  6. Feb 26, 2021
  7. Oct 18, 2019
    • Steven Murray's avatar
      Changed catch(std::out_of_range) to catch(std::out_of_range &) in order to... · dd3b0cbe
      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
      dd3b0cbe
  8. Aug 16, 2019
  9. Jul 05, 2019
  10. Jul 04, 2019
  11. Jul 01, 2019
  12. Jun 26, 2019
Loading