Skip to content
Snippets Groups Projects
  1. Mar 15, 2018
  2. Mar 13, 2018
    • Frank Winklmeier's avatar
      Remove constexpr from default constructor · 0f02d1b0
      Frank Winklmeier authored
      Coverity claims:
      
       error #2443: defaulted default constructor cannot be constexpr
                because the corresponding implicitly declared default constructor
                would not be constexpr
          constexpr StatusCode() = default;
      
      Independent of that there is little use of declaring the default
      constructor as constexpr as it is calling the non-constexpr
      default_category().
      0f02d1b0
  3. Mar 08, 2018
  4. Feb 28, 2018
  5. Feb 26, 2018
  6. Feb 22, 2018
  7. Feb 20, 2018
  8. Feb 19, 2018
  9. Feb 18, 2018
  10. Feb 15, 2018
  11. Feb 14, 2018
  12. Feb 13, 2018
  13. Feb 10, 2018
  14. Feb 09, 2018
Loading