Closed vsimko closed 8 years ago
The following VLA(variable length allocation) was used in rcpp_row_quantile.cpp:
rcpp_row_quantile.cpp
double rowData[rowLen];
this is forbidden in ISO C++
The following VLA(variable length allocation) was used in
rcpp_row_quantile.cpp
:this is forbidden in ISO C++