Skip to content
Snippets Groups Projects
Commit 823cb0e4 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

removed unused 'using' declaration

parent 19935161
No related branches found
No related tags found
1 merge request!43extend apply and for_each functions
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment