Skip to content
Snippets Groups Projects
  1. Dec 29, 2024
  2. Dec 15, 2024
  3. Nov 27, 2024
  4. Nov 20, 2024
    • Carsten Gräser's avatar
      Merge branch 'bugfix/fix-odr-static-members' into 'master' · 34356fc8
      Carsten Gräser authored
      [bugfix] Make static members constexpr
      
      See merge request !281
      34356fc8
    • Carsten Gräser's avatar
      [bugfix] Make static members constexpr · dcaf7abb
      Carsten Gräser authored
      `static const` members need a definition at namespace
      scope if ODR-used. Here the static member `dim` is
      passed to a stream which may (or may not) be ODR-use.
      The fact that it works so far is a lucky conincidence
      since `DUNE_THROW` happens to be a non ODR-use.
      Since C++17 `static constexpr` members are implicitly
      inline and don't need a namespace scope definition
      even if ODR-used.
      dcaf7abb
  5. Nov 07, 2024
  6. Nov 06, 2024
  7. Sep 04, 2024
  8. Aug 30, 2024
  9. Aug 26, 2024
  10. Aug 23, 2024
  11. Aug 12, 2024
  12. Aug 08, 2024
  13. Jul 01, 2024
  14. Jun 25, 2024
  15. Jun 02, 2024
  16. Apr 04, 2024
  17. Mar 20, 2024
  18. Mar 11, 2024
  19. Mar 03, 2024
Loading