[Rcpp-commits] r3583 - pkg/Rcpp/inst/doc/Rcpp-sugar
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Apr 20 18:40:49 CEST 2012
Author: edd
Date: 2012-04-20 18:40:49 +0200 (Fri, 20 Apr 2012)
New Revision: 3583
Modified:
pkg/Rcpp/inst/doc/Rcpp-sugar/Rcpp-sugar.Rnw
Log:
stray } removed
Modified: pkg/Rcpp/inst/doc/Rcpp-sugar/Rcpp-sugar.Rnw
===================================================================
--- pkg/Rcpp/inst/doc/Rcpp-sugar/Rcpp-sugar.Rnw 2012-04-20 00:31:32 UTC (rev 3582)
+++ pkg/Rcpp/inst/doc/Rcpp-sugar/Rcpp-sugar.Rnw 2012-04-20 16:40:49 UTC (rev 3583)
@@ -623,7 +623,7 @@
Function fun ;
} ;
-} // sugar
+// sugar
template <int RTYPE, bool _NA_, typename T, typename Function >
inline sugar::Sapply<RTYPE,_NA_,T,Function>
More information about the Rcpp-commits
mailing list