Go to the documentation of this file. 1 #ifndef DUNE_COMMON_KEYWORDS_HH 2 #define DUNE_COMMON_KEYWORDS_HH 16 #if __cpp_inline_variables >= 201606 17 #define DUNE_INLINE_VARIABLE inline 23 #define DUNE_INLINE_VARIABLE 27 #if __cpp_constexpr >= 201304 28 #define DUNE_GENERALIZED_CONSTEXPR constexpr 34 #define DUNE_GENERALIZED_CONSTEXPR 38 #endif // DUNE_COMMON_KEYWORDS_HH