Skip to content

Commit

Permalink
correct FAQ entry title to not use _
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Jul 24, 2021
1 parent 47fca01 commit 3f2ef89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified vignettes/pdf/Rcpp-FAQ.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions vignettes/rmd/Rcpp-FAQ.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1776,9 +1776,9 @@ very simple solution is to be more careful and conservative with `#include`
files and a) have `#include <mach/boolean.h>` appear first and b) skip
the `#include <Rinternals.h>` as it is included by `Rcpp.h` anyway.

## Can we grow Rcpp vectors via push_back() / push_from()
## Can we grow Rcpp vectors like STL vectors via 'push*'

No. Use STL vectors instead. This has been stated clearly many times going
No. Use actual STL vectors instead. This has been stated clearly many times going
back to the [original announcement in Feb 2010](https://lists.r-forge.r-project.org/pipermail/rcpp-devel/2010-February/000410.html),
StackOverflow answers in [Dec 2011](https://stackoverflow.com/a/8631853/143305)
and in [Dec 2012](https://stackoverflow.com/a/13783044/143305),
Expand Down

0 comments on commit 3f2ef89

Please sign in to comment.