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 5fc8d8e commit 67cfd72Copy full SHA for 67cfd72
inst/NEWS.Rd
@@ -16,8 +16,8 @@
16
implementation in Rcpp11)
17
\item Pairlist objects are now protected via an additional \code{Shield<>}
18
as suggested by Martin Morgan on the rcpp-devel list.
19
- \item Fixed \code{const} correctness of \code{Vector::const\_iterator}. Problem
20
- raised by Martyn Plummer on \code{Rcpp-devel}.
+ \item Vectors now have a \code{Vector::const\_iterator} that is 'const correct'
+ thanks to fix by Romain following bug report in rcpp-devel by Martyn Plummer
21
}
22
\item Changes in Rcpp Attributes:
23
\itemize{
0 commit comments