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 25a35c8 commit 2088577Copy full SHA for 2088577
inst/include/Rcpp/macros/interface.h
@@ -30,6 +30,10 @@ __CLASS__( const __CLASS__& other ){ \
30
__CLASS__& operator=(const __CLASS__& rhs) { \
31
return Storage::copy__(rhs) ; \
32
} \
33
+template <typename Proxy> \
34
+__CLASS__( const GenericProxy<Proxy>& proxy ){ \
35
+ Storage::set__( proxy.get() ) ; \
36
+}
37
38
#define RCPP_API_CLASS(__CLASS__) \
39
template < template <class> class StoragePolicy > class __CLASS__ : \
0 commit comments