File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
inst/include/Rcpp/api/meat Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ namespace Rcpp{
2222
2323 template <typename CLASS>
2424 template <typename T>
25- DottedPairProxyPolicy<CLASS>::DottedPairProxy& DottedPairProxyPolicy<CLASS>::DottedPairProxy::operator =( const T& rhs){
25+ typename DottedPairProxyPolicy<CLASS>::DottedPairProxy& DottedPairProxyPolicy<CLASS>::DottedPairProxy::operator =( const T& rhs){
2626 return set ( wrap (rhs) ) ;
2727 }
2828
2929 template <typename CLASS>
3030 template <typename T>
31- DottedPairProxyPolicy<CLASS>::DottedPairProxy& DottedPairProxyPolicy<CLASS>::DottedPairProxy::operator =( const traits::named_object<T>& rhs){
31+ typename DottedPairProxyPolicy<CLASS>::DottedPairProxy& DottedPairProxyPolicy<CLASS>::DottedPairProxy::operator =( const traits::named_object<T>& rhs){
3232 return set ( wrap (rhs.object ), rhs.name ) ;
3333 }
3434
Original file line number Diff line number Diff line change 3838#include < Rcpp/api/meat/Environment.h>
3939
4040#include < Rcpp/api/meat/DottedPairImpl.h>
41- #include < Rcpp/api/meat/DottedPair.h>
4241#include < Rcpp/api/meat/Vector.h>
4342#include < Rcpp/api/meat/Matrix.h>
4443#include < Rcpp/api/meat/is.h>
You can’t perform that action at this time.
0 commit comments