Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Backofen, Rainer
amdis
Commits
d5e3ba26
Commit
d5e3ba26
authored
May 19, 2015
by
Praetorius, Simon
Browse files
some compiler switches updated in expressions
parent
f0dbbad4
Changes
1
Show whitespace changes
Inline
Side-by-side
AMDiS/src/expressions/expressions.h
View file @
d5e3ba26
...
...
@@ -34,7 +34,7 @@
#include "add_expr.hpp" // add two expressions
#include "mult_expr.hpp" // multiply two expressions
#if
__cplusplus > 199711L
#if
HAS_VARIADIC_TEMPLATES && HAS_ALIAS_TEMPLATES
#include "functorN_expr.hpp" // apply a functor with arbitrary nr. of arguments to expressions
#else
#include "functor_expr.hpp" // apply a functor with 1/2/3 arguments to expressions
...
...
Write
Preview
Supports
Markdown
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