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 73c59b7 commit fbf104fCopy full SHA for fbf104f
1 file changed
inst/include/Rcpp/Nullable.h
@@ -76,7 +76,7 @@ namespace Rcpp {
76
*
77
* @throw 'not initialized' if object has not been set
78
*/
79
- inline operator SEXP() {
+ inline operator SEXP() const {
80
checkIfSet();
81
return m_sexp;
82
}
@@ -86,7 +86,7 @@ namespace Rcpp {
86
87
88
89
- inline SEXP get() {
+ inline SEXP get() const {
90
91
92
0 commit comments