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