Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jonas Schmitt
waLBerla
Commits
def096c5
Commit
def096c5
authored
Mar 17, 2017
by
Sebastian Eibl
Browse files
added WALBERLA_OVERRIDE to wrap c++11 override
parent
a1392562
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/Macros.h
View file @
def096c5
...
...
@@ -39,6 +39,12 @@
#define WALBERLA_PRAGMA(x) _Pragma(#x)
#endif
#ifndef WALBERLA_CXX_COMPILER_IS_IBM
#define WALBERLA_OVERRIDE
#else
#define WALBERLA_OVERRIDE override
#endif
// macro overloading (-> https://stackoverflow.com/a/24028231)
#define WALBERLA_GLUE(x, y) x y
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment