-
-
Notifications
You must be signed in to change notification settings - Fork 218
Cleanup __cplusplus checks based on C++11 availability #1370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What to do with Rcpp/inst/include/Rcpp/sugar/functions/sapply.h Lines 33 to 45 in 30edbf5
remains. We could remove the second branch as part of #1371, |
I think this |
I pushed a branch |
That sounds like a good way forward. |
Ok, then I'll rebase it when the current PR is merged, add more tests with lambdas, etc., and open a new PR for this. |
That sounds even better! |
inst/include/Rcpp/sugar/functions/sapply.h:42
RCPP_HAS_LONG_LONG_TYPES
is defined unconditionally, remove checks.The text was updated successfully, but these errors were encountered: