We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b060e41 commit 386e7c5Copy full SHA for 386e7c5
RESTProcess_base.h
@@ -1547,7 +1547,7 @@ namespace classdesc
1547
1548
template <class F>
1549
typename enable_if<functional::is_nonmember_function_ptr<F>, void>::T
1550
- RESTProcess(RESTProcess_t& repo, const string& d, F f)
+ RESTProcess(RESTProcess_t& repo, const string& d, const F& f)
1551
{
1552
repo.add(d, new RESTProcessFunction<F>(f));
1553
repo.defineFunctionArgTypes<F>();
0 commit comments