dune-common  2.6-git
Macros
keywords.hh File Reference

Definitions of several macros that conditionally make C++ syntax available. More...

Go to the source code of this file.

Macros

#define DUNE_INLINE_VARIABLE
 Preprocessor macro used for marking variables inline on supported compilers. More...
 
#define DUNE_GENERALIZED_CONSTEXPR
 Preprocessor macro used for marking code as constexpr under the relaxed rules of C++14 if supported by the compiler. More...
 

Detailed Description

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.