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 844907f commit 1f96d70Copy full SHA for 1f96d70
1 file changed
inst/include/Rcpp/InternalFunctionWithStdFunction.h
@@ -54,6 +54,7 @@ namespace Rcpp{
54
55
SEXP operator()(SEXP* args) {
56
call<void, Args...>(fun, args);
57
+ return R_NilValue;
58
}
59
60
private:
0 commit comments