Skip to content

Commit f073064

Browse files
try dealing specifically with proxies in DataFrame to calm Windows. #72
1 parent 4446203 commit f073064

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

inst/include/Rcpp/DataFrame.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ namespace Rcpp{
4747
set_sexp(other) ;
4848
}
4949

50+
template <typename Proxy>
51+
DataFrame_Impl( const GenericProxy<Proxy>& proxy ){
52+
set_sexp( proxy.get() ) ;
53+
}
54+
5055
template <typename T>
5156
DataFrame_Impl( const T& obj ) ;
5257

0 commit comments

Comments
 (0)