We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc007af commit c750a29Copy full SHA for c750a29
inst/NEWS.Rd
@@ -4,7 +4,7 @@
4
5
\section{Changes in [UNRELEASED] Rcpp version 0.11.2}{
6
\itemize{
7
- \item Templated List containers, \code{ListOf<T>}, have been
+ \item Templated \code{List} containers, \code{ListOf<T>}, have been
8
introduced. When subsetting such containers, the return is assumed
9
to be of type T, allowing code such as
10
\code{ListOf<NumericVector> x; NumericVector y = x[0] + x[1] + x[2]}.
0 commit comments