Re: [Rcpp-devel] Compilation error in Rcpp

2012-11-15 Thread Dirk Eddelbuettel
On 15 November 2012 at 08:40, Karl Millar wrote: | Yes.  I think only fairly recent versions of clang pick up on this though. Cool. Thanks for the feedback. At the top-secret "Rcpp R+D labs" someone is already plotting to get some of the clang goodness into Rcpp and its toolchain. Dirk -- Dir

Re: [Rcpp-devel] Compilation error in Rcpp

2012-11-15 Thread Karl Millar
Yes. I think only fairly recent versions of clang pick up on this though. On Thu, Nov 15, 2012 at 4:34 AM, Dirk Eddelbuettel wrote: > > On 14 November 2012 at 21:57, Karl Millar wrote: > | In the Rcpp 0.10.0, > inst/include/Rcpp/sugar/logical/SingleLogicalResult.h there > | is the code: > | >

Re: [Rcpp-devel] Compilation error in Rcpp

2012-11-15 Thread Dirk Eddelbuettel
On 14 November 2012 at 21:57, Karl Millar wrote: | In the Rcpp 0.10.0, inst/include/Rcpp/sugar/logical/SingleLogicalResult.h there | is the code: | | template | class conversion_to_bool_is_forbidden :  | conversion_to_bool_is_forbidden{ | | Which obviously can't be instantiated. | | Presumabl

[Rcpp-devel] Compilation error in Rcpp

2012-11-14 Thread Karl Millar
In the Rcpp 0.10.0, inst/include/Rcpp/sugar/logical/SingleLogicalResult.h there is the code: template class conversion_to_bool_is_forbidden : conversion_to_bool_is_forbidden{ Which obviously can't be instantiated. Presumably the code should be: template class conversion_to_bool_is_forbidden :