diff --git a/src/util/BindMethod.hxx b/src/util/BindMethod.hxx index 9c5fd5a52..3dc761ba9 100644 --- a/src/util/BindMethod.hxx +++ b/src/util/BindMethod.hxx @@ -17,8 +17,8 @@ template class BoundMethod; template + bool NoExcept, + typename... Args> class BoundMethod { typedef R (*function_pointer)(void *instance, Args... args) noexcept(NoExcept);