Go to the documentation of this file. 1 #ifndef DUNE_COMMON_STD_CONSTEXPR_HH 2 #define DUNE_COMMON_STD_CONSTEXPR_HH 9 #if HAVE_CONSTEXPR || defined(DOXYGEN) 21 #define DUNE_CONSTEXPR constexpr 23 #else // #if HAVE_CONSTEXPR 24 #define DUNE_CONSTEXPR 25 #endif // #else // #if HAVE_CONSTEXPR 27 #endif // #ifndef DUNE_COMMON_STD_CONSTEXPR_HH