Skip to content
Prev 6433 / 10988 Next

[Rcpp-devel] long long

Le 19/09/13 17:39, Dirk Eddelbuettel a ?crit :
That just works. This is just a typedef.
Might not be cran proof right. Last time I checked, we were not allowed 
to use std=c++11 which is the gcc way of using C++ 11.

We don't need C++ 11 for long long, we just need a compiler that 
supports long long in a way that does not upset cran.
Of course. This is is the same type. __extension__ is just a way to tell 
-pedantic to STFU about it.
You are running the Dirk compiler with the -pedantic option right ?

I've put it in because I believe it is fine, I have tested on 2 systems.

It does not mean however that I'm not welcoming comments. In particular, 
I've sent a private mail to Murray asking for his thoughts.

At least, being in it has more chances to be tested.