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 c00b7aa commit a5521fdCopy full SHA for a5521fd
inst/include/Rcpp/Formula.h
@@ -70,7 +70,7 @@ namespace Rcpp{
70
Storage::set__( internal::convert_using_rfunction( ::Rf_mkString(code.c_str()), "as.formula") ) ;
71
}
72
73
- void update(){}
+ void update(SEXP){}
74
75
} ;
76
inst/include/Rcpp/Symbol.h
@@ -68,7 +68,7 @@ namespace Rcpp{
68
return ! strcmp(other, c_str() );
69
};
typedef Symbol_Impl<NoProtectStorage> Symbol;
0 commit comments