Go to the documentation of this file.
3 #ifndef DUNE_COMMON_KEYWORDS_HH
4 #define DUNE_COMMON_KEYWORDS_HH
18 #if __cpp_inline_variables >= 201606
19 #define DUNE_INLINE_VARIABLE inline
25 #define DUNE_INLINE_VARIABLE
29 #if __cpp_constexpr >= 201304
30 #define DUNE_GENERALIZED_CONSTEXPR constexpr
36 #define DUNE_GENERALIZED_CONSTEXPR