1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-31 18:24:25 +03:00
This commit is contained in:
Teemu Ollakka
2019-10-04 11:33:54 +03:00
parent 29835fbec0
commit f11d98a9c7
3 changed files with 13 additions and 18 deletions

View File

@ -31,8 +31,6 @@
#define WSREP_UNUSED __attribute__((unused))
#if __cplusplus >= 201103L
#define WSREP_OVERRIDE override
#define WSREP_CONSTEXPR_OR_INLINE constexpr
#else
#define WSREP_OVERRIDE
#define WSREP_CONSTEXPR_OR_INLINE inline
#endif // __cplusplus >= 201103L