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.
RCPP_PROTECTED_EVAL
1 parent 91fef0a commit ecb5f30Copy full SHA for ecb5f30
inst/include/Rcpp/exceptions.h
@@ -149,7 +149,7 @@ namespace Rcpp {
149
token = getLongjumpToken(token);
150
}
151
::R_ReleaseObject(token);
152
-#if (defined(RCPP_PROTECTED_EVAL) && defined(R_VERSION) && R_VERSION >= R_Version(3, 5, 0))
+#if (defined(R_VERSION) && R_VERSION >= R_Version(3, 5, 0))
153
::R_ContinueUnwind(token);
154
#endif
155
Rf_error("Internal error: Rcpp longjump failed to resume");
0 commit comments