Skip to content

Commit 5b599a0

Browse files
author
thirdwing
committed
modified: inst/include/Rcpp/vector/Vector.h
1 parent 030b615 commit 5b599a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

inst/include/Rcpp/vector/Vector.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ class Vector :
9191
fill( u ) ;
9292
}
9393

94-
template<>
9594
Vector( const int& size, const stored_type& u) {
9695
RCPP_DEBUG_2( "Vector<%d>( const int& size = %d, const stored_type& u )", RTYPE, size)
9796
Storage::set__( Rf_allocVector( RTYPE, size) ) ;

0 commit comments

Comments
 (0)