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 17048ec commit d6b3b6eCopy full SHA for d6b3b6e
RESTProcess_epilogue.h
@@ -274,7 +274,7 @@ namespace classdesc
274
if (ptr)
275
return rProcess(*ptr, remainder, arguments);
276
else
277
- return {};
+ return std::make_shared<RESTProcessVoid>();
278
}
279
280
template <class E>
@@ -293,7 +293,7 @@ namespace classdesc
293
if (auto p=ptr.lock())
294
return rProcess(*p, remainder, arguments);
295
296
297
298
299
inline RPPtr RESTProcess_t::process(const std::string& query, const REST_PROCESS_BUFFER& jin)
0 commit comments