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
amdis
amdis-core
Commits
823cb0e4
Commit
823cb0e4
authored
May 03, 2019
by
Praetorius, Simon
Browse files
removed unused 'using' declaration
parent
19935161
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/amdis/common/ForEach.hpp
View file @
823cb0e4
...
...
@@ -18,7 +18,6 @@ namespace AMDiS
template
<
class
Functor
,
class
...
Args
>
constexpr
void
for_variadic
(
Functor
&&
f
,
Args
&&
...
args
)
{
using
std
::
get
;
#if AMDIS_HAS_CXX_FOLD_EXPRESSIONS
(
f
(
FWD
(
args
)),...);
#else
...
...
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