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 563d968 commit 2c57b98Copy full SHA for 2c57b98
1 file changed
inst/include/Rcpp/Nullable.h
@@ -77,7 +77,8 @@ namespace Rcpp {
77
* @throw 'not initialized' if object has not been set
78
*/
79
inline operator SEXP() const {
80
- return get();
+ checkIfSet();
81
+ return m_sexp;
82
}
83
84
/**
0 commit comments