Skip to content
Prev 5397 / 10988 Next

[Rcpp-devel] Regular Expressions

On 1 March 2013 at 21:24, Hadley Wickham wrote:
| > | I searched BH for regex and found nothing so I don't think BH includes
| > | Boost.Regex.
| >
| > Could you register an issue ticket at the r-forge page for BH, please?  There
| > are other things missing too, of course, as we started pretty with the needs
| > of "just" bigmemory and RcppBDT.
| 
| But Boost.Regex isn't header only?

Yup. Found that out the hard way when I wrote it up as a piece for the Rcpp
Gallery. You do need to link.

Piece now up at http://gallery.rcpp.org/articles/boost-regular-expressions/

Dirk