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 dd6bcd3 commit 294536aCopy full SHA for 294536a
inst/include/Rcpp/vector/no_init.h
@@ -2,7 +2,7 @@
2
//
3
// Vector.h: Rcpp R/C++ interface class library -- vectors
4
5
-// Copyright (C) 2010 - 2013 Dirk Eddelbuettel and Romain Francois
+// Copyright (C) 2010 - 2017 Dirk Eddelbuettel and Romain Francois
6
7
// This file is part of Rcpp.
8
@@ -66,7 +66,7 @@ class no_init_matrix {
66
int nc;
67
} ;
68
69
-inline no_init_vector no_init(int size) {
+inline no_init_vector no_init(R_xlen_t size) {
70
return no_init_vector(size);
71
}
72
0 commit comments