[Rcpp-commits] r3192 - pkg/RcppEigen/inst/include
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Sep 11 17:12:57 CEST 2011
Author: dmbates
Date: 2011-09-11 17:12:57 +0200 (Sun, 11 Sep 2011)
New Revision: 3192
Modified:
pkg/RcppEigen/inst/include/RcppEigenForward.h
Log:
Remove forward declaration of non-existent templated function.
Modified: pkg/RcppEigen/inst/include/RcppEigenForward.h
===================================================================
--- pkg/RcppEigen/inst/include/RcppEigenForward.h 2011-09-02 17:06:32 UTC (rev 3191)
+++ pkg/RcppEigen/inst/include/RcppEigenForward.h 2011-09-11 15:12:57 UTC (rev 3192)
@@ -34,9 +34,7 @@
/* forward declarations */
namespace Rcpp {
/* support for wrap */
-
- template<typename T> SEXP wrap(const Eigen::Map<Eigen::SparseMatrix<T> >&);
-
+
namespace traits {
/* support for as */
More information about the Rcpp-commits
mailing list