[Rcpp-commits] r1472 - pkg/Rcpp/inst/doc/Rcpp-extending
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Jun 7 15:50:31 CEST 2010
Author: romain
Date: 2010-06-07 15:50:31 +0200 (Mon, 07 Jun 2010)
New Revision: 1472
Modified:
pkg/Rcpp/inst/doc/Rcpp-extending/Rcpp-extending.Rnw
Log:
cosmetics
Modified: pkg/Rcpp/inst/doc/Rcpp-extending/Rcpp-extending.Rnw
===================================================================
--- pkg/Rcpp/inst/doc/Rcpp-extending/Rcpp-extending.Rnw 2010-06-07 13:49:46 UTC (rev 1471)
+++ pkg/Rcpp/inst/doc/Rcpp-extending/Rcpp-extending.Rnw 2010-06-07 13:50:31 UTC (rev 1472)
@@ -282,7 +282,6 @@
\subsection{Templates and partial specialization}
The signature of \texttt{Rcpp::as} does not allow partial specialization.
-
When exposing a templated class to \texttt{Rcpp::as}, the programmer must
specialize the \pkg{Rcpp::traits::Exporter} template class. The TMP dispatch
will recognize that a specialization of \texttt{Exporter} is available
More information about the Rcpp-commits
mailing list