dune-common 2.9.0
|
Definitions of several macros that conditionally make C++ syntax available. More...
Go to the source code of this file.
Macros | |
#define | DUNE_INLINE_VARIABLE inline |
#define | DUNE_GENERALIZED_CONSTEXPR constexpr |
Definitions of several macros that conditionally make C++ syntax available.
This header contains several macros that enable C++ features depending on your compiler. Most of these features are optional and provide additional functionality like making code constexpr.
#define DUNE_GENERALIZED_CONSTEXPR constexpr |
#define DUNE_INLINE_VARIABLE inline |