[Rcpp-commits] r1288 - pkg/Rcpp/inst/include/Rcpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu May 20 10:43:57 CEST 2010
Author: edd
Date: 2010-05-20 10:43:56 +0200 (Thu, 20 May 2010)
New Revision: 1288
Modified:
pkg/Rcpp/inst/include/Rcpp/Vector.h
Log:
another Sun Solaris compiler fix sent in by Brian Ripley
Modified: pkg/Rcpp/inst/include/Rcpp/Vector.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/Vector.h 2010-05-20 07:36:53 UTC (rev 1287)
+++ pkg/Rcpp/inst/include/Rcpp/Vector.h 2010-05-20 08:43:56 UTC (rev 1288)
@@ -282,7 +282,7 @@
}
template <>
- inline SEXP vector_from_string<EXPRSXP>( const std::string& st ){
+ inline SEXP vector_from_string<EXPRSXP>( const std::string& st ) throw(not_compatible) {
return vector_from_string_expr<EXPRSXP>( st ) ;
}
More information about the Rcpp-commits
mailing list