Skip to content

Commit a30c611

Browse files
committed
Fixing compile bug
1 parent 2026aef commit a30c611

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

inst/include/Rcpp/vector/MatrixColumn.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ class ConstMatrixColumn : public VectorBase<RTYPE,true,ConstMatrixColumn<RTYPE>
110110
typedef typename MATRIX::const_Proxy const_Proxy ;
111111
typedef typename MATRIX::value_type value_type ;
112112
typedef typename MATRIX::const_iterator const_iterator ;
113-
typedef typename const_iterator iterator;
114113

115114
ConstMatrixColumn( const MATRIX& parent, int i ) :
116115
n(parent.nrow()),

0 commit comments

Comments
 (0)