[cleanup] Stop using deprecated header keywords.hh
- Feb 14, 2024
-
-
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.
-