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
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:
> |
>
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
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 :