[Rcpp-devel] [Rcpp-commits] r255 - pkg/src/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Jan 2 10:34:34 CET 2010


Author: romain
Date: 2010-01-02 10:34:34 +0100 (Sat, 02 Jan 2010)
New Revision: 255

Modified:
   pkg/src/Rcpp/RObject.h
Log:
removed the typedif RcppSexp since now this is a proper (yet deprecated) class

Modified: pkg/src/Rcpp/RObject.h
===================================================================
--- pkg/src/Rcpp/RObject.h	2010-01-02 09:04:06 UTC (rev 254)
+++ pkg/src/Rcpp/RObject.h	2010-01-02 09:34:34 UTC (rev 255)
@@ -182,7 +182,4 @@
 
 } // namespace Rcpp
 
-// to provide some backwards compatibility with Rcpp 0.7.0 which has RcppSexp
-typedef Rcpp::RObject RcppSexp;
-
 #endif

_______________________________________________
Rcpp-commits mailing list
Rcpp-commits at lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-commits


More information about the Rcpp-devel mailing list