File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1+ 2018-03-14 Dirk Eddelbuettel <edd@debian.org>
2+
3+ * vignettes/Rcpp-FAQ.Rmd: Correct a double-quote (thanks, Joris Meys)
4+
152018-03-08 Dirk Eddelbuettel <edd@debian.org>
26
37 * DESCRIPTION: Release 0.12.16
Original file line number Diff line number Diff line change 14031403With this being said, there is one last area of contention with the proxy model:
14041404the keyword `const`. The `const` declaration indicates that an object
14051405is not allowed to be modified by any action. Due to the way the proxy
1406- model paradigm works, there is a way to `` override'' the `const` designation.
1406+ model paradigm works, there is a way to " override" the `const` designation.
14071407Simply put, one can create a new \pkg{Rcpp} object without the `const`
14081408declaration from a pre-existing one. As a result, the new \pkg{Rcpp} object
14091409would be allowed to be modified by the compiler and, thus, modifying the initial
You can’t perform that action at this time.
0 commit comments