Skip to content

Commit 3f2ef89

Browse files
committed
correct FAQ entry title to not use _
1 parent 47fca01 commit 3f2ef89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vignettes/pdf/Rcpp-FAQ.pdf

-153 KB
Binary file not shown.

vignettes/rmd/Rcpp-FAQ.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1776,9 +1776,9 @@ very simple solution is to be more careful and conservative with `#include`
17761776
files and a) have `#include <mach/boolean.h>` appear first and b) skip
17771777
the `#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
17821782
back to the [original announcement in Feb 2010](https://lists.r-forge.r-project.org/pipermail/rcpp-devel/2010-February/000410.html),
17831783
StackOverflow answers in [Dec 2011](https://stackoverflow.com/a/8631853/143305)
17841784
and in [Dec 2012](https://stackoverflow.com/a/13783044/143305),

0 commit comments

Comments
 (0)