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 7025d07 commit 523c5cfCopy full SHA for 523c5cf
inst/include/Rcpp/Nullable.h
@@ -68,7 +68,7 @@ namespace Rcpp {
68
* @throw 'not initialized' if object has not been set
69
*/
70
inline operator SEXP() {
71
- isSet();
+ checkIfSet();
72
return m_sexp;
73
}
74
0 commit comments