process: avoid C varargs functions
This commit is contained in:
@@ -110,7 +110,8 @@ class process {
|
||||
static_cast<Target *>(this)->aborted();
|
||||
}
|
||||
|
||||
void next(...) const noexcept {}
|
||||
template<typename... Args>
|
||||
void next(Args &&...) const noexcept {}
|
||||
|
||||
protected:
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user