Skip to content

consider requiring C++11 for 'long long' #37

@kevinushey

Description

@kevinushey

From @jjf234:

Hi Kevin,

I noticed over the past couple of days that most packages that rely on RcppParallel are now getting a 'long long' warning on CRAN for 'r-devel-windows-ix86+x86_64'. Here's a sample warning:

d:/RCompile/CRANpkg/lib/3.4/RcppParallel/include/tthread/tinythread.h:632:14: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long]

For reference, these are the packages and 'long long' warning messages:

I've followed the steps on the RcppParallel site for creating R packages (http://rcppcore.github.io/RcppParallel/#r_packages) but was wondering if we need to also include or modify something else? If not, do you think this is an RcppParallel issue or a CRAN issue (since it only appeared in the last couple of days)?

Thanks in advance,
Jason

We might want to require C++11 support on Windows to avoid these CRAN warnings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions