Fixed variadic arguments not being moved
Former-commit-id: 1130a384e982a792d04dc9490a12797cb73bc349
This commit is contained in:
@@ -32,7 +32,7 @@ struct NzFunctorWithoutArgs : NzFunctor
|
||||
template<typename F, typename... Args>
|
||||
struct NzFunctorWithArgs : NzFunctor
|
||||
{
|
||||
NzFunctorWithArgs(F func, Args&... args);
|
||||
NzFunctorWithArgs(F func, Args&&... args);
|
||||
|
||||
void Run();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user