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 280354f commit 5ce0b4cCopy full SHA for 5ce0b4c
inst/include/Rcpp/Reference.h
@@ -56,7 +56,7 @@ namespace Rcpp{
56
Reference_Impl( const std::string& klass ) {
57
SEXP newSym = Rf_install("new");
58
Shield<SEXP> call( Rf_lang2( newSym, Rf_mkString( klass.c_str() ) ) );
59
- Storage::set_( Rcpp_eval( call ) ) ;
+ Storage::set__( Rcpp_eval( call ) ) ;
60
}
61
62
void update( SEXP x){
0 commit comments