Re: [Rcpp-devel] Rcpp/longlong.h

2013-09-20 Thread Dirk Eddelbuettel
On 20 September 2013 at 01:18, [email protected] wrote: | I've now moved all occurences of long long to a single file : | Rcpp/longlong.h | | Currently this file is included by RcppCommon.h, but we could e.g. | decide not to include it by default so that client code that wants to | use

[Rcpp-devel] Rcpp/longlong.h

2013-09-19 Thread romain
Hello, I've now moved all occurences of long long to a single file : Rcpp/longlong.h Currently this file is included by RcppCommon.h, but we could e.g. decide not to include it by default so that client code that wants to use long long could just do: #include #include So that there are