Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFixing algorithm.h for icc (closes #640) #645
Conversation
|
Paging @coatless as the white knight in shining armour ... and access to |
|
Is that |
|
It annoyed me too, but I checked against current R-devel and it has basically still the identical code (though they renamed the Lines 375+ from static int
tzload(const char * name, struct state * const sp, const int doextend)
{
const char * p;
int i;
int fid;
ssize_t nread;
typedef union {
struct tzhead tzhead;
char buf[2 * sizeof(struct tzhead) +
2 * sizeof *sp + 4 * TZ_MAX_TIMES];
} u_t; |
Now we have
RCPP_CONSTEXPR_VARandRCPP_CONSTEXPR_FUNCwhich are defined properly.