[Rcpp-commits] r4331 - in pkg/Rcpp: . inst/include/Rcpp/module

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jun 5 16:29:25 CEST 2013


Author: romain
Date: 2013-06-05 16:29:24 +0200 (Wed, 05 Jun 2013)
New Revision: 4331

Modified:
   pkg/Rcpp/ChangeLog
   pkg/Rcpp/inst/include/Rcpp/module/class.h
Log:
removed useless typedef

Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog	2013-06-05 14:25:55 UTC (rev 4330)
+++ pkg/Rcpp/ChangeLog	2013-06-05 14:29:24 UTC (rev 4331)
@@ -3,6 +3,7 @@
         * include/Rcpp/api/meat/Vector.h : fixed Vector<>::erase(iterator, iterator)
         * unitTests/cpp/Vector.cpp : added regression test for the above fix
         * unitTests/runit.Vector.R : added regression test for the above fix
+        * include/Rcpp/module/class.h : removed useless typedef
         
 2013-05-31 Romain Francois <romain at r-enthusiasts.com>
 

Modified: pkg/Rcpp/inst/include/Rcpp/module/class.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/module/class.h	2013-06-05 14:25:55 UTC (rev 4330)
+++ pkg/Rcpp/inst/include/Rcpp/module/class.h	2013-06-05 14:29:24 UTC (rev 4331)
@@ -2,7 +2,7 @@
 //
 // class.h: Rcpp R/C++ interface class library -- Rcpp modules
 //
-// Copyright (C) 2012 Dirk Eddelbuettel and Romain Francois
+// Copyright (C) 2012 - 2013 Dirk Eddelbuettel and Romain Francois
 //
 // This file is part of Rcpp.
 //
@@ -492,7 +492,6 @@
              
             
             // importing properties
-            typedef typename parent_class_::prop_class parent_prop_class ;
             typedef typename parent_class_::PROPERTY_MAP parent_PROPERTY_MAP ;
             typedef typename parent_PROPERTY_MAP::iterator parent_PROPERTY_MAP_iterator ;
             



More information about the Rcpp-commits mailing list