[Rcpp-devel] [ANN] Rcpp 0.10.0
Romain Francois
romain at r-enthusiasts.com
Thu Nov 15 00:55:27 CET 2012
Le 15/11/12 00:51, Darren Cook a écrit :
> Hello Dirk, Romain, JJ,
> Very interesting-looking new release. Thank-you for all your efforts!
>
>> Rcpp attributes derive their syntax from C++11 style attributes ...
>
> Does this depend on g++ and/or c+11 support? Or do you the do the
> parsing yourself?
>
> Darren
This is manual and not compiler/standard specific.
The "attributes" we use are not real attributes in the sense of C++11,
as you might see, they are inside comments.
parsing is done, see the code in the Attributes.* files.
--
Romain Francois
Professional R Enthusiast
+33(0) 6 28 91 30 30
R Graph Gallery: http://gallery.r-enthusiasts.com
`- http://bit.ly/SweN1Z : SuperStorm Sandy
blog: http://romainfrancois.blog.free.fr
|- http://bit.ly/RE6sYH : OOP with Rcpp modules
`- http://bit.ly/Thw7IK : Rcpp modules more flexible
More information about the Rcpp-devel
mailing list