Skip to content

Commit a8b50f1

Browse files
added missing update method
1 parent dc2839a commit a8b50f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

inst/include/Rcpp/Promise.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ namespace Rcpp{
6868
return Environment( PRENV(Storage::get__() ) ) ;
6969
}
7070

71+
inline void update(SEXP data){}
72+
7173
} ;
7274

7375
typedef Promise_Impl<PreserveStorage> Promise ;

0 commit comments

Comments
 (0)