Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
amdis
Commits
0380c4bd
Commit
0380c4bd
authored
Nov 21, 2013
by
Praetorius, Simon
Browse files
c++11 error
parent
ce4ee887
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/Global.h
View file @
0380c4bd
...
...
@@ -43,8 +43,8 @@
#if (defined BOOST_NO_CXX11_OVERRIDE) || __cplusplus <= 199711L || ((defined _MSC_VER) && _MSC_VER < 1100)
#define override
#endif
#if (defined BOOST_NO_CXX11_NULLPTR)
//
|| __cplusplus <= 199711L
#define nullptr NULL
#if (defined BOOST_NO_CXX11_NULLPTR) || __cplusplus <= 199711L
#define nullptr NULL
#endif
/** \brief current AMDiS version */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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