Skip to content
Snippets Groups Projects

[cleanup] Stop using deprecated header keywords.hh

Merged Carsten Gräser requested to merge cleanup/stop-including-keywords-hh into master
  1. Feb 14, 2024
    • Carsten Gräser's avatar
      [cleanup] Stop using deprecated header keywords.hh · 38e8e27a
      Carsten Gräser authored
      * Replace macro `DUNE_INLINE_VARIABLE` by `inline`,
        because for the supported compilers it's always defined to this way.
      * Stop including deprecated, no longer used header `keywords.hh`.
      * Remove conditionally defined anonymous namespace,
        because for the supported compilers the condition always evaluates
        to false.
      * Fix indentation after removal of namespace.
      38e8e27a
Loading