DUNE
dune-common
2.8.0
Loading...
Searching...
No Matches
dune-common
dune
common
keywords.hh
Go to the documentation of this file.
1
#ifndef DUNE_COMMON_KEYWORDS_HH
2
#define DUNE_COMMON_KEYWORDS_HH
3
16
#if __cpp_inline_variables >= 201606
17
#define DUNE_INLINE_VARIABLE inline
18
#else
20
23
#define DUNE_INLINE_VARIABLE
24
#endif
25
26
27
#if __cpp_constexpr >= 201304
28
#define DUNE_GENERALIZED_CONSTEXPR constexpr
29
#else
31
34
#define DUNE_GENERALIZED_CONSTEXPR
35
#endif
36
37
38
#endif
// DUNE_COMMON_KEYWORDS_HH
Legal Statements / Impressum
| Hosted by
TU Dresden
&
Uni Heidelberg
| Generated by
1.9.8