Skip to content
Prev 6914 / 10988 Next

[Rcpp-devel] Fwd: How to efficiently remove some words from a big vector of strings.

On 22 December 2013 at 16:57, contact AG STUDY wrote:
| Sorry,?I am new to this list,?I sent again the mail to you rather to the
| mailing list.?
| I prefer to ask my question in SO but I don't want to to bother others with too
| specific?rcpp questions.

If you want the highest quality answers for Rcpp, you should ask here.

Several noted list participants do not (regularly) visit StackOverflow.  And
posting here is what the we've been recommending all along.
 
| My bad. I did that (std::) but ?I had to fix the the warning before.
| I am developing a package so I add?
| 
| PKG_CXXFLAGS = "-std=c++0x"
| 
| to both : makevars and makevars.win.

Yes that should do the trick.

Dirk