File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1776,9 +1776,9 @@ very simple solution is to be more careful and conservative with `#include`
17761776files and a) have ` #include <mach/boolean.h> ` appear first and b) skip
17771777the ` #include <Rinternals.h> ` as it is included by ` Rcpp.h ` anyway.
17781778
1779- ## Can we grow Rcpp vectors via push_back() / push_from()
1779+ ## Can we grow Rcpp vectors like STL vectors via 'push * '
17801780
1781- No. Use STL vectors instead. This has been stated clearly many times going
1781+ No. Use actual STL vectors instead. This has been stated clearly many times going
17821782back to the [ original announcement in Feb 2010] ( https://lists.r-forge.r-project.org/pipermail/rcpp-devel/2010-February/000410.html ) ,
17831783StackOverflow answers in [ Dec 2011] ( https://stackoverflow.com/a/8631853/143305 )
17841784and in [ Dec 2012] ( https://stackoverflow.com/a/13783044/143305 ) ,
You can’t perform that action at this time.
0 commit comments