Skip to content

Commit 67cfd72

Browse files
committed
minor edit on NEWS entry
1 parent 5fc8d8e commit 67cfd72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inst/NEWS.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
implementation in Rcpp11)
1717
\item Pairlist objects are now protected via an additional \code{Shield<>}
1818
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}.
19+
\item Vectors now have a \code{Vector::const\_iterator} that is 'const correct'
20+
thanks to fix by Romain following bug report in rcpp-devel by Martyn Plummer
2121
}
2222
\item Changes in Rcpp Attributes:
2323
\itemize{

0 commit comments

Comments
 (0)