Skip to content

Commit dfa01ac

Browse files
committed
ListOf<T> NEWS item
1 parent 4309b1d commit dfa01ac

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

inst/NEWS.Rd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
\title{News for Package 'Rcpp'}
33
\newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
44

5+
\section{Changes in [UNRELEASED] Rcpp version 0.11.2} {
6+
\itemize{
7+
\item Templated 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]}.
11+
}
12+
}
13+
514
\section{Changes in Rcpp version 0.11.1 (2014-03-13)}{
615
\itemize{
716
\item Changes in Rcpp API:

0 commit comments

Comments
 (0)